* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #000;

        
}

body2 {
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #000;
    background-color: yellow;
        
}

#OuterWrapper {
    margin: 20px auto;
    width: 1200px;
    
}

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

}

h1{
    font-size: 6em; 
  
    color: floralwhite
}
    
    

h1 {
    
 font-family: 'Oleo Script Swash Caps', cursive;

    font-weight: 400;
    padding-bottom: 20px;
    
}

h2, h3 {
    font-family: 'Staatliches', cursive;
    font-weight: 400;
    padding-bottom: 20px;
    margin-left: 0px;

}

#MainNav {
    font-size: 1.35em;
    font-family: 'Oswald', cursive;
    font-weight: 100;  
    color: floralwhite
}

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

#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: line-through;
    color: orangered;
}


#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: line-through;
    color: black;
}


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

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

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

#HomeNav2 li a {
    color:black;
    text-decoration: none;   
}

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

#HomeNav2 li a:hover, a:active {
  text-decoration: line-through;
    color: black;
}

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

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

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

#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: line-through;
    color: floralwhite;
}


main {
    text-align: center;   
}

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

img {
    margin-bottom: 20px;
}

footer {
   font-family:  "Times New Roman", Times, serif;
    font-size: .875em;
    padding: 20px;
    position: fixed;
    bottom: 0;
    
}
/* Start http://www.cursors-4u.com */ * {cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym599.cur), auto !important;} /* End http://www.cursors-4u.com */
