*{
    margin: 0; 
    padding: 0;
}

body{
    font-family:serif;
    font-size: 100%;
    color: #ff6699; 
  background: linear-gradient(#99ccff 0%, #ffffff 100%);
}
#OuterWrapper {
    margin: 20px auto; 
    width: 1200px;
}

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

h1{
    font-size: 3em; 
    
}

h1, h2, h3 {
    font-family: 'Staatliches' ;
    font-weight: 400;
    padding-bottom: 20px;
    
}

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

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

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

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

#MainNav li a:link, a:visited {
    
    color: #fff;
}

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


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

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

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

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

#HomeNav li a:link, a:visited {
    
    color: #000;
}

#HomeNav li a:hover, a:active {
    text-decoration: underline;
    color: #41FFFC;
}

aside {
    
    top:200px;
    width: 200px;
    margin: 20px;
    height: 100px;
    position: fixed;
    
  
    

}


#subNav {
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;  
}

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

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

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

#subNav li a:link, a:visited {
    
    color: #000;
}

#subNav li a:hover, a:active {
    text-decoration: underline;
    color: #41FFFC;
}

main {
    text-align: center;   
}

p{
    text-align: left;
    line-height: 1.75;
    margin: 0 30px;  
}

img {
    margin-bottom: 20px;
}

footer {
   font-family:  "Times New Roman", Times, serif;
    font-size: .875em;
    padding: 20px;
    position: fixed;
    bottom: 0;
    
}

