*{
    border:0; padding:0; margin:0; box-sizing: border-box;
}

nav {
    display: flex;
    justify-content: center;
    height: 5vh;
    position: sticky;
    top:0;
    background-color: slategrey;
    min-height: 70px;
}

nav a {
    display: block;
    text-decoration: none;
    margin: 0px 10px;
    font-size: 1.3em;
    padding:0px 25px;
    color: #eee;
    padding-top: 20px;
}

nav h2 {
    padding-bottom: 10px;
}

nav a:hover{
    background-color: rgb(15, 15, 15);
}

h2 {
    margin-right: 150px;
    font-family: 'Dosis', sans-serif;
}

h2 a:hover {
    background: none;
}

header{
    height: 70vh;
    background-image: url(/images/insides.jpg);
    background-size: cover;
    background-position: center;
}

#filter {
    background-color: rgba(0, 0, 0, 0.767);
    height: 100%;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 4em;
    color: #eee;
    padding-top: 15vh;
}

#filter p {
    text-align: center;
    color: white;
    padding-top: 40px;
    font-size: 1.5em;
}

#call {
    display: flex;
    width: 100%;
    justify-content: center;
}

#call a{
    display: block;
    background-color: grey;
    color: white;
    width: 15vw;
    height: 5vh;
    min-height: 60px;
    border-radius: 5px;
    margin: 120px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    padding-top: 15px;
    font-family: 'Genos', sans-serif;
}

#call a:hover{
    background-color: #111;
}

article{
    margin: 50px;
}

.story{
    display: flex;
    justify-content: center;
}

.story div {
    width: 35vw;
    display: block;
    height: 35vw;
}

.story img{
    width: 100%;
}

.story h2{
    font-size: 4em;
    padding: 20px;
    font-family: 'Genos', sans-serif;
}

.story p {
    font-size: 2em;
    padding: 20px;
    font-family: 'Genos', sans-serif;
}

.right {
    text-align: right;
    margin: 0;

}

section{
    background-image: url(/images/liquid.jpg);
    height: 70vh;
    background-position: right;
    background-size: cover;
}


section h1{
    text-align: left;
    color:white;
    padding-left: 200px;
}

#filter2 {
    background-color: rgba(0, 0, 0, 0.603);
    height: 100%;
}

#button {
    display: block;
    background-color: grey;
    color: white;
    width: 15vw;
    height: 5vh;
    min-height: 60px;
    border-radius: 5px;
    margin: 120px 200px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    padding-top: 15px;
    font-family: 'Genos', sans-serif;
}

#button:hover{
    background-color: #111;
}

footer{
    min-height: 25vh;
    background-color: slategrey;
}

#wrapper{
    display: flex;
    justify-content: center;
}

#wrapper ul{
    margin: 0px 100px;
    font-size: 1.4em;
}

#wrapper li{
    list-style-type: none;
    color: #111;
}
#wrapper a {
    text-decoration: none;
    color: #eee;
    
}
h3{
    color: #111;
}

#wrapper2{
    display: flex;
    background-color: slategrey;

}

#wrapper2 p {
    font-size: 1.2em;
}

#wrapper2 a {
    font-size: 1.2em;
    color: #eee;
    margin: 0px 20px;
}

@media screen and (max-width:1980px) {
    nav{
        height: 8vh;
        min-height: 80px;
    }

    #button {
        height: 6.5vh;
        min-height:60px;
    }

    #call a{
        height: 6.5vh;
        min-height: 60px;
    }

    .story p{
        font-size: 1.3em;
    }

    #wrapper2 p {
        font-size: 1em;
    }
    
    #wrapper2 a {
        font-size: 1em;
    }

    #wrapper ul{
        font-size: 1.2em;
    }
    footer{
        min-height: 300px;
    }
}

@media screen and (max-width:1400px){
    nav a {
        margin: 0px 0px;
        font-size: 1em;
        padding:35px 25px;
    }

    .story div {
        width: 70vw;
        display: block;
        height: 70vw;
    }

    .story p{
        font-size: 1.4em;
    }

    #wrapper ul{
        margin: 0px 50px;
        font-size: 1.1em;
    }
    footer {
        height:20vh;
        min-height: 300px;
    }
}

@media screen and (max-width:1040px) {
    h2{
        margin-right:0px;
    }

    footer {
        height:30vh;
        min-height: 300px;
    }

    nav {
        height: 10vh;
    }

    #button {
        height: 7.5vh;
    }

    #call a{
        height: 7.5vh;
    }

    .story div{
        margin: 45px 0px;
    }

    .story p {
        padding: 5px;
    }

    #plz{
        display: none;
    }
}

@media screen and (max-width:850px) {
    nav h2{
        display: none;
    }

    footer{
        min-height:100px ;
    }

    nav a {
        margin: 0px 2px;
        padding: 0;
        padding-top: 20px;
    }

    nav{
        height:15vh;
        max-height: 70px;
    }

    h1 {
        font-size: 2.4em;
    }

    #wrapper ul{
        margin: 10px 20px;
        font-size: 1em;
    }

    #wrapper2 p {
        font-size: 1em;
    }
    
    #wrapper2 a {
        font-size: 1em;
        padding:0;
        margin:0;
        display: none;
    }

    header{
        height: 150vh;
    }

    article{
        display: none;
    }

    #filter2 h1{
        padding: 10vh 5px;
        text-align: center;
    }

    #button {
        height: 20vh;
        max-height: 80px;
        width: 50vw;
        margin: 10px auto;
    }

    #call a{
        height: 20vh;
        width: 50vw;
        max-height: 80px;
    }

    #hideme {
        display: none;
    }

}
