@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BookItalic.ttf') format("truetype"), url('../fonts/MessinaSans-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --aqua: #00ffd6;
  --black: #222;
  --aqua-2: #00ffd6;
  --dark-turquoise: #00d6b4;
  --dark-cyan: #00ad92;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  color: #0000;
  background-image: url('../images/Shady-Canyon.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: linear-gradient(#fff3 52%, #fff), url('../images/clubhouse1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 60vh;
}

.hero.contact-page {
  background-position: 0 0, 50%;
  height: 50vh;
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero.hero-article {
  background-size: auto, cover;
  height: 45vh;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  inset: auto 0 0%;
  transform: none;
}

.nav {
  background-color: #0000;
  background-image: linear-gradient(#fff, #ffffffbf 63%, #fff0);
  padding-top: 14px;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: #00680a;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  color: #07540a;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 900;
  display: block;
}

.logo {
  color: #fff;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo.w--current {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.subtitle {
  color: #ffffff7d;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  color: #07540a;
  border-color: #07540a;
  border-radius: 6px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Messinasans, Georgia, sans-serif;
  display: block;
}

.section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 48px 50px;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: #0000;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #fff;
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Messinasans, Georgia, sans-serif;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.menu-button {
  display: block;
}

.main-heading {
  color: #fff;
  text-align: left;
  text-shadow: 0 0 14px #0009;
  margin-top: auto;
  margin-bottom: 27px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 300;
  line-height: 70px;
  display: block;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.main-heading.contact-heading {
  text-align: center;
  margin-bottom: 0;
  font-size: 45px;
}

.heading-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20%;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu {
  flex-flow: row;
  display: flex;
}

.footer-logo {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #000;
  background-color: #e7e7e7;
  border-style: none;
  border-radius: 6px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Messinasans, Georgia, sans-serif;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  color: #000;
  background-color: #e7e7e7;
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: #ffffff5c;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #04540abf;
  border-radius: 8px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.image {
  max-width: 100px;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: #fff;
  font-family: Messinasans, Georgia, sans-serif;
}

.div-block {
  color: #000;
  font-family: Messinasans, Georgia, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.bold-text {
  font-size: 16px;
}

.body-2 {
  background-color: #fff;
}

.club-image {
  vertical-align: middle;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  box-shadow: 4px 4px 10px #0003;
}

.collection-item {
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 10px;
  display: block;
}

.empty-state-2 {
  background-color: #fff;
}

.club-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 40%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 10% auto auto 10%;
  overflow: hidden;
}

.body-3 {
  color: #000;
  background-color: #fff;
}

.section-2 {
  color: #000;
}

.gradient-div {
  background-color: #0000;
  background-image: linear-gradient(#0000 54%, #ffffffbf);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.club-title {
  position: absolute;
  inset: auto 0% 10% 10%;
}

.club-name {
  color: #000;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.club-location {
  font-style: italic;
}

.container-2 {
  display: none;
}

.container-3 {
  margin-bottom: 48px;
}

.heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 18px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading.article-heading {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 600;
}

.container-4 {
  text-align: center;
  margin-bottom: 48px;
}

.paragraph {
  color: #000;
  text-align: center;
  padding-left: 64px;
  padding-right: 64px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.article-text {
  margin-top: 48px;
}

.paragraph-2 {
  color: #000;
  margin-top: 16px;
  font-family: Messinasans, Georgia, sans-serif;
}

.form-error {
  text-align: center;
  border-radius: 6px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-2 {
  max-width: 100%;
  display: block;
  overflow: clip;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.subtext {
  color: #000;
  text-align: center;
  margin-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.article-body, .rich-text-block {
  color: #000;
}

.article-header-image {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 300px;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #4b4b4b;
  border-radius: 8px;
}

.article-video {
  margin-top: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.article-content {
  color: #000;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 16px;
}

.article-paragraph {
  color: #000;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-4 {
  color: #000;
}

.image-3 {
  display: inline-block;
}

.paragraph-5 {
  color: #000;
}

.article-content-paragraph {
  color: #000;
  margin-top: 24px;
  margin-left: 64px;
  margin-right: 64px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text-2 {
  font-weight: 300;
}

.container-5 {
  margin-bottom: 48px;
}

.heading-3 {
  color: #000;
}

.heading-b {
  color: var(--black);
  text-align: left;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-b.article-heading {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 600;
}

.columns {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  background-color: #5f5f5f;
  border-radius: 8px;
}

.paragraph-small {
  color: #000;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-small.article-text {
  margin-top: 48px;
}

.column {
  text-align: left;
  padding-left: 48px;
  padding-right: 24px;
}

.text-block {
  color: #000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-6 {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.club-location-list {
  color: #000;
  font-style: italic;
}

.image-4 {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper {
  color: #fff0;
  width: 20%;
  margin-right: 4%;
}

.team-block {
  color: #fff0;
  background-color: #fff0;
  padding-bottom: 0;
}

.team-member-image-two {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 200px;
  margin-bottom: 0;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #000;
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: Messinasans, Georgia, sans-serif;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 18px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  position: relative;
  overflow: clip;
}

.team-member-description {
  color: #000;
  font-size: 16px;
}

.team-section {
  max-width: 960px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 48px 50px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.team-heading {
  color: var(--black);
  text-align: center;
  margin-bottom: 45px;
  font-family: Messinasans, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.team-heading.article-heading {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 600;
}

.article-header-image-img {
  object-fit: contain;
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .logo.w--current {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: #000;
    background-color: #fff0;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .heading-wrapper {
    margin-top: 115px;
  }

  .nav-menu {
    background-color: #0000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .article-header-image {
    display: flex;
  }

  .container-6 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .logo {
    flex: 1;
  }

  .logo.w--current {
    flex: 1;
    order: 0;
    display: block;
  }

  .form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .menu-button {
    color: var(--aqua);
    background-color: red;
    flex-flow: row;
    flex: 1;
    width: 20px;
    height: 20px;
    display: block;
    overflow: visible;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 120px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    background-color: #fff;
    display: block;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .article-header-image {
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button-2 {
    margin-right: 24px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .icon-2 {
    color: #000;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 100%;
  }

  .team-slider {
    padding: 0 15px;
  }

  .grid-2, .team-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 60vh;
    min-height: 340px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .hero.hero-article {
    background-image: none;
    height: 30vh;
    min-height: 0;
  }

  .nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#fff, #ffffffbf 54%, #fff0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nav-link {
    opacity: 1;
    color: #000;
  }

  .nav-link:active {
    color: #000;
    font-weight: 600;
  }

  .logo, .logo.w--current {
    flex: 1;
  }

  .section {
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    width: 90%;
  }

  .menu-button {
    flex: 0 auto;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #fff0;
    display: block;
  }

  .main-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-wrapper {
    margin-top: 120px;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon {
    color: #000;
  }

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

  .paragraph.article-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-article {
    background-image: url('../images/blackthorn-evergreen.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .article-hero {
    display: block;
  }

  .article-header-image {
    background-image: url('../images/blackthorn-evergreen-fit.png');
    min-height: 20vh;
    display: flex;
  }

  .article-video, .article-content {
    padding-left: 0;
    padding-right: 0;
  }

  .article-content-paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-b {
    text-align: center;
  }

  .columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-small {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-small.article-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column {
    text-align: center;
    padding-left: 24px;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button-2 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .menu-button-2:active {
    background-color: #98acc500;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .team-slider {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    border-radius: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    padding-bottom: 16px;
  }

  .team-section {
    margin-left: 36px;
    margin-right: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2, .team-grid {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BookItalic.ttf') format('truetype'), url('../fonts/MessinaSans-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}