/* Text Elements */

h1.site-title {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  color: #2a617d;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

h3.section-title {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 28px;
}

h5 {
  text-align: center;
  font-style: italic;
  font-size: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h5.service-title {
  margin-top: 10px;
  color: #18191a;
}

p.paragraph.booking-paragraph {
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

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', 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.bg-content-size-container {
  min-height: 500px;
}

.container.container-3 {
  min-width: 10px;
  min-height: 200px;
}

div.responsive-picture {
  max-width: none;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-2 {
    text-align: center;
  }

  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;
  }

  .container.container-3 {
    display: block;
    min-height: 200px;
  }

  video.content-size-video {
    min-width: 500px;
    min-height: 250px;
  }

  div.responsive-picture.picture-1 {
    width: 50%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
  }

  h1.heading-2 {
    text-align: center;
  }

  h1.heading-4 {
    text-align: center;
  }

  h1 span.heading-text-3 {
    font-size: 2.5625rem;
  }

  h1.heading-6 {
    text-align: center;
  }

  h1.heading-7 {
    text-align: center;
  }

  h3.heading-3 {
    justify-self: center;
  }

  h3 span.heading-text-1 {
    color: #110f19;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.1875rem;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.custom-sd-three-cols {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container.container-1 {
    display: grid;
  }

  .container.custom-sd-two-cols {
    justify-self: center;
  }

  .container.container-2 {
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    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.container-3 {
    min-width: 100%;
    min-height: 200px;
    background-image: url('../FLD_1857%20%282%29-Exposure.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  video.content-size-video {
    min-width: 1px;
    min-height: 1px;
    max-width: 100%;
    max-height: 100%;
  }

  div.responsive-picture.picture-2 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
  }

  div.responsive-picture.picture-2 {
    width: 375px;
    height: 200px;
  }

  div.responsive-picture.picture-2 > picture {
    height: 200px;
  }

  div.responsive-picture.picture-3 {
    width: 375px;
    height: 200px;
  }

  div.responsive-picture.picture-3 > picture {
    height: 200px;
  }

  a.responsive-picture.picture-link-1 {
    position: static;

    justify-self: center;
  }

  a.responsive-picture.picture-link-3 {
    justify-self: center;
  }

  a.responsive-picture.picture-link-2 {
    justify-self: center;
  }

  li.list-item span.list-item-text-1 {
    font-weight: 700;
  }

  li.list-item a.list-item-text-2 {
    text-decoration: none;
  }
}