* 
{
margin: 0;
padding: 0;
}

body {
    font-family: 'Monoton', cursive
    font-size: 100%;
    color: maroon;
    background-color: white;
    cursor:url('../images/custom.svg'), auto;
}

#OuterWrapper {
    Margin: 30px auto;
    width: 1200px;
}

header {
    width: 100%;
    height: 250px;
    text-align: center;
}

h1, h2, h3{
font-family: 'Monoton', cursive;
    padding: 20px;

}

h1{
    font-size: 2em;
}

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



main{
    text-align: center;

}

.p {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;

}

#MainNav {
    font-size: 1.5em;
    font-family: 'Monoton', cursive;

}

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

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

#MainNav a{
    Color: darksalmon;
    text-decoration: none;
}

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

#MainNav a:hover, a:active {
    color:darksalmon;
    text-decoration: underline;
}

/*this is where you style the home page nav*/

#HomeNav {
    font-size: 1.5em;
    font-family: 'Monoton', cursive;
    
}

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

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

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

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

#HomeNav a:hover, a:active {
    color:sandybrown;
    text-decoration: underline;
    
}
/*this is where you style the subnav*/
#Subnav {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
}

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

#SubNav li{
    display: block;
    padding-bottom: 20px;
}

#Subnav li{
    display: block;
    padding-bottom: 20px;
}

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

#SubNav a:hover, a:active {
    color:saddlebrown;
    text-decoration: underline;
}



/*this is where you style the footer*/
footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .8;
    padding:1px;
    position:fixed;
    bottom: 0;
    width:100%;
}

