body{
    background: #161616;
    letter-spacing: 0.08em;
    color: #d7d8da;
}

/* https://css-tricks.com/snippets/css/sticky-footer/ */
html,body{
    height: 100%;
}
.page-wrap{
    min-height: 100%;
    margin-bottom: -50px;
}
.page-wrap:after{
    content: "";
    display: block;
}
footer,.page-wrap:after{
    height: 50px;
}

footer{
    background: rgba(0,0,0,1);
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    /*opacity: 0.5;*/
    transition: opacity 0.3s ease-in-out;
      font-size: .8em;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li{
    display: inline-block;
    margin-right: 10px;
}

footer a{
    color: #8f8f8f;
    text-decoration: underline;
}

footer a:hover{
    color: white;
}

footer a:visited{
  color: #555;
}

footer p{
    margin: 0;
    padding: 0;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #6C6E6E;
}

.navbar{
   background-color: transparent;
   background: transparent;
   border-color: transparent;
   margin-bottom: 0;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}

.navbar-brand a{
    color: #eee;
}

.navbar-brand a:hover{
    color: white;
}


.jumbotron{
    color: white;
    padding: 120px 0;
    text-align: center;
    background-color: #34373c;
    position: relative;
}

.jumbotron:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
}

.jumbotron h1,p{
    position: relative;
    z-index: 1;
}

.jumbotron h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.jumbotron p{
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
}

.content-container{
    max-width: 900px;
    margin: 100px auto;
    text-align: center;
}

ul{
    list-style: none;
    margin: 0;
     padding: 0;
    text-align: left;
}

ul a{
    color: #d7d8da;
}

ul a:hover{
    color: white;
}