@media (min-width: 768px) {
    .fh {
        height: 95vh;
    }
}

.header {
    background-image: url(header-bg-sm.jpg);
    background-position: center;
    background-size: cover;
}

.mtop-lg {
    margin-top: 12%;
}

.lh-lg {
    line-height: 2em;
}

.navbar-nav .active {
    background-color: #F5E625;
}

.features h5 {
    margin-bottom: 4%;
    font-weight: normal;
}

#team img {
    height: 340px;
}