﻿body {
    margin: 75px 0 0 0;
    font-family: "Muli", sans-serif;
    font-size: 12px;
    color: #887373;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(#dddddd, #cccccc, #bbbbbb);
}

#header {
    display: flex;
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    justify-content: space-between;
    z-index: 10;
    border-bottom:1px solid rgba(104,104,104, 0.30);
}
.logo {
    display: inline-block;
}
#header-img {
    margin-left: 65px;
    height: 85px;
    width: auto;
}
#nav-bar {
    display: flex;
    flex: 0 0 75%;
    margin-left: 15px;
    align-items: center;
    justify-content: space-around;
}
#nav-bar a {
    display: flex;
    height: 100%;
    flex-basis: 30%;
    text-decoration: none;
    color: #2b3137;
    font-size: 25px;
    align-items: center;
    transition: font-size 0.15s linear;
    font-family: 'Muli';
    text-transform: uppercase;
}
#nav-bar a:hover {
    font-size: 30px;
}
#top-image-section {
    padding: 0;
    height: 100vh;
    background-image: url("https://i.imgur.com/uneDcE3.jpg");
    background-size: cover;
    background-position: center;
}
#top-image {
    width: 100%;
    height: auto;

}
.container {
    margin: 0 150px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: margin linear .37s;
}
.container section {
    padding-top: 125px;
    transition: all ease 0.5s;
}
.section-container {
    background-color: rgba(236, 234, 228, 1);
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 15px;
    padding: 25px 15px;
    box-shadow: 0px 8px 16px 0px;
    border: 1px solid rgba(104,104,104, 0.30);
}
#breakdown {
    max-height: 860px;
}
#hero {

    text-align: center;
}
#footer {
    display: flex;
    justify-content: center;
    order: 4;
    text-align: center;
    font-size: 8px;
}
.video-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.video-container-16x9 {
    padding-bottom: 50%;
}
#video {
    display: flex;
    align-self: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -0;
}
#pricing-container div{
    display: flex;
    flex-direction: row;
    flex: 0 0 30%;
    justify-content: space-around;
}
section h1 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
ul {
    text-decoration: none;
    list-style: none;
}
#overview {
    order: 0;
}
#fortheloveofscience {
    display: flex;
    flex-direction: row;
}
#fortheloveofscience h2{
    text-align: center;

}
#fortheloveofscience p{
    padding: 15px;
    text-align: justify;

}

@media screen and (max-width: 1250px) {
    #top-image-section {
        padding-top: 25px;
    }
    .overviewColumns div {
        flex-direction: column;
    }
    .overviewColums p {
        flex-direction: row;
    }
    #fortheloveofscience {
        flex-direction: column;
    }
    .container {
        margin: 0 80px;
    }
}
@media screen and (max-width: 1000px) {
    #header-img {
        display: none;
    }

    #nav-bar {
        flex-direction: column;
        flex: 0 0 100%;
        margin-left: 15px;
        align-items: center;
    }
    #nav-bar a {
         padding: 5px;
    }
    .container {
        margin: 0 40px;
    }
    .container section {
        padding-top: 200px;
    }
    #hero {
        padding-top: 100px;
    }
}
@media screen and (max-width: 850px) {
    .container {
        margin: 0 20px;
    }
}
@media screen and (max-width: 700px) {
    .container {
        margin: 0 10px;
    }
}
@media screen and (max-width: 665px) {
    #header-img {
        display: none;
    }
    #nav-bar {
        flex-direction: column;
        flex: 0 0 100%;
        margin-left: 15px;
        align-items: center;
    }
    #nav-bar a {
        padding: 5px;
    }
    #top-image-section {
        padding-top: 25px;
    }
    .container {
        margin: 0 5px;
    }
    .overviewColumns div {
        flex-direction: column;
    }
    .overviewColums p {
        flex-direction: row;
    }
    #pricing div {
        flex-direction: column;
        text-align: center;
    }
    #fortheloveofscience {
        flex-direction: column;
    }
}
