body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FEB60F;
}

header {
    background-color: #FF914D;
    width: 100%;
}

.logo {
    width: 15%;
    margin-left: 2%;
    margin-top: 1%;
}

nav {
    text-align: center;
    display: block;
    float: right;
}

nav ul {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}

.nav a {
    display: block;
    color: white;
    padding: 0.8em 1.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    
}

.nav {
    vertical-align: top;
    display: inline-block;
    border-radius: 6px;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;
    margin-right: 1px;
    background-color: #ED6B44;
}

.nav > li li {
    background-color: #ED6B44;
}

.nav > li > a {
    margin-bottom: 1px;
}

.nav li:hover a {
    color: #FEB60F;
}

.nav li li a {
    margin-top: 1px;
}

.nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
}

.nav > li:hover > ul {
    left: auto;
    min-width: 100%;
}

.nav > li li:hover > ul {
    left: 100%;
    margin-left: 1px;
    top: -1px;
}

.nav li a:nth-last-child(2):before {
    content: "";
    border: 5px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top:50%;
    right: 5px;
}

.nav > li > a:nth-last-child(2):before {
    border-top-color: #000;
}

.nav li li > a:nth-last-child(2):before {
    border-left-color: #000;
    margin-top: -5px;
}


.hero {
    background-image: url(images/northwest%20sign.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.center {
    text-align: center;
    
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 25px;
    background-color: #FEB60F;
}

.center p {
    font-family:Segou Ui, "Notosans JP";
    src: url(fonts/NotoSansJP-Bold.otf);
    font-size: 20px;
    font-weight: bold;
}

.text-float {
    background-color: #FF914D;
    height: 550px;
    width: 
    padding: 20px 20px 0 20px;
}
.text-float h1 {
    color: white;
    text-decoration: underline;
    font-family: Times New Roman;
    
}
.text-float p {
    color: white;
    text-align: left;
    font-family: Segou Ui, "NotoSans JP";
    src: url(fonts/NotoSansJP-Bold.otf);
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
}
.text-float p a {
    color: white;
}

.img-float {
    float: left;
    width: 800px;
    height: 550px;
    padding-right: 50px;
}

footer {
    width: 100%;
    background-color: #ED6B44;
    color: white;
    padding: 10px;
}
.hero2 {
    background-image: url(images/marina-logvin-z99Z1SL67HE-unsplash.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.about {
    text-align: center;
    
    
}

.about h1 {
    text-decoration: underline;
    font-family: Times New Roman;
}

.about p {
    font-family: Segou Ui, "Notosans Jp";
    src: url(fonts/NotoSansJP-Bold.otf);
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    
}

.about ul li {
    text-align: center;
    font-family: Segou Ui, "Notosans JP";
    src: url(fonts/NotoSansJP-Bold.otf);
    font-size: 20px;
    font-weight: bold;
    list-style-position: inside;
    display:block;
}

.hero3 {
    background-image: url(images/gunnar-ridderstrom-2CT0_mPRQxQ-unsplash.jpg);
     width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.map {
    float: left;
    width:670px;
    height: 550px;
    padding-right: 50px;
}

.contact-info {
    height: 550px;
    
    margin-top: -20px
    
}

.contact-info p {
    text-align: center;
    font-family: Segoui Ui, "Notosans JP";
    src: url(fonts/NotoSansJP-Bold.otf);
    font-size: 20px;
    font-weight: bold;
    
   
}

.hero4 {
    background-image: url(images/andrew-mcelroy-XaGNO7bgZa8-unsplash.jpg);
     width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.attractions h1 {
    text-align: center;
}


.slideshow-container {
    width: 1000px;
    height: 500px;
    position:relative;
    margin: auto;
   
}

.mySlides {
    display: none;
}

.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;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.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;
}



.hero5 {
    background-image:url(images/benjamin-rascoe-dGf3vp1fRz8-unsplash.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.ball-field {
     float: left;
    width: 800px;
    height: 550px;
    padding-right: 50px;
}

.play-ground {
    float: left;
    width: 800px;
    height: 550px;
    padding-right: 50px;
}

.cook-out {
    float: left;
    width: 800px;
    height: 550px;
    padding-right: 50px;
}