/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  width: 90vw;
  margin: 0 auto;
  max-width: 1160px;
}

html, body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

figure {
  margin: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .container .content {
  padding: 1em 0;
}
header .container .content figure {
  width: 50vw;
  max-width: 250px;
}
header .container .content figure img {
  width: 100%;
  height: auto;
}

.home-hero {
  background-image: url("images/hero.webp");
  background-size: cover;
  background-position: center center;
  padding: 6em 0;
  position: relative;
}
.home-hero:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-hero .container {
  position: relative;
  z-index: 5;
}
.home-hero .container .content h1 {
  text-wrap: balance;
  color: white;
  font-size: clamp(2.5rem, 9vw, 4rem);
}
.home-hero .container .content form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
}
.home-hero .container .content form .fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .home-hero .container .content form .fields.two {
    flex-direction: row;
  }
}
.home-hero .container .content form .fields.two div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.home-hero .container .content form .fields label {
  color: white;
}
.home-hero .container .content form .fields input[type=text], .home-hero .container .content form .fields input[type=email], .home-hero .container .content form .fields textarea {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  border-radius: 0.15rem;
  border: 0.05rem solid white;
  font-family: "Open Sans", sans-serif;
}
.home-hero .container .content form .fields textarea {
  height: 6rem;
}
.home-hero .container .content form input[type=submit] {
  background: transparent;
  border: 0.05rem solid white;
  border-radius: 4rem;
  padding: 1rem 3em;
  color: white;
  align-self: flex-start;
  margin-top: 1rem;
}

.vantage-experience .container {
  max-width: 768px;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .vantage-experience .container {
    padding: 6rem 0;
  }
}
.vantage-experience .container .content h2 {
  text-align: center;
  font-size: clamp(2rem, 7vw, 3rem);
}

.like-no-other {
  background: #000000;
}
.like-no-other .container {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .like-no-other .container {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 768px) {
  .like-no-other .container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
  }
}
.like-no-other .container .content {
  color: white;
}
.like-no-other .container .content h3 {
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2rem);
}
@media screen and (min-width: 768px) {
  .like-no-other .container .content h3 {
    margin: 0;
    text-align: left;
  }
}
.like-no-other .container aside {
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .like-no-other .container aside {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .like-no-other .container aside p {
    margin: 0;
  }
}

.image-two-up {
  background: #000000;
}
.image-two-up .container {
  padding-bottom: 6rem;
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  .image-two-up .container {
    padding-bottom: 9rem;
  }
}
.image-two-up .container .content {
  display: flex;
  align-items: flex-end;
}
.image-two-up .container .content figure {
  flex: 1;
  position: relative;
}
.image-two-up .container .content figure img {
  width: 100%;
  height: auto;
}
.image-two-up .container .content figure:first-of-type {
  z-index: 2;
  bottom: -2rem;
  right: -0.5rem;
}
.image-two-up .container .content figure:last-of-type {
  z-index: 4;
  left: -0.5rem;
}

.callout {
  background: linear-gradient(-27deg, RGBA(210, 191, 108, 1), RGBA(162, 172, 156, 1));
}
.callout .container {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .callout .container {
    padding: 6rem 0;
  }
}
.callout .container {
  max-width: 768px;
}
.callout .container .content blockquote {
  color: white;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 5vw, 2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.callout .container .content blockquote cite {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.footer-form .container {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .footer-form .container {
    padding: 6rem 0;
  }
}
.footer-form .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-form .container {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    justify-content: space-evenly;
  }
}
.footer-form .container .content h3 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin: 0;
}
.footer-form .container .content p {
  text-wrap: balance;
}
.footer-form .container aside form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
}
.footer-form .container aside form .fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-form .container aside form .fields.two {
    flex-direction: row;
  }
}
.footer-form .container aside form .fields.two div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.footer-form .container aside form .fields label {
  color: black;
}
.footer-form .container aside form .fields input[type=text], .footer-form .container aside form .fields input[type=email], .footer-form .container aside form .fields textarea {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  border-radius: 0.15rem;
  border: 0.05rem solid black;
  font-family: "Open Sans", sans-serif;
}
.footer-form .container aside form .fields textarea {
  height: 6rem;
}
.footer-form .container aside form input[type=submit] {
  background: transparent;
  border: 0.05rem solid black;
  border-radius: 4rem;
  padding: 1rem 3em;
  color: black;
  align-self: flex-start;
  margin-top: 1rem;
}

.footer-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer-gallery {
    flex-wrap: nowrap;
  }
}
.footer-gallery figure {
  margin: 0;
  width: 33.333%;
}
@media screen and (min-width: 1024px) {
  .footer-gallery figure {
    width: auto;
    flex: 1;
  }
}
.footer-gallery figure img {
  width: 100%;
  height: auto;
}

footer {
  background: black;
  height: 10rem;
}

.form-submitted {
  font-size: 1.5rem;
  text-wrap: balance;
}
