body {
    /*background-image: linear-gradient(to bottom, transparent, #AA4444), url("../seeker.jpg"); */
    /*background-repeat: no-repeat; */
    background-color: #400000;
  margin:0px;
  color:white;
}

#background{
    width:100%;
    position:fixed;
    z-index:-1
}

#background img{width:100%;}

/* the body fade becomes visible only when the image is bigger than the viewport */
body::after{
    background-image:  linear-gradient(to bottom, transparent, #400000);
    content:'';
    display:block;
    height:400px;
    bottom:0px;
    position:fixed;
    width:100%;
    z-index:-1;
}

#background::after{
    background-image:  linear-gradient(to bottom, transparent, #400000);
    content:'';
    display:block;
    height:400px;
    bottom:0px;
    position:absolute;
    width:100%;
}

h1 {
 font-family: 'Aclonica';font-size: 42px;
}

.navbar{ background:#333333;}

.nav-link , .navbar-brand{ 
   color: #f4f4f4; 
   cursor: pointer;
   font-family: 'Abel';font-size: 20px;
}

.nav-link{ 
   /* margin-right: 1em !important; */
   font-family: 'Abel';font-size: 20px;
}

.nav-link:hover{ background: #f4f4f4; color: #f97300; }
.navbar-brand:hover{ color: #f97300; }

.navbar-collapse{ justify-content: flex-start;}

.navbar-toggler{  background:#fff !important;}

.description{
    position: absolute;
    top: 10%;
    margin: auto;
    padding: 2em;
    
}
.description h1{
 color:#fff ;
}
.description p{
 color:#fff;
 font-family: 'Abel';font-size: 18px;
 width: 50%;
 line-height: 1.5;
 background: rgba(0,0,0,0.5);
}
.description button{
 border:1px  solid #F97300;
 background:#F97300;
 color:#fff;
}

.content{
  margin: 100px;
}

tr > td:first-child {
    text-align: center;
}
tr > th:first-child {
    text-align: center;
}
