*{ 
    margin: 0;
    padding:0;
        
}
body{
   font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color:black;
    background-color:white;
}

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

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

h1 {
    font-family: 'Lilita One', cursive;
    font-size: 4em;
}

main {
    text-align: center;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}


img{
    margin-bottom: 30px;
        
    
   
}
  

.SkyBlue{
    
    color:#80C8FF;
}


}

/*this styles my home navigation*/
#HomeNav{
font-family: 'Lilita One', cursive;
font-size: 1.5em;
    
}

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

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

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

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

#HomeNav a:hover,a:active {
    text-decoration: underline;
    color:aquamarine
}

/*this styles my main navigation*/

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

#MainNav{
font-family: 'Lilita One', cursive;
font-size: 1.5em;
    
}

#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 {
    text-decoration: underline;
    color:aquamarine;
    