/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "New Paris Skyline";
  src: url(../fonts/NewParisSkyline-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "New Paris Skyline";
  src: url(../fonts/NewParisSkyline-Black.otf);
  font-weight: 700;
}
html {
  font-size: 16px;
}

body {
  font-family: "New Paris Skyline";
  font-size: 1rem;
  padding: 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

a {
  color: #000;
}

.icon-and-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  font-size: 11px;
}
.icon-and-text img {
  max-width: 25px;
}

.page1 {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .page1 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page1 .left {
  flex: 1;
}
.page1 .left .photo {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1280px) {
  .page1 .left .photo {
    max-width: 700px;
  }
}
.page1 .left .fb-text {
  padding: 32px 0 0 12px;
  font-size: 11px;
  display: none;
}
@media (min-width: 768px) {
  .page1 .left .fb-text {
    display: block;
  }
}
.page1 .right {
  flex: 1;
  margin: -10% auto 48px auto;
  width: 80%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .page1 .right {
    margin-top: 10%;
    margin-left: -50px;
  }
}
@media (min-width: 1280px) {
  .page1 .right {
    margin-right: 22%;
    width: 50%;
  }
}
.page1 .right .logo {
  width: 100%;
  height: auto;
}
.page1 .right .tag-line {
  width: 80%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page1 .right .tag-line {
    width: 80%;
    max-width: 450px;
  }
}

.page2 {
  width: 100%;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .page2 {
    padding-top: 64px;
  }
}
.page2 .gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 34% 33%;
  gap: 4px;
}
@media (min-width: 768px) {
  .page2 .gallery {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
.page2 .gallery .galimg {
  width: 100%;
  height: 100%;
  max-height: 235px;
  overflow: hidden;
}
.page2 .gallery .galimg.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .page2 .gallery .galimg.mobile-hide {
    display: block;
  }
}
.page2 .gallery .galimg img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}

.page3 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 4px;
}
.page3 h2 {
  width: 100%;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .page3 h2 {
    width: 70%;
  }
}
.page3 h2 img {
  width: 100%;
  height: auto;
}
.page3 .form-area {
  min-height: 330px;
  height: auto;
  width: 100%;
  max-width: 600px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* HTML: <div class="loader"></div> */
}
@media (min-width: 768px) {
  .page3 .form-area {
    width: 75%;
    min-height: 215px;
    max-width: none;
  }
}
.page3 .form-area .get-in-touch-form {
  height: auto;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.page3 .form-area .get-in-touch-form.hide {
  display: none;
}
.page3 .form-area .get-in-touch-form.processing {
  opacity: 0.7;
}
.page3 .form-area .get-in-touch-form div.row {
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}
@media (min-width: 768px) {
  .page3 .form-area .get-in-touch-form div.row {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
  }
}
.page3 .form-area .get-in-touch-form div.row label {
  flex: 1;
  letter-spacing: 5px;
  font-family: inherit;
  display: inline;
}
@media (min-width: 768px) {
  .page3 .form-area .get-in-touch-form div.row label {
    text-align: right;
  }
}
.page3 .form-area .get-in-touch-form div.row input, .page3 .form-area .get-in-touch-form div.row select {
  flex: 2;
  border: none;
  background-color: #fcec9f;
  font-size: 16px;
  height: 20px;
  padding: 2px 2px 2px 8px;
}
@media (min-width: 1024px) {
  .page3 .form-area .get-in-touch-form div.row input, .page3 .form-area .get-in-touch-form div.row select {
    flex: 3;
  }
}
.page3 .form-area .get-in-touch-form div.row input:focus, .page3 .form-area .get-in-touch-form div.row select:focus {
  outline: 2px solid black;
}
.page3 .form-area .get-in-touch-form div.row input.darker, .page3 .form-area .get-in-touch-form div.row select.darker {
  background-color: #f9db4f;
}
.page3 .form-area .get-in-touch-form div.row input.error, .page3 .form-area .get-in-touch-form div.row select.error {
  outline: 2px solid red;
}
.page3 .form-area .get-in-touch-form div.row select {
  font-size: 13px;
}
.page3 .form-area .get-in-touch-form div.submit {
  text-align: right;
}
.page3 .form-area .get-in-touch-form div.submit button {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  border: none;
  background-color: #ffffff;
}
.page3 .form-area .get-in-touch-form div.submit button:focus {
  outline: 2px solid black;
}
.page3 .form-area .form-completed {
  display: none;
  padding-top: 50px;
}
.page3 .form-area .form-completed.show {
  display: block;
}
.page3 .form-area .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}
.page3 .form-area .loader.hide {
  display: none;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}

footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column nowrap;
  gap: 32px;
}
footer .logo {
  max-width: 150px;
}
@media (min-width: 768px) {
  footer .logo {
    max-width: 220px;
  }
}