* {
    margin: 0;
    padding: 0;
}


body{
font-family:'Fjalla One', sans-serif;
font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    color: #000;
}

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

header {
    width: 100%;
    height: 300px;
    text-align: center;
    font-size: 1em;
}
h1 {
  font-family:'Fjalla One', sans-serif;
    font-size: 4em;
    word-spacing: 2px;
    line-height: 2;
}

#HomeNav {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;   
}

#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: #fff;
    text-decoration: none;
}
#HomeNav a:hover, a:active {
    text-decoration: underline;
    color: azure;
}

/* this styles main navigator*/ 

main {
    text-align: center;
}

aside {
    top: 200px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
}
footer {
    font-family: "Times New Roman", Time, serif;
    font-size: .75m;
    padding: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

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

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


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

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

#MainNav a:link, a:visited {
    color: white;
    text-decoration: none;
}
#MainNav a:hover, a:active {
    text-decoration: underline;
    color:azure;
}


p {
    text-align: left;
    margin: 0 30px;
    line-height: 1.75;
    font-size: 1.25em;
    line-height: 2;
    text-indent: 70px;

}

img {
    
    padding-bottom: 20px;
}


/*this styles the sub nav*/


#SubNav {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;   
}

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


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

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

#SubNav a:link, a:visited {
    color: white;
    text-decoration: none;
}
#SubNav a:hover, a:active {
    text-decoration: underline;
    color:azure;
    
  }
h2 {
    font-size: 6em;
    word-spacing: 1px;
    line-height: 3;
    font-size: 7em;

}

slideshow-container {
  max-width: 800px;
  position: center;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}