body{
    background-color: #E7E7D7;
    margin: 0px;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 1920px){
    header{
        background-color: white;
        padding-left: 20%;
        padding-right: 20%;
        background-image: url("../images/logoPattern.png");
        background-position: bottom;
        background-repeat: repeat-x;
    }

    nav{
        background-color: #D0D0C6;
        padding-left: 20%;
        padding-right: 20%;
        height: 200px;
    }

    #container{
        position: relative;
        top: -110px;
        margin-left: auto;
        margin-right: auto; 
        width: 60%; 
    }
}

@media (max-width: 1400px){
    header{
        background-color: white;
        padding-left: 15%;
        padding-right: 15%;
        background-image: url("../images/logoPattern.png");
        background-position: bottom;
        background-repeat: repeat-x;
    }

    nav{
        background-color: #D0D0C6;
        padding-left: 15%;
        padding-right: 15%;
        height: 200px;
    }

    #container{
        position: relative;
        top: -110px;
        margin-left: auto;
        margin-right: auto; 
        width: 70%; 
    }
}

@media (max-width: 1225px){
    header{
        background-color: white;
        padding-left: 10%;
        padding-right: 10%;
        background-image: url("../images/logoPattern.png");
        background-position: bottom;
        background-repeat: repeat-x;
    }

    nav{
        background-color: #D0D0C6;
        padding-left: 10%;
        padding-right: 10%;
        height: 200px;
    }

    #container{
        position: relative;
        top: -110px;
        margin-left: auto;
        margin-right: auto; 
        width: 80%; 
    }
      
}

@media (max-width: 1080px){
    header{
        background-color: white;
        padding-left: 5%;
        padding-right: 5%;
        background-image: url("../images/logoPattern.png");
        background-position: bottom;
        background-repeat: repeat-x;
    }

    nav{
        background-color: #D0D0C6;
        padding-left: 5%;
        padding-right: 5%;
        height: 200px;
    }

    #container{
        position: relative;
        top: -110px;
        margin-left: auto;
        margin-right: auto; 
        width: 90%; 
    }   
}

#text div{
    vertical-align: top;
    display: inline-block;
    padding: 2%;
}

div.cols{
    width: 20%;       
}

#Wcol{
    width: 60%;
}


header h1{
    float: right;
    font-weight: 400;
    font-style: italic;
    margin-top: 80px;
    margin-bottom: 0px;
    font-size: 1.2em;
    color: #F47100;
}

header img{
    margin: 10px 10px 30px 10px;
}


nav ul{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    border-bottom: 10px solid #8AC43E;
    height: 80px;
}

nav li{
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

nav a{
    font-size: 20px;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 25px;
    text-decoration: none;
    color: #5D5D56;
}

nav a:hover{
    color: #F47100;
    border-bottom: 10px solid #F47100; 
}

nav a.active{
    color: #F47100;
    border-bottom: 10px solid #F47100; 
}

#sideBox{
    font-size: 0.8em;
    float: right;
    position: relative;
    top: -85px;
}

#sideBox a{
    font-size: 1em;
    color: #F47100;
    padding: 0px;
}

#sideBox a:hover {
    border-bottom: none; 
}

#imageStrip{
    width: 100%
}

#imageStrip img{
   height: inherit;
   float: left;
   width: 20%;
}

#text h2{
    color: #F47100;
    margin-bottom: 5px;
    font-size: 1.25em;
    margin-top: 0em;    
}

#text p{
    line-height: 1.4em;
    color: #5D5D56;
    font-size: 0.9em;
    margin-top: 0em;
}

footer{
    position: absolute;
    font-size: 0.9em;
    color: white;
    background-color: #96968C;
    padding: 10px;
    width: 100%;
    line-height: 1.5em;
}
footer p{
    margin: 0px;
}

