* {
    margin: 0;
  padding: 0;
}

body {
    font-family: 'Courier new', mono;
    font-size:18px;
    color: black;
    background-color:white;
    align-content: center;
}

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

header {
    width: 100%;
    height: 140px;
    margin: 0px;
    text-align: center;
    
}

h1 {
   font-family: 'Luckiest Guy', cursive;
    font-size: 90px;
    color:black;
    text-align: center;
}
h2 {
    font-family: 'Courier new', mono;
    font-size: 30px;
    margin: 30px;
    text-align: center;
   
}

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

/* this styles the sub navigation*/
#SubNav {
    font-family: 'Courier new', mono;
    font-size: 1.15em;
   
    }
#SubNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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


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

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

   


main {
    text-align: center;
    align-items: center;
    color: black;
}

p{
    text-align: justify;
    font-size: 1em;
    margin: 0 50px;
   
}

img {
    margin-bottom: 20px;
    align-content: center;
   
    
}
/*this style's my home navigation*/

.dropbtn {
font-family: 'Courier new', mono;
  background-color: black;
  color: white;
  padding: 15px 30px;
  font-size: 20px;
    border-radius: 3px;
  border: none;
align-content: center
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
font-family: 'Courier new', mono;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
    font-size: 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ddd;}
    

#HomeNav {
    font-family: 'Courier new', mono;
    font-size: 1.5em;
}

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

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

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

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

footer {
    font-family: 'Courier new', mono;
    font-size: 12px;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: black;
}


   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
}