body {
    background-color:#1b1c1f;
    color: white;
}


.navbar {
    margin-top: 15px;
    height: 50px;
    border-bottom: 1px solid #444;
}
.navbar h2 {
    font-weight: bold;
    color: white;

}
.navbar .logo {
    float: left;
    display: inline;
}

.navbar .list-inline {
    float: right;
}

.navbar .list-inline a {
    line-height: 50px;
    color: white;
    padding-right: 10px;
    text-decoration: none;
}

.navbar .list-inline a:hover {
    color: #dedede;
}

.featured-video {
    margin-top: 75px;
    margin-bottom: 60px;
}

.featured-video h4 {
    text-align: center;
    margin-bottom: 0.5em;
}
.featured-video p {
    margin-top: 1em;
}

.about {
        margin-top: 100px;
    margin-bottom: 60px;
}

.about p {
    margin-bottom: 0.5em;
}

.about img {
    margin-bottom: 50px;
}

.about h5:not(:first-child){
    margin-top: 3em;
}