body {
    background-color: #FFFFFF;
    padding-top: 5vh;
}

#top {
    position: relative;
    background: url("../images/main.jpg") center top / cover no-repeat fixed;
    text-align: center;
    height: 95vh;
    width: 100%;
    color: white;
}

.img-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 43, 56, 0.9);
}

.feature-inner {
    padding: 50px 80px;
}
header {
    background-color: #6CBAD8;
}
main {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.jumbotron {
    background-color: transparent;
    height: 80vh;
}