body, html{
    height: 100%;
}

.wrapper{
    width: 90%;
    background-color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.logo{
    margin-top: -2%;
}

.nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -2%;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}

.nav1 ul, .nav2 ul{
    width: 100%;
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    text-align: center;
    list-style-type: none;
}

.nav li a{
    text-decoration: none;
    font-size: 25px;
    font-family: 'Abril Fatface';
    color: #969495;
    
}

.nav li a:hover{
    text-decoration: underline;
    font-style: italic;
    color: #747474;
}

.parallax1{
    opacity: 0.8;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    height: 30%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://68.media.tumblr.com/261527ef4dd84cdbd1499e8aac059fd8/tumblr_o0v4fehqiG1v1d952o1_1280.jpg);
}


.parallax2{
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 10px;
    padding-top: 12px;
    opacity: 0.8;
    height: auto;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://68.media.tumblr.com/dc04357208eb791ac786143e4a6bb8c8/tumblr_ob00k3l96n1vnm7bio1_1280.jpg);
}

#main{
    color: #555555;
    text-align:center;
    font-family: 'Vollkorn';
}

.wrapper1{
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.wrapper1 h1{
    font-size: 25px;
    font-family: 'Abril Fatface';
    color: #707070;
}

 #content1, #content2, #content3{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    text-align:center;
    height: auto;
    width: 30%;
    padding: 3px;
    border-radius: 5px;
    padding-top: 22px;
    margin-bottom: 10px;
}

.wrapper1 p{
    margin-top: -3px;
    padding: 1%;
}

.wrapper1 a{
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-family: 'Abril Fatface';
    color: #969495;
    margin-top: -10px;
}

.wrapper1 a:hover{
    text-decoration: underline;
    font-style: italic;
}

h3{
    font-family: 'Abril Fatface';
    color:#969495;
    letter-spacing: 4px;
    font-size: 35px;
    padding-left: 3%;
}
    
#aside{
    height: auto;
    background-color: white;
    font-size: 18px;
    font-family: 'Vollkorn';
    color: #555454;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#aside h1{
    font-family: 'Abril Fatface';
    color:#969495;
    letter-spacing: 4px;
    font-size: 35px;
}

#aside p{
    width: 80%;
}

.parallax3{
    margin-left: 2%;
    margin-right: 2%;
    opacity: 0.8;
    height: 30%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://66.media.tumblr.com/934d5393a7428c066e0066a8423fa956/tumblr_ny362osdqp1uu0qtwo1_1280.jpg);
}

#footer{
    width:100%;
    text-align: center;
}

#footer ul{
    width: auto;
    display: inline-flex;
    flex-direction: row;
    text-decoration: none;
    list-style-type: none;
    justify-content: space-around;
}

#footer li a, #footer p{
    padding-right: 15px;
    font-size: 15px;
    font-family: 'Vollkorn';
    color: #555454;
}

@media only screen and (max-width: 960px) { 
    
    .nav {width: 100%;}

    .nav{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: -2%;
        border-bottom: 1px solid grey;
        border-top: 1px solid grey;
    }
    
    .nav1 ul, .nav2 ul{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        list-style-type: none;
    }
    

    .wrapper1{flex-direction: column;}

    #content1, #content2, #content3{
        width: 70%;
        padding-top: 8px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .parallax1{ height: 20%;}
    
    #aside{ font-size: 15px;}
 
}