html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #e5e3e0;
  background-color: #fff;
  font-family: "Questrial", "Helvetica", "Trebuchet MS", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

body.loading {
  background: url(loader-black.57d2a858.svg) no-repeat center center;
  background-size: 100px;
}

body.loading.homepage {
  background: url(loader.fb45b50c.svg) no-repeat center center;
}

body.loading #main,
body.loading #page,
body.loading .screens,
body.loading footer {
  display: none;
}

body.homepage {
  background-color: #212121;
}

button:focus {
  outline: none;
}

p,
ul {
  color: #212121;
  font-size: 24px;
  margin-bottom: 48px;
}
li {
  font-size: 20px;
}
h1 {
  margin: 0;
}
h2,
h3 {
  color: #5e5f67;
  text-transform: uppercase;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
a {
  color: #212121;
  transition: ease-in-out color 0.5s;
  text-transform: uppercase;
}
a:hover,
a:focus {
  color: #f1beaa;
  text-decoration: none;
}
p .fa {
  transition: ease-in-out color 0.5s;
  color: #a5a5a5;
  font-size: 18px;
  margin-left: 10px;
}
p a:hover .fa,
p a:focus .fa {
  color: #f1beaa;
}

#header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  padding: 5vh 5vw;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
}
.homepage #header,
.menu-open #header {
  background: transparent;
}
#logo h1 {
  margin: 0;
  height: 20px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("jessicadoyle.3b27a88f.svg");
  width: 170px;
}
body.homepage #logo h1,
body.menu-open #logo h1 {
  background-image: url("jessicadoyle-white.cfdba191.svg");
}
#menu-button {
  transition: ease-in-out color 0.5s;
  color: #212121;
  cursor: pointer;
}
#menu-button .fa {
  font-size: 20px;
}
#menu-button:hover,
#menu-button:focus {
  text-decoration: none;
}
#menu-button .fa-bars {
  display: block;
}
#menu-button .fa-close {
  display: none;
}
body.menu-open #menu-button .fa-bars {
  display: none;
}
body.menu-open #menu-button .fa-close {
  display: block;
}
body.homepage #menu-button,
body.menu-open #menu-button {
  color: white;
}
#main {
  z-index: 1000;
  position: fixed;
  width: 100%;
}
#nav {
  background-color: #212121;
  opacity: 1;
  z-index: 1000;
  transition: ease-in-out all 0.5s;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.homepage #nav {
  background-color: transparent;
}
#nav.hide {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.menu {
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  max-width: 74vw;
  text-align: left;
  display: block;
}

.menu__item {
  display: inline-block;
  text-align: left;
  margin: 2vh 0;
  text-transform: uppercase;
}

.menu__item-tag {
  color: #f1beaa;
}

#page {
  position: relative;
}

a.menu__item-link {
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  display: block;
  cursor: pointer;
  transition: color 0.2s;
}

a.menu__item-link:hover,
a.menu__item-link:focus {
  color: #f1beaa;
  text-decoration: none;
}

.screens {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
}

.screen__item,
.screen {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.screen__item {
  opacity: 0;
  background: #282b27;
  z-index: 1;
}

.screen__item:first-child {
  opacity: 1;
  z-index: 100;
}

.screen {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  will-change: opacity;
}

.screen-1 .screen {
  background-image: url("1.abe78f1d.jpg");
}
.screen-2 .screen {
  background-image: url("2.b2ef329c.jpg");
}
.screen-3 .screen {
  background-image: url("3.5521845d.jpg");
}

.screen--full {
  opacity: 0.6;
  will-change: transform;
}

footer {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

footer li {
  margin-left: 8px;
  margin-right: 8px;
}

footer a {
  color: #a5a5a5;
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #212121;
}

body.homepage footer a:hover,
body.menu-open footer a:hover,
body.homepage footer a:focus,
body.menu-open footer a:focus {
  color: white;
}

footer .social {
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: -2px;
  justify-content: center;
  transition: all ease 0.5s;
}

footer .facebook:hover,
footer .facebook:focus {
  color: #0077e2 !important;
  border-color: #0077e2;
}

footer .instagram:hover,
footer .instagram:focus {
  color: #d44d67 !important;
  border-color: #d44d67;
}

.content-img {
  object-fit: cover;
  height: fit-content;
  width: 90%;
  margin-right: -25%;
  border-radius: 2px;
}
.content-img.left {
  margin-left: -25%;
  margin-right: 0;
}

.content {
  padding: 1rem 3rem;
  min-height: 90vh;
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.sub {
  padding: 1rem 3rem;
  min-height: 60vh;
}
.end {
  padding: 3rem;
  min-height: 200px;
}

.content--auto {
  min-height: 0;
}

.content--feature {
  justify-content: flex-start;
  min-height: 0;
}

.content--fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

.content__pretitle {
  /*margin-top: auto;*/
  font-size: 1.85rem;
  color: #212121;
}

.content__pretitle::before {
  content: "\2015";
  margin-right: 0.25rem;
}

.content__title {
  color: #f1beaa;
  font-size: 20vw;
  line-height: 0.8;
  margin: 0 0 3rem 0;
  font-weight: 400;
  max-width: 800px;
  will-change: transform;
}

.content__text {
  font-size: 2.25rem;
  font-size: clamp(1rem, 4vw, 2.25rem);
}

.content__text--right {
  align-self: flex-end;
}

.content__text--centered {
  margin: auto;
}

.content__breakout {
  margin: 0 -3rem;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: span, serif;
  font-weight: 200;
  font-style: italic;
  color: #211f1b;
}

.content__breakout--big {
  font-size: 13vw;
  font-weight: 200;
}

.content__breakout--medium {
  font-size: 5vw;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.jump-to-links {
  padding: 0;
  list-style: none;
  text-align: center;
}

.jump-to-links li {
  font-size: 1.85rem;
  color: #212121;
}

.gallery-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30vh;
}

.gallery-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@keyframes MuiSkeleton-keyframes-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.square {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.11);
  animation: MuiSkeleton-keyframes-pulse 1.5s ease-in-out 0.5s infinite;
}

textarea {
  resize: none;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 15px;
}

.gallery a {
  overflow: hidden;
}

.gallery img {
  width: 100%;
  display: block;
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  transition: all 0.7s ease-out;
}
.gallery a:hover img {
  transform: scale(1.04);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.form-control {
  border-radius: 0;
}

.btn-primary {
  border-radius: 0;
  color: #fff;
  background-color: #212121;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 8px 24px;
  transition: all ease-in-out 0.5s;
  margin: 30px auto;
  border: 2px solid #fff;
  outline: 2px solid #212121;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #212121;
  background-color: #f1beaa;
  border-color: #212121;
  outline-color: #f1beaa;
}

label {
  color: #212121;
}

.grey {
  color: #ccc;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 25em) {
  .content__title {
    font-size: 14vw;
  }
}

@media screen and (min-width: 53em) {
  .screen--clip-1 {
    clip-path: polygon(37% 15%, 63% 15%, 63% 85%, 37% 85%);
  }
  .screens {
    opacity: 1;
  }
  .content__title {
    font-size: 8vw;
  }
  .menu {
    margin: 0 auto;
    max-width: 74vw;
    text-align: left;
    display: block;
  }
  .menu__item {
    margin: 3vh 3vw;
  }
  .menu__item-tag {
    margin: 0 0 0 0.25vw;
  }
  .menu__item-link {
    font-size: 5vw;
  }
  .content {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
  }
  .sub {
    min-height: 60vh;
  }
  .end {
    min-height: 300px;
  }
  .content-img {
    width: 75%;
    margin-right: 0;
  }
  .content-img.left {
    margin-left: -10%;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .content,
  .sub {
    padding: 0;
  }
  h2 {
    font-size: 36px;
    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .content__title {
    font-size: 52px;
    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h3 {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .content__pretitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .contact-details h2 {
    font-size: 22px;
  }
  p,
  ul {
    font-size: 18px;
    margin-bottom: 36px;
  }
  p a {
    font-size: 22px;
  }
  footer ul {
    margin-bottom: 0;
  }
  .gallery {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}
