:root {
  --white: white;
  --dark-brown: #3c3c3c;
  --light-tan: #d5cbc2;
  --dark-tan: #c3b19b;
  --grey-brown: #89827c;
  --light-brown: #c0a499;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.body {
  background-color: var(--white);
}

.heading-2 {
  color: var(--dark-brown);
  margin-bottom: 20px;
  font-family: Agatho, Times New Roman, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 52px;
  position: static;
}

.heading-2.centred {
  text-align: center;
}

.heading-2-script {
  color: var(--dark-brown);
  font-family: Dancing Script, sans-serif;
  font-size: 49px;
}

.heading-1 {
  color: var(--dark-brown);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Agatho, Times New Roman, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 76px;
}

.heading-1.white {
  font-size: 72px;
}

.heading-1-script {
  color: var(--dark-brown);
  font-family: Dancing Script, sans-serif;
  font-size: 76px;
  line-height: 76px;
}

.body-1 {
  color: var(--dark-brown);
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.body-1.centre {
  text-align: center;
}

.body-1.centre.white {
  display: block;
}

.body-1.bold {
  font-weight: 600;
}

.body-1.centred {
  text-align: center;
}

.body-1.script {
  font-family: Dancing Script, sans-serif;
}

.body-2 {
  color: var(--dark-brown);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.body-2.bold {
  align-self: center;
  font-size: 16px;
  font-weight: 600;
}

.body-2.white {
  text-decoration: none;
}

.body-2.white.centre {
  text-align: center;
  margin-bottom: 20px;
}

.hero {
  background-image: url('../images/Vector.png'), linear-gradient(to bottom, var(--dark-tan), var(--light-tan));
  background-position: 130%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 15vh 60px;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.wide {
  max-width: 1680px;
}

.flexbox {
  display: flex;
}

.flexbox.vertical {
  flex-direction: column;
}

.flexbox.space-around {
  justify-content: space-around;
}

.flexbox.space-between {
  justify-content: space-between;
}

.hero-left {
  max-width: 50%;
  min-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
}

.primary-button {
  color: #fff;
  background-color: #3c3c3c;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.primary-button.secondary {
  color: #fff;
  background-color: rgba(60, 60, 60, 0);
  border: 1px solid #fff;
  margin-right: 0;
}

.primary-button.cta {
  margin-right: 0;
  font-size: 20px;
  line-height: 30px;
}

.button-row {
  text-align: center;
  display: block;
}

.button-row.flexbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.hero-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 60px;
  display: flex;
}

.square {
  max-height: 467px;
  max-width: 467px;
}

.square.left {
  max-height: none;
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 10px 4px rgba(0, 0, 0, .2);
}

.square.right {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 100px;
  box-shadow: 0 6px 10px 4px rgba(0, 0, 0, .2);
}

.background {
  z-index: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.page-body {
  background-image: url('../images/Vector.png');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-body.reverse {
  background-image: url('../images/Vector3.png');
  background-position: -15%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.page-body.alt {
  background-image: none;
}

.page-body.cta {
  background-image: url('../images/AdobeStock_210113313.png');
  background-position: 32%;
  background-size: cover;
  padding-bottom: 0;
}

.page-body.bio {
  background-image: url('../images/Vector-2.png');
  background-position: 34% 0;
}

.subhead {
  color: var(--grey-brown);
  font-family: Agatho, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 26.5px;
}

.subhead.centred {
  text-align: center;
}

.image-frame {
  max-height: 387px;
  max-width: 467px;
  min-height: 387px;
  min-width: 467px;
  border: 4px solid var(--light-brown);
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body-content {
  max-width: 50%;
  min-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 60px;
  padding-right: 60px;
}

.body-content.reverse {
  margin-left: 0;
  margin-right: 60px;
  padding-left: 60px;
  padding-right: 0;
}

.body-content.bio {
  margin-left: auto;
  margin-right: auto;
}

.body-content.full {
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.body-image {
  margin-right: 60px;
}

.body-image.reverse {
  margin-left: 60px;
  margin-right: 0;
}

.body-image.bio {
  display: block;
}

.bullet-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.image {
  flex: 0 auto;
  align-self: center;
}

.image.bullet {
  margin-bottom: 10px;
  margin-right: 5px;
}

.headline {
  margin-bottom: 20px;
}

.photo {
  aspect-ratio: 1 / 1;
  border-style: solid;
  border-width: 16px 16px 64px;
  border-color: var(--white);
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 6px 10px 4px rgba(0, 0, 0, .2);
}

.text-span {
  font-family: Dancing Script, sans-serif;
}

.nav-link, .nav-link-2 {
  display: none;
}

.navigation-button {
  background-color: var(--dark-brown);
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navigation-button.secondary {
  border: 1px solid var(--white);
  background-color: rgba(60, 60, 60, 0);
  margin-right: 0;
}

.footer {
  background-color: var(--dark-brown);
  padding-top: 20px;
  padding-bottom: 20px;
}

.white {
  color: var(--white);
}

.social-icon-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.headstone {
  border: 1px solid var(--white);
  background-color: var(--light-brown);
  border-top-left-radius: 480px;
  border-top-right-radius: 480px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 120px;
  display: flex;
}

.navbar {
  background-color: var(--dark-tan);
  padding: 10px 120px;
}

.slider {
  min-height: 600px;
  margin-top: 40px;
}

.brand {
  margin-top: 10px;
}

.image-2 {
  margin-bottom: 20px;
}

.slide-2 {
  background-image: url('../images/AdobeStock_571530988.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  aspect-ratio: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  background-image: url('../images/AdobeStock_114163387.png');
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/AdobeStock_600793793.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  position: static;
}

.image-4, .image-5 {
  aspect-ratio: auto;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .heading-2, .heading-2.centred {
    font-size: 31px;
    line-height: 33px;
  }

  .heading-2-script {
    font-size: 31px;
  }

  .heading-1.white {
    font-size: 49px;
    line-height: 52px;
  }

  .body-1, .body-2, .body-2.white.centre {
    font-size: 16px;
    line-height: 24px;
  }

  .hero {
    background-position: 180%, 0 0;
  }

  .flexbox.space-around {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-left {
    margin-right: 20px;
  }

  .primary-button, .primary-button.cta {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-right {
    margin-left: 20px;
  }

  .square.left {
    flex: 0 auto;
  }

  .page-body {
    background-position: 120%;
    background-size: 320px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .page-body.reverse {
    background-position: 2%;
    background-size: 292px;
    padding-top: 100px;
  }

  .page-body.alt {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-body.bio {
    background-position: 20% 9%;
    padding-top: 60px;
  }

  .subhead {
    font-size: 20px;
    line-height: 21px;
  }

  .body-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .body-content.reverse {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .body-content.bio {
    max-width: 50%;
    padding-right: 40px;
  }

  .body-image, .slider-2 {
    display: none;
  }

  .nav-menu {
    background-color: var(--dark-tan);
  }

  .menu-button {
    background-color: var(--light-brown);
  }

  .icon {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .heading-2-script {
    font-size: 32px;
  }

  .heading-1.white {
    font-size: 39px;
    line-height: 41px;
  }

  .body-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .flexbox {
    flex-direction: column;
  }

  .flexbox.space-between {
    flex-direction: row;
  }

  .flexbox.bio {
    flex-direction: column;
  }

  .hero-left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button {
    align-self: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .primary-button.secondary {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.cta {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-right {
    margin-left: 0;
  }

  .page-body.bio {
    padding-top: 0;
  }

  .body-content.bio {
    padding-top: 20px;
  }

  .body-image.bio {
    margin-left: auto;
    margin-right: auto;
  }

  .headstone {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.mobile-nav {
    max-width: 1440px;
    min-width: 0;
  }

  .page-body {
    padding-bottom: 40px;
  }

  .page-body.reverse, .page-body.alt {
    padding-top: 40px;
  }

  .body-content {
    min-width: 0;
  }

  .body-content.bio {
    max-width: 80%;
    padding-right: 0;
  }

  .navigation-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navigation-button.secondary {
    margin-right: 20px;
  }

  .headstone {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    max-width: 80%;
  }

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

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .bullet-block {
    margin-right: auto;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }
}


@font-face {
  font-family: 'Agatho';
  src: url('../fonts/Agatho_-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agatho';
  src: url('../fonts/Agatho_-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agatho';
  src: url('../fonts/Agatho_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agatho';
  src: url('../fonts/Agatho_-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}