* {
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Bebas Neue', sans-serif;

    font-size: 100%;
    color: #000;
    background-color: #fff;
}
#OuterWrapper {
    
    margin: 20px auto;
    width: 1200px;
}

header {
    width: 100%;
    height: 200px; 
    text-align: center;
    
}
h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4em;
      text-shadow: 2px 2px black;
}
h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
      text-shadow: 2px 2px black;
}
h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
    padding-top: 20px
        text-shadow: 2px 2px black;
}
h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
    padding-top: 20px;
    text-shadow: 2px 2px black;
}
h5 {
     font-size: 1.3em;
    text-align: left;
    text-shadow: 2px 2px black;
}

h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
    padding-top: 20px;
    text-shadow: 2px 2px black;
    color: #D8BDF2;
}
h7 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
    padding-top: 20px;
    text-shadow: 2px 2px black;
}
/*this styles the home navigation*/

#HomeNav {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5em; 
}

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

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

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

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


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

main {
    text-align: center;
    
}

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

/*this styles the main navigation*/

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

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

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

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

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


#MainNav a:hover, a:active {
    text-decoration: underline;
    color: deeppink;
}
aside{
    top: 200px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
    font-size: 1.7em;
    font-family: 'Bebas Neue', sans-serif;
    
}



main {
    text-align: center;
    
}

p {
    text-align: left;
    margin: 0 50px;
    line-height: 1.75;
    font-size: 1.25em;
   font-family: 'Mukta', sans-serif;
}

p5 {
    text-align: left;
    margin: 0 50px;
    line-height: 1.75;
    font-size: 1.25em;
   font-family: 'Mukta', sans-serif;
}
p6 {
    text-align: left;
    margin: 0 50px;
    line-height: 1.75;
    font-size: 1.25em;
   font-family: 'Mukta', sans-serif;
}

img{
    padding-bottom: 10px;
    padding-top: 20px;
}


/*this styles the sub navigation*/

#SubNav {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.25em; 
}

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

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

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

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


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








