:root {
  --light: white;
  --accent: #fbd784;
  --dark: #0b1d26;
  --dark-trans: rgba(11, 29, 38, .5);
}

body {
  color: var(--light);
  font-family: Sans Serif, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Serif Display, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Serif Display, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
}

h4 {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--accent);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.site-wrapper {
  background-color: var(--dark);
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 28px 28px 80px rgba(11, 29, 38, .4);
}

.navbar {
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  align-items: center;
  display: flex;
}

.account {
  display: flex;
}

.content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.content-wrapper.nav {
  justify-content: space-between;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.hero {
  z-index: 50;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.content-wrapper.content {
  max-width: 1440px;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper.content.contact-flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.content.foot {
  min-height: auto;
}

.social-links {
  z-index: 50;
  flex-direction: column;
  align-items: center;
  width: 100px;
  font-weight: 700;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content-hero {
  z-index: -700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 790px;
  display: flex;
}

.tagline {
  color: var(--accent);
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.tagline-line {
  background-color: var(--accent);
  width: 72px;
  height: 2px;
  margin-right: 24px;
}

.link-to {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.link-to.hero {
  border: 1px solid var(--accent);
  color: var(--light);
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1;
  transition: all .2s;
}

.link-to.hero.no-border {
  border-style: none;
  padding: 0;
}

.icon-scroll {
  width: 16px;
  height: 24px;
  margin-left: 16px;
}

.h1-title {
  margin-bottom: 32px;
  font-size: 60px;
}

.h1-title._75 {
  width: 75%;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon.social {
  margin-bottom: 16px;
  margin-right: 0;
  transform: rotate(90deg);
}

.gradient-hero {
  opacity: .7;
  background-image: url('../images/HughSommerville-9copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 50vh;
  display: flex;
  position: relative;
}

.content-section {
  z-index: 50;
  background-image: linear-gradient(to bottom, rgba(11, 29, 38, 0), var(--dark) 5%);
  padding-top: 200px;
  position: relative;
}

.content-section.solid-bg {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  padding-top: 0;
  overflow: hidden;
}

.grid {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.grid.foot {
  display: flex;
}

.content-text {
  width: 100%;
  max-width: 550px;
  position: relative;
}

.footer {
  z-index: 100;
  background-color: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, .15);
  position: relative;
}

.footer-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.top {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.copyright {
  opacity: .5;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1em;
}

.body {
  background-color: rgba(3, 18, 26, .8);
  justify-content: center;
  align-items: flex-start;
  transition: all .2s;
  display: flex;
}

.author {
  color: var(--light);
  border-bottom: 2px solid rgba(255, 255, 255, .3);
  transition: all .2s;
}

.author:hover {
  color: var(--accent);
  border-bottom-color: rgba(251, 215, 132, .3);
}

.text-block {
  white-space: nowrap;
  transform: translate(0, -32px)rotate(90deg);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 680px;
}

.image._01 {
  object-position: 50% 50%;
}

.footer-text {
  line-height: 1.4em;
}

.h1-logo {
  color: var(--light);
  margin-bottom: 0;
  font-size: 30px;
}

.h1-logo.foot {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 24px;
}

.contact-form {
  width: 49%;
}

.logo-small-text {
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, .28);
  border-right: 0 rgba(255, 255, 255, .28);
  margin-left: 5px;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 0;
  font-family: Sans Serif, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1em;
}

.heading {
  margin-bottom: 40px;
  font-size: 30px;
}

.div-block {
  width: 30%;
}

.text-span {
  color: var(--light);
}

.paragraph {
  line-height: 1.5;
}

.lightbox-link {
  width: 100%;
}

.div-block-2 {
  width: 75%;
}

.collection-list-wrapper {
  max-width: 90%;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lightbox-link-2, .collection-item, .collection-list {
  width: 100%;
}

.fs-sliderdots_slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.fs-sliderdots-nav {
  background-color: #111;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  margin-top: 1rem;
  display: flex;
}

.fs-sliderdots_arrow-right {
  background-color: #1a1a1a;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  top: 10rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.fs-sliderdots_text {
  max-width: 30rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.4;
}

.fs-sliderdots_content {
  color: #000;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 4px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.fs-sliderdots_content.fs-sliderdots_active {
  color: #fff;
  background-color: #00e66f;
}

.fs-sliderdots_arrow-left {
  background-color: #1a1a1a;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  top: 10rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.fs-sliderdots_slide {
  text-align: center;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 24rem;
  display: flex;
}

.fs-hide, .is---hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .content-wrapper.content.contact-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-hero {
    align-items: center;
  }

  .h1-title {
    font-size: 40px;
  }

  .h1-title._75 {
    width: 80%;
  }

  .grid {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .grid.foot {
    display: block;
  }

  .top {
    max-width: 100%;
  }

  .copyright {
    margin-top: 10px;
    font-size: 8px;
    line-height: 1em;
  }

  .image {
    height: 500px;
  }

  .footer-text {
    font-size: 14px;
  }

  .h1-logo {
    font-size: 18px;
  }

  .contact-form {
    width: 100%;
    margin-top: 40px;
  }

  .logo-small-text {
    font-size: 13px;
  }

  .div-block {
    width: auto;
  }

  .div-block-2 {
    width: 80%;
  }

  .fs-sliderdots_text {
    max-width: 20rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.hero {
    width: 90%;
  }

  .content-wrapper.content {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.content.contact-flex {
    flex-direction: column;
  }

  .content-hero {
    max-width: none;
  }

  .tagline {
    margin-bottom: 16px;
  }

  .h1-title {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .h1-title._75 {
    width: 90%;
  }

  .gradient-hero {
    background-position: 50%;
  }

  .content-section {
    background-image: linear-gradient(to bottom, rgba(11, 29, 38, 0), var(--dark) 5%);
  }

  .head {
    font-size: 48px;
  }

  .top {
    max-width: 100%;
  }

  .footer-text {
    margin-bottom: 32px;
  }

  .h1-logo {
    margin-bottom: 0;
  }

  .contact-form {
    width: 100%;
  }

  .div-block {
    width: auto;
    display: block;
  }

  .div-block-2 {
    width: 100%;
  }

  .fs-sliderdots_arrow-right {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    right: -1.5rem;
  }

  .fs-sliderdots_text {
    max-width: 15rem;
    font-size: 1rem;
  }

  .fs-sliderdots_arrow-left {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    left: -1.5rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 24px;
    line-height: 28px;
  }

  .account {
    margin-top: 20px;
  }

  .content-wrapper.nav {
    flex-direction: column;
  }

  .content-wrapper.content.foot {
    padding: 25px 20px;
  }

  .tagline-line {
    width: 40px;
    margin-right: 16px;
  }

  .h1-title {
    font-size: 30px;
  }

  .h1-title._75 {
    width: 100%;
  }

  .head {
    font-size: 40px;
  }

  .image {
    height: 300px;
  }

  .heading-tagline {
    letter-spacing: 4px;
  }

  .h1-logo {
    border-bottom: 1px none var(--light);
    padding-bottom: 0;
    font-size: 18px;
  }

  .logo-small-text {
    border-right-color: rgba(255, 255, 255, .28);
    font-size: 10px;
  }

  .div-block {
    width: auto;
  }

  .fs-sliderdots_arrow-right {
    top: 6rem;
  }

  .fs-sliderdots_text {
    max-width: 10rem;
  }

  .fs-sliderdots_arrow-left {
    top: 6rem;
  }

  .fs-sliderdots_slide {
    min-height: 15rem;
  }
}

#w-node-b8e564d0-2c34-0ead-e5fb-435c3832b714-f9383fba {
  align-self: center;
}

#w-node-_31f71f12-bc99-ef0c-135f-141953a0f5b2-f9383fba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-c77d3b1b-2a5b-6cac-c383-9ee33c6e7acd-f9383fba {
  align-self: center;
}

#w-node-f9648377-ed31-1ffa-e73a-12f012158455-f9383fba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-d5468e14-f5f4-55b3-3c23-af252b1c3813-f9383fba {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b8e564d0-2c34-0ead-e5fb-435c3832b714-f9383fba {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31f71f12-bc99-ef0c-135f-141953a0f5b2-f9383fba, #w-node-c77d3b1b-2a5b-6cac-c383-9ee33c6e7acd-f9383fba, #w-node-f9648377-ed31-1ffa-e73a-12f012158455-f9383fba, #w-node-d5468e14-f5f4-55b3-3c23-af252b1c3813-f9383fba {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f078915-4b4a-ed4d-3bf7-1aa862d1e6f1-f9383fba {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serif Display';
  src: url('../fonts/ChronicleDisp-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Serif Display';
  src: url('../fonts/ChronicleDisp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}