a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #f2ff00;
}

a:visited {
  color: #00b737;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section {
  width: auto;
}

.section.headersection {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.image {
  width: 200px;
}

.webheader {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0;
}

.headercallbutton {
  background-color: #2f9a71;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  position: absolute;
  right: 10px;
}

.greenbutton {
  background-color: #39a876;
  border-radius: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.greenbutton:hover {
  color: #000;
  background-color: #f6c81c;
}

.greenbutton.callbutton, .greenbutton.emailbutton {
  text-align: center;
  position: relative;
  top: auto;
  right: auto;
}

.greenbutton.largebuttonfont {
  font-size: 25px;
  line-height: 25px;
}

.headerlogo {
  position: static;
}

.slideshow {
  height: auto;
  margin-top: 300px;
  padding-top: 0;
  display: block;
  position: relative;
}

.slide, .mask {
  height: auto;
}

.slider {
  height: 500px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 500px;
}

.footer {
  text-align: center;
  margin-top: 220px;
  padding: 20px;
  overflow: visible;
}

.image-2, .image-3, .image-4 {
  width: 100%;
}

.sliderheader {
  z-index: 100;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: -68px auto auto;
  display: block;
  position: absolute;
  top: 0;
}

.heading {
  margin-top: -300px;
  display: block;
}

.text-block {
  text-align: left;
  border: 4px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-right: 5px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-block-2 {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.text-block-3 {
  text-align: left;
  font-weight: 400;
}

.text-block-4 {
  text-align: left;
}

.slide-2 {
  margin-top: -200px;
}

.text-block-6 {
  margin-top: -143px;
  font-size: 26px;
  font-weight: 700;
}

.mask-2 {
  margin-top: -200px;
}

.text-block-7 {
  margin-top: -200px;
  padding-top: 24px;
  font-size: 26px;
  font-weight: 700;
}

.paragraph {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.entertainmentoption {
  background-color: #2f2d2d;
  border: 3px solid #fff;
  border-radius: 20px;
  margin: 10px 20px 20px;
}

.sectionheader {
  text-align: center;
}

.image-5 {
  margin-top: 40px;
}

.optionphoto {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cell, .photocell {
  justify-content: center;
  align-items: center;
}

.photocolumn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.optionparagraph {
  margin-bottom: 0;
}

.faqdiv {
  padding-left: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .image {
    width: 150px;
  }

  .webheader {
    font-size: 22px;
    line-height: 30px;
    top: auto;
    bottom: 0;
  }

  .greenbutton.callbutton, .greenbutton.emailbutton {
    top: auto;
    bottom: auto;
  }

  .slider-2 {
    height: 360px;
  }

  .footer {
    padding-top: 0;
  }

  .sliderheader {
    margin-top: -68px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading {
    margin-top: -300px;
    font-size: 26px;
  }

  .text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    outline-offset: 0px;
    outline: 3px solid #fff;
    flex-flow: row;
    margin-top: 28px;
    margin-bottom: 10px;
    display: flex;
    position: static;
  }

  .div-block {
    justify-content: center;
    align-items: flex-end;
  }

  .text-block-2 {
    margin-top: -2px;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .text-block-4 {
    display: flex;
  }

  .slide-2 {
    border: 0 solid #000;
    border-radius: 0;
    margin-top: 115px;
    font-size: 24px;
  }

  .text-block-5 {
    margin-bottom: 16px;
  }

  .text-block-6 {
    margin-top: -200px;
  }

  .sectionheader {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.headersection {
    position: relative;
  }

  .image {
    width: 200px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .webheader {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .greenbutton.callbutton {
    float: none;
    clear: none;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .greenbutton.emailbutton {
    float: none;
    clear: none;
    text-align: center;
    width: auto;
    margin: auto 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .headerlogo {
    clear: left;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .slider-2 {
    height: 300px;
  }

  .footer {
    padding-top: 24px;
    display: block;
  }

  .sliderheader {
    margin-top: -74px;
    font-size: 22px;
  }

  .heading {
    margin-top: -250px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block {
    margin-top: 34px;
    margin-bottom: 40px;
    padding-bottom: 0;
    font-weight: 500;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .text-block-2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .text-block-6 {
    margin-top: 4px;
  }
}

@media screen and (max-width: 479px) {
  .greenbutton.callbutton {
    width: auto;
  }

  .greenbutton.emailbutton {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-2 {
    height: 180px;
  }

  .slide-nav {
    display: none;
  }

  .sliderheader {
    margin-top: -62px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading {
    margin-top: -300px;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block {
    border-width: 2px;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 400;
    display: block;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-2 {
    margin-top: -32px;
    padding-top: 0;
    font-size: 13px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    margin: -2px auto -5px;
    font-size: 12px;
    display: block;
  }
}


