* {
    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: 150px; text-align: center}

h1, h2, h3{
    font-family: 'Roboto', sans-serif;
}

p{
    
        text-align: left;
    margin-left: 250px;
    margin-right: 250px
}

aside{
    top:150px;
    width: 200px;
    margin: 20px;
    height:100%;
    position: fixed;
    overflow: auto;
    
    
    
}



main{text-align: center; }

#MainNav {font-size: 1.5em;
font-family: 'Montserrat', sans-serif;}

#MainNav ul{list-style-type: none;
margin: 0;
padding:0;}

#MainNav li {display: inline;
    padding-right:20px ;}

#MainNav a{color: #000;
text-decoration:none}

#MainNav a:link, a: visited {color:#000; text-decoration: none}

#MainNav a:hover, a:active{color:hotpink; text-decoration: none}

/*this is where you style your homepage*/

#HomeNav {font-size: 1.5em;
font-family: 'Montserrat', sans-serif;}

#HomeNav ul{list-style-type: none;
margin: 0;
padding:0;}

#HomeNav li {display: inline;
    padding-right:20px ;}

#HomeNav a{color: #fff;
text-decoration:none}

#HomeNav a:link, a: visited {color:#000; text-decoration: none}

#HomeNav a:hover, a:active{color:hotpink; text-decoration: none}

#SubNav{
    font-size:1.5em
    font-family: 'Montserrat', sans-serif;
}

#SubNav ul{
    
    list-style-type: none;
    
}


#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{color: hotpink; text-decoration: none}

footer{font-family: 'Roboto', sans-serif
font-size: 8;
padding:20px;
position:fixed;
    bottom: 0;
    width:100px;
        text-align: center
        
}