/* Text Elements */

h1.site-title {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Montserrat', cursive;
}

h1 font.heading-text-1 {
  font-weight: 100;
  font-size: 1.25rem;
}

h1 a.heading-text-2 {
  color: #969696;
  font-size: 1.0625rem;
}

h1.heading-2 {
  background-color: #3d3d3d;
}

p.paragraph.booking-paragraph {
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-2 {
  background-color: #3d3d3d;
}

a.link-text.nav-button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-color: rgba(0, 0, 0, .4);
  border-bottom: .0625rem solid rgba(0, 0, 0, .4);
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

a.link-text span.text-link-text-3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text span.text-link-text-5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

/* Layout Elements */

.container.book-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;
  -ms-flex-align: center;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-1 {
  background-color: #3d3d3d;
}

div.responsive-picture {
  max-width: none;
}

div.responsive-picture.picture-2 {
  padding: 20px 60px;
  max-width: 100%;
  width: 100%;
}

a.glyph.font-icon-link-1 {
  background-color: #3d3d3d;
  color: #b5b5b5;
  text-align: center;
  font-size: 34px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 font.heading-text-1 {
    color: #7f7f7f;
    text-transform: uppercase;
    letter-spacing: .9375rem;
  }

  a.link-text.nav-button {
    padding-right: 20px;
    padding-left: 20px;
    width: 200px;
    border-left: .0625rem solid #000;
  }

  a.link-text.nav-button:last-of-type {
    border-right: .0625rem solid #000;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    background-color: #3d3d3d;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.book-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    background-color: #3d3d3d;
  }

  h1.site-title {
    margin-top: 15px;
    background-color: #3d3d3d;
  }

  p.paragraph.booking-paragraph {
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transition-delay: 0s, 0s, 0s;
       -moz-transition-delay: 0s, 0s, 0s;
         -o-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transition-timing-function: ease, linear, linear;
       -moz-transition-timing-function: ease, linear, linear;
         -o-transition-timing-function: ease, linear, linear;
            transition-timing-function: ease, linear, linear;
    -webkit-transition-duration: 0s, .3s, .3s;
       -moz-transition-duration: 0s, .3s, .3s;
         -o-transition-duration: 0s, .3s, .3s;
            transition-duration: 0s, .3s, .3s;
    -webkit-transition-property: all, all, all;
       -moz-transition-property: all, all, all;
         -o-transition-property: all, all, all;
            transition-property: all, all, all;
  }

  p.paragraph span.paragraph-text-2 {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  }

  p.paragraph span.paragraph-text-3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-text span.text-link-text-1 {
    font-weight: 300;
  }

  a.link-text.nav-button {
    width: 200px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  /* Layout Elements */

  body.body-1 {
    position: static;
  }

  .container.nav-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container.hero-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  div.responsive-picture.picture-1 {
    background-color: #fff;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  div.responsive-picture.picture-2 {
    clear: none;
    padding: 20px 300px;
    max-width: 100%;
    width: 100%;
  }

  a.glyph.font-icon-link-1 {
    display: inline-block;
    width: 99px;
    color: #c2c2c2;
    text-align: center;
    font-size: 32px;
    line-height: 62px;
  }
}