*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


@font-face {
    font-family: BonaNovaSC-Regular;
    src: url(BonaNovaSC-Regular.ttf) ;
}



.none{
    color: ;
    color: #1792C3;
    color: #9ED2A1;
    color: #E7CF85;
    color: #193B72;
    font-family: 'ZillaSlab-Light', sans-serif;
    font-family: 'ZillaSlab-Regular', sans-serif;
}











.row{
    font-family: BonaNovaSC-Regular;
    
}



.one{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #58372D;
}


h1{
    color:white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    text-align: center;
    font-size: 10rem;
}

h2{
    color:white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    text-align: center;
    font-size: 5rem;
}




.left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}



.right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}






.intro-pic{
    width:100%;
}








.two{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #8a736c;
}


.left-alt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 5%;
}

.framed-pic{
    width: auto;
}



.right-alt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 5%;
}

h3{
    color: white;
    font-size: 1.5rem;
}






.three{
    background-color:#58372D;
}


.gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.gallery-pic{
    height: 500px;
    margin: 25px;
    box-shadow: 10px 10px 5px black
}




















 



.footer{
    background-color:;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width:100%;
    position:static;
    font-family: 'Architects Daughter', cursive;
    color:;
    font-size: 1.3em;
    padding-top:8px;
    font-family: BonaNovaSC-Regular;
    background-color: #3e271f;
    color: white;
}

.footer p a:link{
    color:white;
    text-decoration: none;
}

.footer p a:hover {
    color: white;
    text-decoration: none;
}

.footer p a:visited {
    color: white;
    text-decoration: none;
}

















/* NAVBAR START */

.topnav {
    font-family: BonaNovaSC-Regular;
    overflow: hidden;
    width: 100%;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background-color: #3e271f;
    color: white;
}

.topnav a {
    float: left;
    display: block;
    text-align: center;
    margin: 10px;
    font-size: 2rem;
    color: white;
}

.topnav a {
    color: white;
    text-decoration: none;
}

.topnav a:hover {
    color: white;
    text-decoration: none;
}

.topnav a:visited {
    color: white;
    text-decoration: none;
}

.topnav .icon {
    display: none;
}

.topnav .this-page {
    display: none;
}


/* END NAVBAR */









/* NAVBAR MEDIA*/

@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
        color: white;
    }
    .topnav .this-page {
        display: block;
        color: white;
        float: left;
        display: block;
        text-align: center;
        margin: 10px;
        font-size: 2rem;
    }
    .topnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background-color: #3e271f;
        color: white;
        margin-top: 20px;
    }
    .topnav a.icon {
        float: right;
        display: block;
        font-size: 4em;
    }
    .icon {
        color: white;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav a.icon {
        float: right;
        display: block;
        color: white;
        font-size: 4em;
    }
}




























@media screen and (min-width: 320px) and (max-width:580px) {
    #page {
        
    }
}



@media screen and (max-width:1199px) {
    .container-fluid {
        width: 100%;
    }
    body {
        
    }
    .topnav{
        margin: 0;
    }
    .one, .two{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: center;
    }
    .right, .left{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .left{
        margin:  20px;
    }
    h1{
        font-size:5rem;
    }
    h2{
        font-size:3rem;
    }
}


@media screen and (max-width:959px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .one, .two{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: center;
    }
    .right, .left{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .left{
        margin:  20px;
    }
    h1{
        font-size:5rem;
    }
    h2{
        font-size:3rem;
    }
    
}

@media screen and (max-width:640px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .one, .two{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: center;
    }
    .right, .left{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .left{
        margin:  20px;
    }
    h1{
        font-size:5rem;
    }
    h2{
        font-size:3rem;
    }
    
}

@media screen and (max-width:360px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .one, .two{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: center;
    }
    .right, .left{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .left{
        margin:  20px;
    }
    h1{
        font-size:5rem;
    }
    h2{
        font-size:3rem;
    }
    
}

@media screen and (max-width:320px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .one, .two{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        justify-content: center;
    }
    .right, .left, .right-alt, .left-alt{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .left{
        margin:  20px;
    }
    h1{
        font-size:5rem;
    }
    h2{
        font-size:3rem;
    }
    
}