html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

body {
  display: block; }

div {
  width: 100vw;
  height: 100vh;
  font-family: helvetica;
  box-sizing: border-box; }

p1 {
  font-size: 100%;
  color: #47686C;
  display: block;
  text-align: left;
  padding: 2% 20% 1% 20%; }

#one {
  background: url(images/header.jpg) center center fixed;
  background-size: cover;
  text-align: center;
  padding-top: 23%; }
  #one h1 {
    text-transform: uppercase;
    color: white;
    font-size: 250%;
    line-height: 1.5; }
  #one h2 {
    color: white;
    text-transform: uppercase;
    font-size: 150%; }

h1#slide {
  visibility: hidden; }

p.slide {
  visibility: hidden; }

.animated {
  visibility: visible !important; }

#two {
  background: url(images/birdseye.jpg) center center fixed;
  background-size: cover;
  height: auto;
  margin-bottom: 0; }
  #two ul {
    display: flex; }
    #two ul li {
      flex-direction: row;
      justify-content: space-around;
      width: 50%; }
      #two ul li h1 {
        padding: 3% 20% 1% 20%;
        color: #91CACE;
        text-transform: uppercase;
        font-size: 150%; }
      #two ul li img {
        width: 50vw;
        display: block; }
      #two ul li p.slide {
        color: #91CACE;
        display: block;
        text-align: left;
        padding: 2% 20% 1% 20%; }

#twomobile {
  background: url(images/birdseye.jpg) center center fixed;
  background-size: cover;
  height: auto;
  margin-bottom: 0; }
  #twomobile ul {
    display: flex; }
    #twomobile ul li {
      flex-direction: row;
      justify-content: space-around;
      width: 50%; }
      #twomobile ul li h1 {
        padding: 3% 20% 1% 20%;
        color: #91CACE;
        text-transform: uppercase;
        font-size: 150%; }
      #twomobile ul li img {
        width: 50vw;
        display: block; }
      #twomobile ul li p {
        color: #91CACE;
        display: block;
        text-align: left;
        padding: 2% 20% 1% 20%; }

#three {
  float: inherit;
  height: auto;
  background: url(images/water.jpg) center center fixed;
  background-size: cover; }
  #three ul {
    display: flex; }
    #three ul li {
      flex-direction: row;
      justify-content: center;
      width: 50%; }
      #three ul li h1 {
        padding: 3% 20% 1% 20%;
        color: #79a9ad;
        text-transform: uppercase;
        font-size: 150%; }
      #three ul li img {
        padding-top: 11%;
        padding-left: 5%;
        width: 70%; }
      #three ul li p {
        color: #79a9ad;
        display: block;
        text-align: left;
        padding: 2% 20% 1% 20%; }

#four {
  text-align: center;
  background: url(images/div4.jpg) center center fixed;
  background-size: cover;
  height: auto;
  min-height: 550px; }
  #four ul {
    display: flex; }
    #four ul li {
      flex-direction: row;
      justify-content: space-around;
      width: 50%; }
      #four ul li h1 {
        padding: 3% 20% 1% 20%;
        color: #47686C;
        text-transform: uppercase;
        font-size: 150%; }
        #four ul li h1 ul.category {
          display: flex;
          text-align: left; }
          #four ul li h1 ul.category li {
            width: 50%;
            justify-content: center;
            flex-direction: row; }
          #four ul li h1 ul.category li.arrow {
            width: 10%; }
            #four ul li h1 ul.category li.arrow img {
              width: 20px;
              float: right; }
      #four ul li img {
        width: 50vw;
        display: block; }
      #four ul li p {
        color: #47686C;
        display: block;
        text-align: left;
        padding: 2% 20% 1% 20%; }
  #four h1#sinkholes:hover {
    cursor: pointer; }
  #four h1#magicwater {
    cursor: pointer; }
  #four h1#faunaandflora {
    cursor: pointer; }

#five {
  text-align: center;
  background: black center center fixed;
  background-size: cover; }
  #five .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 2%;
    height: 0; }
  #five .videoWrapper iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }

#six {
  text-align: center;
  background: #2d4846 center center fixed;
  background-size: cover;
  height: auto; }
  #six img {
    width: 100%; }
  #six a {
    text-decoration: none;
    color: #fff; }
    #six a h1 {
      padding: 7% 20% 1% 20%;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 100%; }

img#deadsea {
  display: none; }

img#deadsea1 {
  display: none; }

#twomobile {
  display: none; }

@media screen and (max-width: 600px) {
  div {
    width: 100%;
    background-attachment: inherit; }

  #one {
    background-attachment: inherit;
    height: 300px;
    width: 100%; }

  #two {
    display: none; }

  #twomobile {
    display: block;
    background: white; }
    #twomobile img#deadsea {
      width: 100%;
      display: block; }
    #twomobile ul {
      width: 100%; }
    #twomobile ul {
      flex-direction: column; }
      #twomobile ul li {
        padding: 1%;
        justify-content: space-around;
        width: 100%;
        text-align: center; }
        #twomobile ul li h1 {
          text-align: left;
          padding: 0 8% 5% 8%; }
        #twomobile ul li p {
          visibility: visible;
          padding: 0 5% 5% 5%; }

  #three {
    align-content: center; }
    #three ul {
      flex-direction: column-reverse; }
      #three ul li {
        padding: 1%;
        justify-content: space-around;
        width: 100%;
        text-align: center; }
        #three ul li h1 {
          text-align: left;
          padding: 0 8% 5% 8%; }
        #three ul li p {
          padding: 0 5% 5% 5%; }

  #four {
    min-height: 300px;
    background: white; }
    #four img#deadsea1 {
      width: 100%;
      display: block; }
    #four ul {
      display: block; }
      #four ul li {
        width: 100%;
        padding: 1%;
        width: 100%; }
        #four ul li h1 {
          text-align: left;
          padding: 0 8% 0 8%; }
        #four ul li p1 {
          padding: 0 5% 5% 5%; } }

/*# sourceMappingURL=style.css.map */
