* {
    margin: 0;
    padding: 0;
}
body{
    font-family:'Roboto', sans-serif;
    font-size: 100%; 
    color:#000;
    background-color: #fff;   
}
#OuterWrapper {
    margin: 20px auto;
    width:1200px;
              }
header{
    width: 100%; 
    height: 250px;
    text-align: center;
}

h1{
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
}
h2{
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
    text-align: center;

}
    
/* this styles the Sub navigation*/

#SubNav {
    font-family: 'Oswald', sans-serif;
    font-size: 1.7em;
}
#SubNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
#SubNav li {
    display: block;
    padding-bottom: 20px;    
}
#SubNav a{
    color: #000;
    text-decoration: none;
}
#SubNav a:link, a:visited {
    color: #000;
    text-decoration: none;
}
#SubNav a:hover, a:active {
    text-decoration: underline;
    color: brown;
}
/* this styles the home navigation*/
aside {
    top:200px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
    overflow: scroll;
    
    
}
main {
    text-align:center;
}
p{
    text-align: left;
    margin: 0 50px;
    line-height: 1.5;
    font-size: 1.5em;
}
img{
    padding-bottom: 20px;
}

#HomeNav {
    font-family: 'Oswald', sans-serif;
    font-size: 1.7em;
}
#HomeNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
#HomeNav li {
    display: inline;
    padding-right: 10px;    
}
#HomeNav a{
    color:beige;
    text-decoration: none;
}
#HomeNav a:link, a:visited {
    color: lemonchiffon;
    text-decoration: none;
}
#HomeNav a:hover, a:active {
    text-decoration: underline;
    color: lemonchiffon;
}


footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .8em;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    width: 100%;
}

/* this styles the main navigation*/

#MainNav {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}
#MainNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
#MainNav li {
    display: inline;
    padding-right: 10px;    
}
#MainNav a{
    color: #000;
    text-decoration: none;
}
#MainNav a:link, a:visited {
    color: #000;
    text-decoration: none;
}
#MainNav a:hover, a:active {
    text-decoration: underline;
    color:burlywood;
}



