/* Text Elements */

h3.main-heading {
  background-color: transparent;
  color: #de6d27;
  text-align: center;
  text-shadow: #050505 2px 2px 5px;
  font-weight: 700;
  font-size: 41px;
  font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
}

h3 {
  margin: 30px auto 7px;
  padding-right: 15px;
  padding-left: 15px;
  color: #248f7e;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
}

h3.sub-heading {
  margin-top: 0;
  color: #de6d27;
  font-size: 30px;
}

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 16px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph a.link-color {
  color: rgba(255, 186, 79, .82);
}

p.paragraph.paragraph-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  color: rgba(255, 186, 79, .82);
  text-shadow: #050505 2px 2px 5px;
}

p.paragraph.paragraph-1 {
  color: #ffba4f;
  text-align: center;
}

p.paragraph.Under-Constuction {
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 186, 79, .31);
  color: rgba(255, 186, 79, .82);
  text-align: center;
  text-shadow: #050505 3px 3px 2px;
  letter-spacing: 7px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
}

p.paragraph.footer-para {
  color: #de6d27;
}

/* Interaction Elements */

a.link-button.btn.nav-link {
  padding: 10px 20px;
  min-height: 30px;
  border-bottom-color: rgba(133, 114, 91, .29);
  color: #fbfaff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

/* Layout Elements */

body.body-1 {
  background-color: #050505;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.header {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 50px;
  background-color: transparent;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #de6d27;
}

.rule.heading-rule {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 80px;
}

.container-grid.instructional-container {
  margin-top: 10px;
  margin-bottom: 7px;
  padding: 10px;
  min-height: 50px;
  max-width: 350px;
  width: 80%;
  border-top: .0625rem dotted rgba(112, 96, 90, .5);
  border-bottom: .0625rem dotted rgba(112, 96, 90, .5);
}

.container-grid.quote-section {
  padding-bottom: 30px;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.rule.light hr {
  border-top-color: #fff;
}

.container-grid.gallery-intro {
  padding-top: 20px;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container-grid.nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.background-section {
  padding-right: 10px;
  padding-left: 10px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.social-section {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-grid.tips-reservations {
  padding: 10px 10px 20px;
}

.container-grid.activities {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.rule.heading-rule.light hr {
  border-top-color: #050505;
}

.container-grid.YouTube-container {
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: none;
  width: 100%;
  height: auto;
}

.container-grid.footer-row.justify-content-center {
  margin-top: 39px;
}

div.responsive-video.YoTube-Video {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}

.container-grid.card {
  padding-right: 0;
  padding-left: 0;
}

.container-grid.card-flex-header {
  margin-right: 15px;
  margin-left: 15px;
}

div.responsive-picture.card-img {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: 50%;
}

.container-grid.card.card-flex-header.container-fluid {
  background-color: #050505;
}

@media screen and (min-width: 34rem) {
  .container-grid.card-flex-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 300px;
       -moz-box-flex: 1;
        -ms-flex: 1 300px;
            flex: 1 300px;
  }

  .container-grid.card.card-flex-header {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  div.responsive-picture.card-img {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h3 {
    font-size: 30px;
  }

  h3.main-heading {
    padding-top: 10px;
    font-size: 40px;
  }

  h3.sub-heading {
    color: #c25918;
    font-size: 35px;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph a.link-color {
    color: #ffba4f;
  }

  p.paragraph.paragraph-2 {
    color: rgba(255, 186, 79, .82);
    font-weight: 400;
  }

  p.paragraph.Under-Constuction {
    color: rgba(255, 186, 79, .82);
    font-weight: 400;
    font-size: 20px;
  }

  .container-grid.nav-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h3.main-heading {
    margin-bottom: 8px;
    font-size: 50px;
  }

  p.paragraph {
    margin-bottom: 7px;
    max-width: 700px;
    font-size: 17px;
  }

  p.paragraph.paragraph-1 {
    font-size: 20px;
  }

  p.paragraph.footer-para {
    color: #de6d27;
  }

  .container-grid.nav-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.tips-reservations {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .container-grid.gallery-intro {
    padding-top: 20px;
  }

  .container-grid.navigation {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-video.YoTube-Video {
    width: 75%;
  }

  div.responsive-picture.card-img {
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h3 {
    font-size: 40px;
  }

  h3.sub-heading {
    margin-top: 0;
    font-size: 30px;
  }

  p.paragraph {
    font-size: 19px;
  }

  p.paragraph.paragraph-1 {
    font-size: 25px;
  }

  /* Interaction Elements */

  a.link-button.btn.nav-link {
    padding-top: 20px;
    border-right-color: rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
    border-radius: 0;
    line-height: 1.6;
  }

  /* Layout Elements */

  body.body-1 {
    margin-top: 0;
    background-color: #050505;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.navigation {
    -ms-flex-pack: end;
    margin-right: auto;
    margin-left: auto;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container-grid.gallery-intro {
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-video.YoTube-Video {
    max-width: none;
    width: 50%;
  }

  div.responsive-picture.card-img {
    width: 30%;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h3.main-heading {
    background-color: transparent;
    color: #c25918;
    font-size: 50px;
    font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
  }

  h3.sub-heading {
    margin-top: 0;
    color: #c25918;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h6.footer-heading {
    color: #de6d27;
  }

  p.paragraph a.link-color {
    color: #ffba4f;
  }

  p.paragraph span.paragraph-text-1 {
    color: #ffba4f;
  }

  p.paragraph.paragraph-2 {
    text-shadow: #050505 2px 2px 3px;
    letter-spacing: 2px;
    font-family: 'ABeeZee', sans-serif;

    -webkit-text-stroke-color: rgba(255, 186, 79, .82);
  }

  p.paragraph.footer-para {
    color: #8a370e;
  }

  p.paragraph.paragraph-1 {
    color: #ffba4f;
    text-align: center;
  }

  p.paragraph.Under-Constuction {
    background-color: rgba(255, 186, 79, .31);
    text-align: center;
    text-shadow: #050505 2px 2px 3px;
    letter-spacing: 7px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;

    -webkit-text-stroke-color: rgba(255, 186, 79, .82);
  }

  /* Interaction Elements */

  a.link-button.btn.nav-link {
    margin-right: auto;
    margin-left: auto;
    color: #fbfaff;
    font-size: 17px;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #050505;
    background-image: -webkit-linear-gradient(top, rgba(5, 5, 5, .4) 82%, rgba(5, 5, 5, 1) 26%);
    background-image:    -moz-linear-gradient(top, rgba(5, 5, 5, .4) 82%, rgba(5, 5, 5, 1) 26%);
    background-image:      -o-linear-gradient(top, rgba(5, 5, 5, .4) 82%, rgba(5, 5, 5, 1) 26%);
    background-image:         linear-gradient(180deg, rgba(5, 5, 5, .4) 82%, rgba(5, 5, 5, 1) 26%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.navigation {
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
  }

  .container-grid.nav-section {
    margin-right: 0;
    margin-left: 0;
    background-color: transparent;
  }

  .container-grid.tips-reservations {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .container-grid.quote-section {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .rule.heading-rule hr {
    border-top-width: 1px;
    border-top-color: #c25918;
  }

  .rule.heading-rule.light hr {
    border-top-color: #984413;
  }

  .container-grid.header {
    background-color: transparent;
  }

  .container-grid.gallery-intro {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.container-fluid.instructional-container {
    border-top-color: rgba(138, 55, 14, .73);
    border-bottom-color: rgba(138, 55, 14, .73);
    background-color: transparent;
  }

  .container-grid.background-section {
    margin-top: 0;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.activities {
    margin-top: 0;
    margin-bottom: 0;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .rule.heading-rule {
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 0;
  }

  .container-grid.justify-content-center {
    padding-bottom: 9px;
  }

  div.responsive-picture.card-img {
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
  }

  .container-grid.card.card-flex-header.container-fluid {
    background-color: #050505;
  }
}