@charset "UTF-8";


/*Created by Jacob Douglas on 12-5-2015*/

#wrapper{
    max-width: 1000px;
    margin: 0px auto 0px auto;
    position: relative;
    background-color: #66a3e0;
    overflow: hidden;
}

.clearfix{
    clear: both;
}

.flex-container{
    display: flex;
    flex-direction: row;
}

.flex-logo-container{
    display: flex;
    flex-direction: row;
}
.flex-item{
    flex-grow: 1;
}

nav{
    font-weight: bold;
    font-size: 1.2em;
}	 

a{
    color: rgb(0,0,230);
    text-decoration: none;
}        
        
body	{
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
}

footer {
    font-size: 0.70em;
    font-style: italic;  
    text-align: center;			
}
nav{
    text-align: center;
}

img{
    border: none;
}
