@import url('https://fonts.googleapis.com/css?family=Alegreya+SC|Open+Sans:300');
    * {
      margin: 0;
    }
    .blackBeard {
      font-family: 'Alegreya SC', serif;
    }
    .openSans {
      font-family: 'Open Sans', sans-serif;
    }
    .white {
      color: #F2f2f2;
    }
    .black {
      color: #000000;
    }
    .gold {
      color: #B78842;
    }
    .gray {
      color: #696969;
    }
    .lightGray {
      color: #9B9B9B;
    }
    .button {
      background-color: black;
      color: #f2f2f2;
      padding: .5em;
      width: 50%;
      text-align: center;
    }
    .background-white {
      background-color: #F2F2F2;
    }
    .background-black {
      background-color: black;
    }

.background-gold {
    background-color: #B78842;
}
    main {
      position: relative;
      overflow-x: hidden;
    }

i.blackBorder {
    border: solid #454545;
    border-width: 0px 5px 5px 0;
    display: inline-block;
    padding: 15px;
    position: absolute;
    bottom: 2em;
    left: 50%;
    margin-left: -10px;
}

i.whiteBorder {
    border: solid white;
    border-width: 0px 5px 5px 0;
    display: inline-block;
    padding: 15px;
    position: absolute;
    bottom: 2em;
    left: 50%;
    margin-left: -10px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

header {
  display: flex;
  justify-content: flex-end;
/*   background-color: rgba(255, 255, 255, .5); */
  width: 100%;
  position: fixed;
  z-index: 20;
}

.overlay-content a {
  text-decoration: none;
  -webkit-transition: width 2s; /* Safari */
  transition: .5s;
}

.overlay-content a:hover {
  font-size: 35px;
}

/* #logo {
  width: auto;
  height: 50px;
} */

#galleryFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#galleryFooter img {
  padding: .5em;
}

#galleryFooter a {
  text-decoration: none;
  color: white;
}

#footerLogo {
  width: 10em;
  height: auto;
}

.menuIcon {
    cursor: pointer;
    display: inline-block;
    padding-top: .3em;
    padding-right: .5em;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    border-radius: 20px;
    background-color: #B78842;
    margin: 5px 0;
    z-index: 10;
    transition: 0.4s;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.4s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay .closeButton {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 60px;
    text-decoration: none;
  color: #B78842;
}

    #home {
      background-image: url('/resources/imgs/Renegade5.png');
      background-position: 75% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;

    }

    #homeContent {
      background-color: rgba(0, 0, 0, .1);
      width: 100%;
      height: 100vh;
      position: relative;
    }
    #homeContent .mainLogo {
      left: 50%;
      top: 30%;
      width: 50%;
      margin-left: -30%;
      position: absolute;

    }

    #title {
      animation-name: fadeUp;
      animation-duration: 2s;
    }

@keyframes fadeUp {
  from {
    opacity: 0;
    margin-top: 1em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

    #animateArrow {
      position: absolute;
      bottom: 1em;
      left: 50%;
      animation-name: downArrow;
      animation-duration: 4s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
    }

    .fs {
      background-position: center;
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
    }
    .fsContent {
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;
    }

    .fsContent .container {
      position: relative;
      text-align: center;
      color: white;
      height: auto;
      width: 100%;
      max-height: 100%;
      overflow: hidden;
    }

    .fsContent .backgroundImg {
      overflow: hidden;
    }

    .fsContent .container .contentOverlayCenter {
      position: absolute;
      width: 90%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .fsContent .container .contentOverlayBottomLeft {
      position: absolute;
      width: 90%;
      bottom: 10%;
      left: 5%;
    }

    .fsContent .container .contentOverlayBottomRight {
      position: absolute;
      width: 90%;
      bottom: 10%;
      right: 5%;
    }

    .fsContent .container .contentOverlayTopLeft {
      position: absolute;
      width: 90%;
      top: 10%;
      left: 5%;
    }

    .fsContent .container .contentOverlayTopRight {
      position: absolute;
      width: 90%;
      top: 10%;
      right: 5%;
    }

    .imageSize {
      height: auto;
      max-width: 100%;
    }

    .slideInfo {
      padding: .5em;
    }

    .slideInfo h3 {
      font-size: 15px;
    }

    .slideInfo h2 {
      font-size: 30px;
      margin-top: .3em;
    }

    .slideInfo p {
      margin-top:.3em;
      font-size: 15px;
    }

    .next {
      width: 10%;
      position: absolute;
      z-index: 15;
      bottom: .5em;
      left: 50%;
      margin-left: -5%;
     
    }

    .next img {
      width: 100%;
      margin: auto;
    }

    .fsContent a {
      text-decoration: none;
    }





/* play button */
#videoSection {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 100;
}

#playButton {
    width: 15%;
    height: 20%;
    background-color: #b78842;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -10%;
}

#triangle {
    width: 0;
    height: 0;
    z-index: 3;
    border: 1em solid #000000;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    transform: rotate(-90deg);
    margin-left: 20px;
}

#videoContainer {
    position: relative;
    cursor: pointer;
}

#videoContainer img {
  max-width: 100%;
  height: auto;
}

#video {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2em;
    background-color: rgba(0,0,0,0.8);
}

#closeVidButton {
    position: absolute;
    top: 20px;
    right: 1%;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
    z-index: 150;
}

#lotButton {
  width: 30%;
  border-radius: 10px;
}

#lotButton p {
  text-align: center;
}


/* Image Slider */
.slideshow-container {
    position: relative;
    margin: auto;
}
.mySlides {
    display: none;
}

.before, .after {
    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;
}

.after {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.before:hover, .after:hover {
    background-color: rgba(0,0,0,0.8);
}

.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}
}




    #cabins p, #destination p {
      margin-bottom: 1em;
    }
   
    #cabins .fsContent, #destination .fsContent {
        position: relative;
    }

#cabins .fsContent {
  display: flex;
  flex-direction: column;
}

#cabins .imageSize, #destination .imageSize {
  order: 1;
}
   
    #cabins .next, #destination .next {
        position: absolute;
      z-index: 10;
      bottom: .1em;
    }

    .space-between {
      width: 100%;
      height: 50px;
    }
   
    #gallery .fsContent {
        position: relative;
    }
   
    #gallery #dotDiv {
        position: absolute;
        z-index: 5;
        top: .3em;
        left: 50%;
        margin-left: -2.5em;
    }
   
   
   
    /* Next & previous buttons */
    .prevArrow, .nextArrow {
      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;
      background-color: rgba(0,0,0,0.5);
    }
   
    .nextArrow {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
   
    /* On hover, add a black background color with a little bit see-through */
    .prevArrow:hover, .nextArrow:hover {
      background-color: rgba(0,0,0,1);
    }
   
    .dot {
      cursor: pointer;
      height: 12px;
      width: 12px;
      margin: 0 2px;
      border: 1.5px solid #F2F2F2;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
   
    .active, .dot:hover {
      background-color: #F2f2f2;
    }
   
    .gallerySlide {
        display: none;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        position: relative;
    }
   
    #gallery h2  {
        position: absolute;
        width: 100%;
        top: 5em;
        left: 50%;
        margin-left: -50%;
        text-align: center;
        font-size: 35px;
    }
   
    #gallery .button {
        position: absolute;
        top: 15em;
        left: 50%;
        margin-left: -25%;
      cursor: pointer;
    }
   
    /*Cabin Gallery */
    #cabinGallery {
        background-image: url('/resources/imgs/cabinFront.jpg');
    }
   
    /*Destination Gallery */
    #destinationGallery {
        background-image: url('/resources/imgs/Renegade2.png');
    }
   
    #fishingGallery {
        background-image: url('/resources/imgs/Renegade7.png');
    }


#gallery .next {
  position: absolute;
  bottom: .5em;
}

.galleryLayout {
  width: 100%;
  margin: auto;
}

.galleryImgs {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.galleryTitle {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 40px;
}





/* FAQ Section */
#faq h1 {
    padding: 1em;
    text-align: center;
    font-size: 20px;
/*     font-size: 30px; */
}

#faqSection {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

#faqSection a {
    text-decoration: none;
}

#questions {
/*     width: 49%; */
} 

#questions h2 {
  padding-bottom: .5em;
  cursor: pointer;
  padding-left: 1em;
  font-size: 15px;
/*   font-size: 20px; */
}

#answers {
/*     width: 50%; */
    border-left: 1px solid #b78842;
}

#answers h3 {
    padding-left: 1em;
    padding-right: 1em;
  font-size: 15px;
  background-color: #b78842;
  color: white;
}

.block {
    display: none;
}







#inquiry h3 {
  padding: .5em;
}

form {
  display: flex;
  flex-wrap: wrap;
  padding: .5em;
}

input, textarea {
  border: 1.5px solid #B78842;
  padding: .5em;
  margin: .5em;
  font-size: 12px;
  width: 100%;
}

textarea {
  height: 10em;
}

.inputButton {
  background-color: #B78842;
  font-size: 15px;
  cursor: pointer;
}


/* Lot Info Page */
#lot h1 {
    text-align: center;
    padding-top: 1em;
    padding-bottom: .5em;
    font-size: 40px;
}

#lotImage {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.lotGallery {
  max-width: 100%;
  margin: auto;
}

.lotGallery img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.lotNumber {
  text-align: center;
  padding: 1em;
  font-size: 40px;
}

.lotButton {
    background-color: #B78842;
    color: white;
    padding: .5em;
    text-align: center;
    width: 20%;
    margin: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    font-family: 'Alegreya SC', serif;
  }

.fullPage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lotGallery h2 {
  width: 100%;
}

.lot {
  background-color: white;
  width: 100%;
}

.lot p {
    width: 80%;
    margin: auto;
    background-color: #b78842;
    padding: .5em;
    text-align: center;
}

a {
  text-decoration: none;
}







#footer {
  height: 15%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 0;
}

#footer .footerLogo {
  width: 10%;
  height: auto;

}

#footer a {
  color: white;
}

#footer a:visited {
  color: white;
}

#footer a:hover {
  color: #B78842;
}

#footer p {
  font-size: 10px;
}
   

    @keyframes downArrow {
      0% {
        width:10%;
        margin-left: -5%;
      }
      50% {
        width: 12%;
        margin-left: -6%;
      }
      100% {
        width:10%;
        margin-left: -5%;
      }
    }

@media screen and (min-width: 550px) {
  #homeContent h1 {
    font-size: 60px;
  }
  #animateArrow {
    position: absolute;
    bottom: 2em;
    left: 50%;
    animation-name: desktopDownArrow;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  }
 
  @keyframes desktopDownArrow {
    0% {
      width: 7%;
      margin: -3.5%;
    }
    50% {
      width: 8%;
      margin: -4%;
    }
    100% {
      width: 7%;
      margin: -3.5%
    }
  }
 
  #intro, #arrival, #cabins, #fishing, #destination {
    position: relative;
  }
 
  #intro .fsContent, #arrival .fsContent, #fishing .fsContent, #cabins .fsContent, #destination .fsContent {
    display: flex;
    align-items: center;
    width: 100%;
  }
 
  #intro .imageSize, #arrival .imageSize, #fishing .imageSize {
    height: auto;
    max-width: 50%;
    margin-left: 2em;
  }
 
  #intro .slideInfo, #arrival .slideInfo, #fishing .slideInfo, #cabins .slideInfo, #destination .slideInfo {
    margin-left: 1em;
    margin-right: .5em;
  }
 
  .next {
      width: 6%;
      position: absolute;
      z-index: 15;
      bottom: .5em;
      left: 50%;
      margin-left: -3%;
     
    }

    .next img {
      width: 100%;
      margin: auto;
    }
 
  #cabins .fsContent, #destination .fsContent {
    display: flex;
    flex-direction: row;
  }
 
  #cabins .imageSize, #destination .imageSize {
    height: auto;
    max-width: 50%;
    margin-right: 2em;
  }
 
  #gallery .button {
    position: absolute;
    left: 50%;
    width: 20%;
    margin-left: -10%;
  }
    

.galleryTitle {
    padding-top: 2em;
}

.galleryLayout {
  width: 80%;
  margin: auto;
}

.galleryImgs {
    max-width: 49.5%;
    height: auto;
    margin: auto;
}
    
    

  .slideInfo p {
    margin-top:.3em;
    font-size: 25px;
  }
  
  #faqSection {
    display: flex;
    justify-content: space-around;
  }
  
  #faq h1 {
    font-size: 30px;
  }

  #questions {
  /*     width: 49%; */
  } 

  #questions h2 {
    font-size: 20px;
  /*   font-size: 20px; */
  }
  
  #answers h3 {
    font-size: 20px;
  }
    
    #lot {
        width: 80%;
        margin: auto;
    }
    
    .lotBox img {
    max-width: 100%;
    height: auto;
    }

    .lotBox {
        width: 80%;
        margin: auto;
        position: relative;
    }

    .lotBox .lot {
        text-align: center;
        padding: .3em;
        background-color: white;
        width: 1px;
        height: 1px;
        border-radius: 100%;
    }

    .lot {
        position: absolute;
    }
    
    .lot p {
        display: none;
    }

    #lot1 {
        top: 32%;
        left: 57%;
    }

    #lot2 {
        top: 35%;
        left: 53%;
    }

    #lot3 {
        top: 38%;
        left: 58%;
    }

    #lot4 {
        top: 40%;
        left: 65%;
    }

    #lot5 {
        top: 44%;
        left: 20%;
    }

    #lot6 {
        top: 36%;
        left: 25%;
    }

    #lot7 {
        top: 25%;
        left: 41%;
    }

    #lot8 {
        top: 22%;
        left: 43%;
    }

    #lot9 {
        top: 45%;
        left: 73%;
    }

    #lot10 {
        top: 48%;
        left: 58%;
    }

    #lot11 {
        top: 53%;
        left: 50%;
    }

    #lot12 {
        top:58%;
        left: 17%;
    }

    #lot13 {
        top: 64%;
        left: 12%;
    }

    #lot14 {
        top: 73%;
        left: 12%;
    }

    #lot15 {
        top: 78%;
        left: 12%;
    }

    #lot16 {
        top: 62%;
        left: 75%;
    }

    #lot17 {
        top: 29%;
        left: 62%;
    }

    #lot18 {
        top: 27.5%;
        left: 64%;
    }

    #lot19 {
        top: 26%;
        left: 66%;
    }
  
  .lotGallery {
    width: 80%;
    margin: auto;
  }
  
  .lotGallery img {
    max-width: 49.5%;
    height: auto;
    margin: auto;
  }
 
}

@media screen and (min-width: 800px) {
  #cabins .imageSize, #destination .imageSize, #intro .imageSize, #arrival .imageSize, #fishing .imageSize {
    height: auto;
    max-width: 50%;
  }
 
  input {
    width: 30%;
  }
 
  textarea {
    width: 96%;
  }

  .slideInfo p {
    margin-top:.3em;
    font-size: 25px;
  }
  
  #faq h1 {
      font-size: 30px;
  }

  #questions {
      width: 49%;
  } 

  #questions h2 {
    font-size: 20px;
  }

  #answers {
      width: 50%;
      border-left: 1px solid #b78842;
    display: flex;
    align-items: center;
  }
  #answers h3 {
    font-size: 20px;
    font-weight: lighter;
    background-color: black;
  }
  
  #videoContainer img {
  max-width: 90%;
  height: auto;
}
  
  #closeVidButton {
    position: absolute;
    top: 20px;
    right: 20%;
  }

  .galleryImgs {
    max-width: 33%;
    height: auto;
    margin: auto;
  }

  .lotGallery img {
    max-width: 33%;
    height: auto;
    margin: auto;
  }


  .fsContent .container {
    position: relative;
    text-align: center;
    color: white;
    height: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .fsContent .backgroundImg {
    overflow: hidden;
  }

  .fsContent .container p {
    font-size: 20px;
  }

  .fsContent .container .contentOverlayCenter {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fsContent .container .contentOverlayCenterLeft {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
  }

  .fsContent .container .contentOverlayTopCenter {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fsContent .container .contentOverlayBottomLeft {
    position: absolute;
    width: 30%;
    bottom: 10%;
    left: 20%;
  }

  .fsContent .container .contentOverlayBottomRight {
    position: absolute;
    width: 30%;
    bottom: 10%;
    right: 20%;
  }

  .fsContent .container .contentOverlayTopLeft {
    position: absolute;
    width: 30%;
    top: 10%;
    left: 20%;
  }

  .fsContent .container .contentOverlayTopRight {
    position: absolute;
    width: 30%;
    top: 10%;
    right: 20%;
  }
 
}