/* Text Elements */

h1.title-project-page {
  width: 80vw;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: 100;
  font-size: 25px;
  font-family: 'Playfair Display', serif;

  mix-blend-mode: normal;
}

h1 {
  margin-bottom: 1rem;
  color: #0067ff;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h1 span.heading-text-5 {
  font-size: 1.875rem;
}

h1 span.heading-text-7 {
  font-size: 2.1875rem;
}

h1#spa-day {
  color: #ff00cd;
  text-shadow: #e1e1e1 3px 1px 0;
  font-size: 35px;
}

h2.centered {
  color: #e2a884;
  text-align: center;
}

h2.turquoise {
  color: #50b1a9;
}

h2.centered.turquoise {
  max-width: 2000px;
  color: #ffbc95;
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
}

h2.centered.title-hotel {
  max-width: 2000px;
  color: #fff;
  font-style: italic;
  font-size: 48px;
  font-family: 'Playfair Display', serif;
}

h2.heading-3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
}

h2.centered.heading-3 {
  color: #ffbc95;
  text-align: center;
}

h2#footer-header {
  max-width: 100%;
  font-size: 36px;
  line-height: 1;
}

h2 span.heading-text-9 {
  color: #ff001a;
}

h2 span.heading-text-10 {
  color: #fff;
}

h2 span.heading-text-2 {
  color: #18183d;
}

h2 {
  color: #0074a6;
  text-transform: uppercase;
  letter-spacing: .01875rem;
  font-weight: 700;
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
}

h2.heading-3-1 {
  margin-top: 1rem;
  text-align: left;
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
}

h2 span.heading-text-11 {
  font-family: 'Roboto', sans-serif;
}

h2.centered.footer-name {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
}

h3 span.heading-text-8 {
  color: #ffbc95;
}

h3.summary-header {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #ffbc95;
  text-align: left;
  font-variant: normal;
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}

h3.heading-1 {
  text-align: center;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
}

h3 span.heading-text-3 {
  font-size: 6rem;
}

h3 span span.heading-text-4 {
  font-size: 1.625rem;
}

h3 span span span.heading-text-3 {
  color: #fff;
  font-size: 4.6875rem;
}

h3 {
  display: block;
  color: #06242e;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  font-weight: 900;
  font-size: 1.875rem;
  font-family: 'Anton', sans-serif;
}

h3 span span span.heading-text-3:hover {
  color: #ff001a;
}

h4.heading-2 {
  text-align: center;
  font-size: 19px;
  font-family: 'Playfair Display', serif;
}

h4 span.heading-text-6 {
  color: #ff001a;
  font-size: 2.375rem;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  max-width: 800px;
  color: #e1e1e1;
  text-align: center;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  line-height: 1.7;
}

p.paragraph.centered {
  color: #383838;
  text-align: center;
}

p.paragraph.light {
  color: #898989;
}

p.paragraph span.uppercase-p-1 {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph.centered.light {
  color: #898989;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

p.paragraph.paragraph-feature {
  color: #131414;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
}

p.paragraph span.bold {
  color: #ffbc95;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

p.paragraph.menu-paragraph {
  color: #262625;
  text-align: center;
  font-family: 'Archivo', sans-serif;
}

p.paragraph span.paragraph-text-1 {
  color: #ff001a;
  font-size: 1.4375rem;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 400;
  font-size: 1.125rem;
}

p.paragraph.address-p {
  margin-bottom: .1875rem;
  color: #a4a9b2;
}

a.link-text {
  color: #e1e1e1;
  text-decoration: underline;
  font-size: 22px;
  font-family: 'Archivo', sans-serif;
}

a.link-text span.text-link-text-1 {
  color: #0300d7;
}

/* Interaction Elements */

a.link-button.button {
  margin-right: 0;
  margin-bottom: 10px;
  padding: .95em 3em 12px;
  border-color: rgba(60, 60, 60, .25);
  border-radius: 50px;
  background-color: #ff001a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button {
  padding: 12px 20px;
  border-color: #0067ff;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

a.link-button span.button-link-text-1 {
  font-size: 1rem;
}

a.link-button span.button-link-text-2 {
  font-size: .9375rem;
}

a.link-button span.button-link-text-1.button-link-text-2 {
  font-weight: 100;
  font-size: 1.375rem;
}

a.link-button.button.scroller.smooth-scroll {
  margin-right: auto;
  margin-left: auto;
  border-width: 0;
  color: #0300d7;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Playfair Display', serif;
}

a.link-button#hero-link {
  padding-right: 1.7em;
  padding-left: 0;
  background-color: transparent;
}

a.link-button span.button-link-text-3 {
  color: #0300ff;
  font-weight: 600;
  font-size: 1.75rem;
}

a.link-button#hero-link-copy-1 {
  padding-right: 1.7em;
  padding-left: 0;
  background-color: transparent;
}

a.link-button span.button-link-text-4 {
  color: #0300ff;
}

a.link-button.button.contact-us.scroller.smooth-scroll {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  border-radius: 30px 0;
  background-color: #fff;
}

a.link-button#hero2 {
  padding-right: 1.7em;
  padding-left: 0;
  background-color: transparent;
}

a.link-button.button.scroller.smooth-scroll:hover {
  color: #e2a884;
  -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-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, .3s, 1s;
     -moz-transition-duration: 0s, .3s, 1s;
       -o-transition-duration: 0s, .3s, 1s;
          transition-duration: 0s, .3s, 1s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
  -webkit-transform: translateY(5px) translateZ(-1px) perspective(0px);
     -moz-transform: translateY(5px) translateZ(-1px) perspective(0px);
          transform: translateY(5px) translateZ(-1px) perspective(0px);
}

a.link-button.button.contact-us.scroller.smooth-scroll:hover {
  background-color: #0f1;
}

textarea {
  height: 10rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

label.label {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

label.label.menu-comments {
  font-family: 'Archivo', sans-serif;
}

/* Layout Elements */

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.six-hundred-centered-cont {
  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;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;

  -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.surrounding-padding-col {
  -ms-flex-pack: center;
  padding: 10vw 40px;
  background-color: #fff;

  -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;
}

.container.surrounding-padding-col-low {
  -ms-flex-pack: center;
  padding: 7vw 40px;

  -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;
}

.container.surrounding-padding-col-1 {
  -ms-flex-pack: center;
  padding: 10vw 40px;
  background-color: #15161a;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  -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;
  background-blend-mode: normal;
}

.container.footer-copyright.surrounding-padding-col-low {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #ff001a;
}

.container.team-lets-talk-cont {
  display: grid;
  margin-bottom: 20px;
  width: 100%;
}

.container.team-social-content-cont {
  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-pack: center;
  -ms-flex-align: center;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.menu-wrapper {
  z-index: 10;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  min-height: 100vh;
  box-shadow: none;

  -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.nav-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  max-width: none;
  background-color: transparent;
}

.container.header-container {
  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-pack: center;
  -ms-flex-align: center;
  height: 100vh;
  background-color: #262625;
  background-image: url('../images/chair-logo.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
  -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;
  grid-template-columns: none;
  grid-template-rows: none;
}

.container.featured-projects.surrounding-padding-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: 80vh;
  background-color: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.hero-about {
  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-pack: center;
  -ms-flex-align: center;
  height: 40vh;
  background-color: rgba(38, 38, 37, .33);
  background-image: url('../images/house1.jpg');
  background-attachment: fixed;
  background-position: center -250px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: soft-light;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.heading-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-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  margin: 10vw 40px;
  max-width: 2000px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.acommodations-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: 80vh;
  background-color: #262625;
  background-image: url('../images/bruno-cervera-ZpNBwBR38fA-unsplash.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: multiply;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.friendly-workflow {
  padding-top: 50px;
}

.container.feature-section {
  display: block;
  background-color: #fff;
}

.container.feature-new {
  padding: 20px 10px 50px;
}

.container.feature-text-wrapper-new {
  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-pack: center;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.feature-grey.feature-new {
  padding-top: 40px;
  background-color: #f8f8f8;
}

.container.feature-grey {
  background-color: #dcdcdc;
}

.container.feature-flip.feature-grey.feature-new {
  background-color: #fff;
}

.container#rsvp-section {
  background-color: #262625;
}

.container.rspv-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  height: 40vh;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(24, 24, 61, 1) 0%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(24, 24, 61, 1) 0%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(24, 24, 61, 1) 0%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(24, 24, 61, 1) 0%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container#form {
  background-color: #262625;
}

.container.footer-section {
  padding-right: 10px;
  padding-left: 10px;
}

.container.container-2 {
  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;
  margin-bottom: 2rem;
  padding-right: 8px;
  padding-left: 8px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-3 {
  margin-top: 1rem;
  max-width: 1250px;
}

.container.section-row {
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}

ul.list-container.menu {
  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-pack: center;
  -ms-flex-align: stretch;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
}

div.responsive-picture {
  padding-top: 0;
  max-width: none;
}

div.responsive-picture.css-feature-photo {
  max-width: none;
  width: 100%;
  border-radius: 10px;
  background-color: #ffbc95;
}

button.button {
  display: block;
  float: none;
  clear: none;
  margin-bottom: 10px;
  padding: .95em 3em .7em;
  border-color: rgba(60, 60, 60, .25);
  border-radius: 50px;
  background-color: #ff001a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.rule.footer-separator hr {
  border-top-color: #5c6987;
}

.rule.footer-separator {
  margin-top: 1.5rem;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  width: 30%;
}

div.responsive-picture.footer-logo.picture-2 {
  margin-right: 0;
  margin-left: 0;
}

video.html-video-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.html-element.html-element-1 {
  width: 100%;
}

button.button:focus {
  background-color: #ffbc95;
}

button.button:hover {
  padding-bottom: .7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(3, 0, 255, 1) 0%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(3, 0, 255, 1) 0%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(3, 0, 255, 1) 0%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(3, 0, 255, 1) 0%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #3c3c3c;

  background-blend-mode: normal;
}

div.responsive-picture.css-feature-photo:hover {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.title-project-page {
    font-size: 26px;
  }

  h2.centered.turquoise {
    font-size: 38px;
  }

  /* Layout Elements */

  .container.six-hundred-centered-cont {
    max-width: 90%;
  }

  div.responsive-picture.picture-1 {
    width: 50%;
  }
}

@media screen and (min-width: 27.5rem) {
  /* Text Elements */

  h2.centered.turquoise {
    max-width: none;
    font-size: 48px;
  }

  /* Layout Elements */

  .container.heading-section {
    max-width: 2000px;
  }

  .container.six-hundred-centered-cont {
    max-width: 90%;
  }

  div.responsive-picture.picture-1 {
    width: 40%;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 {
    font-size: 28px;
  }

  h2.heading-3 {
    text-align: left;
  }

  h3 span span span.heading-text-3 {
    font-size: 6rem;
  }

  p.paragraph {
    text-align: left;
    font-size: 15px;
  }

  p.paragraph.paragraph-feature {
    text-align: left;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 18px;
  }

  textarea {
    font-size: 15px;
  }

  label.label {
    font-size: 15px;
  }

  /* Layout Elements */

  .container.surrounding-padding-col-low {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.team-lets-talk-cont {
    margin-right: 3%;
    width: 60%;
  }

  .container.team-social-content-cont {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.menu-wrapper {
    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;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.header-container {
    -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.surrounding-padding-col-1 {
    background-color: #15161a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  }

  .container.heading-section {
    max-width: 1200px;
  }

  .container.feature-new {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
  }

  .container.feature-text-wrapper-new {
    padding-right: 20px;
    padding-left: 20px;

    -webkit-box-flex: 55%;
    -webkit-flex: 55%;
       -moz-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }

  .container.feature-pic-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.feature-flip.feature-new {
    -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.six-hundred-centered-cont {
    max-width: 90%;
  }

  .container.nav-container {
    background-color: transparent;
  }

  .container.footer-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;

    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
       -moz-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .container.footer-grid {
    max-width: 35rem;
  }

  .container.container-1 {
    padding-right: 0;
    padding-left: 0;
    width: 75%;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  li.list-item-container.nav-wrapper {
    padding-right: 0;
    background-color: transparent;
  }

  div.responsive-picture.picture-1 {
    width: 40%;
  }

  div.responsive-picture.footer-logo.picture-2 {
    width: 20%;
  }

  div.responsive-picture.css-feature-photo:hover {
    -webkit-transition-duration: 1.2s;
       -moz-transition-duration: 1.2s;
         -o-transition-duration: 1.2s;
            transition-duration: 1.2s;
    -webkit-transform: scaleX(1.01) scaleY(1.01);
       -moz-transform: scaleX(1.01) scaleY(1.01);
         -o-transform: scaleX(1.01) scaleY(1.01);
            transform: scaleX(1.01) scaleY(1.01);
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.title-project-page {
    font-size: 46px;
  }

  h1 {
    font-size: 35px;
  }

  h1 span.heading-text-5 {
    font-size: 2.1875rem;
  }

  h1 span.heading-text-7 {
    font-size: 2.75rem;
  }

  h2.centered.turquoise {
    max-width: 1280px;
    color: #ffbc95;
    font-variant: normal;
  }

  h2.centered.title-hotel {
    color: #fff;
    font-variant: normal;
    font-size: 58px;
  }

  h4 span.heading-text-6 {
    font-size: 2rem;
  }

  p.paragraph span.uppercase-p-1 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  p.paragraph {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-button.button.scroller.smooth-scroll {
    padding-right: 0;
    padding-left: 0;
  }

  a.link-button.button.contact-us.scroller.smooth-scroll {
    padding-right: 3em;
    padding-left: 3em;
  }

  a.link-button span.button-link-text-3 {
    font-size: 1.5rem;
  }

  textarea {
    font-size: 16px;
  }

  label.label {
    font-size: 16px;
  }

  /* Layout Elements */

  .container.surrounding-padding-col {
    margin-top: 0vh;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #fff;
  }

  .container.surrounding-padding-col-low {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .container.surrounding-padding-col-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #15161a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.footer-copyright.surrounding-padding-col-low {
    border-top: .0625rem dotted #272727;
  }

  .container.heading-section {
    max-width: 1200px;
  }

  .container.header-container {
    background-position: center center;
    background-size: cover;
  }

  .container.acommodations-section {
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: content-box;
    background-repeat: no-repeat;
  }

  .container.feature-new {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.feature-text-wrapper-new {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    max-width: 600px;
    width: 100%;
  }

  .container.feature-pic-wrapper {
    max-width: 500px;
    width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .container.hero-about {
    background-color: transparent;
    background-position: center -250px;
  }

  .container.six-hundred-centered-cont {
    max-width: 90%;
  }

  .container#footer-section-1 {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.container-2 {
    margin-right: 0;
    margin-left: 16px;
    max-width: 1000px;
  }

  .container.container-3 {
    max-width: 1400px;
  }

  .container.section-row {
    margin-right: auto;
    margin-left: auto;
    max-width: 87.5rem;
  }

  .container.container-1 {
    width: 100%;
  }

  li.list-item-container.nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }

  button.button {
    background-color: #ff001a;
    text-align: center;
    font-family: 'Archivo', sans-serif;
  }

  div.responsive-picture.picture-1 {
    width: 35%;
  }

  div.responsive-picture.footer-logo.picture-2 {
    width: 15%;
  }

  button.button:hover {
    background-color: transparent;
    color: #e1e1e1;
  }

  div.responsive-picture.css-feature-photo:hover {
    -webkit-transition-duration: 1.2s;
       -moz-transition-duration: 1.2s;
         -o-transition-duration: 1.2s;
            transition-duration: 1.2s;
    -webkit-transform: scaleX(1.01) scaleY(1.01) scaleZ(1);
       -moz-transform: scaleX(1.01) scaleY(1.01) scaleZ(1);
            transform: scaleX(1.01) scaleY(1.01) scaleZ(1);
  }
}

@media screen and (min-width: 112.5rem) {
  /* Layout Elements */

  .container.section-row {
    max-width: 87.5rem;
  }
}