:root {
  --wine: #722f37;
  --medium-aquamarine: #7ec4bd;
  --medium-aquamarine-2: #7ec4bd;
  --white-smoke: whitesmoke;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

body {
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#943b5d8c, #943b5d8c), url('../images/ocean-rocks.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  padding: 98px 10px;
}

.header.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/lake.jpg');
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  float: left;
  color: #333;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.logo-img {
  float: left;
  width: 100px;
  margin-right: 18px;
}

.main-heading {
  text-transform: uppercase;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.main-subtitle {
  color: #ffffffcf;
  letter-spacing: 2px;
  font-family: Vollkorn, serif;
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
}

.about-section {
  background-color: var(--wine);
  text-align: center;
  padding-bottom: 60px;
}

.about-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  background-image: linear-gradient(#722f37cc, #722f37cc), url('../images/waterfall-winery-01.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 33px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 15px;
}

.contact-text {
  color: #fff;
  font-size: 17px;
}

.link {
  color: #fff;
}

.social-wrapper {
  color: #fff;
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: #fff6;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-title {
  margin-bottom: 4px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.hero-banner {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headercontainer {
  margin-top: auto;
  margin-bottom: auto;
}

.headerblock {
  background-color: #000000a8;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 22px 20px 0;
  display: flex;
}

.headertitle {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.heading-1 {
  text-transform: none;
}

.headertext {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.headerdesc {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.body {
  font-size: 18px;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.columns {
  color: #fff;
}

.whywaterfallimg {
  background-image: url('../images/WaterfallWineryBottle.jpg');
  background-position: 50% 87%;
  background-size: cover;
  border-radius: 0;
  height: 200px;
  margin-bottom: 40px;
  overflow: hidden;
}

.logowhite {
  width: 200px;
  margin-top: -70px;
  margin-bottom: 40px;
}

.copyright {
  background-color: #5c262d;
  padding-top: 40px;
  padding-bottom: 20px;
}

.dividerwine {
  background-color: #722f37;
  width: 70%;
  height: 2px;
  margin: 40px auto;
}

.paragraphwhite {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 25px;
}

.paragraph {
  text-align: left;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-2 {
  text-align: left;
}

.section-wine {
  text-align: center;
  background-color: #722f37;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.heading-4 {
  font-weight: 600;
}

.grid {
  grid-column-gap: 5px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.div {
  background-color: #e7e7e7;
  border-radius: 8px;
  padding: 20px 20px 15px;
}

.testimonial-sub {
  font-size: 20px;
  line-height: 30px;
}

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

.linkwhite {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-text {
  color: #fff;
  padding-right: 10px;
  font-family: Material Icons, sans-serif;
  font-size: 22px;
}

.copyrightwhite {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 25px;
}

@media screen and (min-width: 1280px) {
  .headerblock {
    width: 100%;
    max-width: 960px;
  }
}

@media screen and (min-width: 1440px) {
  .background-video {
    height: 700px;
  }

  .headerblock {
    max-width: 960px;
  }
}

@media screen and (min-width: 1920px) {
  .background-video {
    height: 700px;
  }

  .hero-banner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .headerblock {
    max-width: 960px;
  }

  .headertitle {
    align-self: stretch;
    width: auto;
  }

  .heading-1 {
    text-align: center;
    font-size: 66px;
  }

  .headertext {
    width: auto;
  }

  .headerdesc, .paragraphwhite, .copyrightwhite {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

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

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

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

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

  .hero-banner {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .headerblock {
    background-color: #000000b3;
    width: 100%;
    max-width: none;
  }

  .headerdesc {
    text-align: center;
    font-size: 18px;
  }

  .whywaterfallimg {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraphwhite {
    margin-bottom: 20px;
  }

  .column {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyrightwhite {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 15px;
    font-size: 22px;
  }

  .logo-img {
    width: 70px;
  }

  .about-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .background-video {
    height: 500px;
  }

  .hero-banner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .headerblock {
    background-color: #000000e6;
    width: 100%;
  }

  .headertitle, .headertext {
    margin-bottom: 0;
    overflow: hidden;
  }

  .headerdesc {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .logowhite {
    width: 150px;
  }

  .paragraphwhite {
    font-size: 18px;
  }

  .section-wine {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .column {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyrightwhite {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

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

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-video {
    object-fit: fill;
    height: 400px;
  }

  .hero-banner {
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0%;
  }

  .headercontainer {
    padding-top: 40px;
  }

  .headerblock {
    background-color: #000000e6;
    max-width: none;
    box-shadow: 0 2px 5px #0003;
  }

  .headertitle, .headertext {
    flex: 0 auto;
  }

  .headerdesc {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .whywaterfallimg {
    width: 280px;
  }

  .logowhite {
    width: 120px;
  }

  .copyright {
    padding-bottom: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

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

  .copyrightwhite {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#w-node-_44d8e11a-46eb-c662-b727-bd675cefa3b7-4c5872cf, #w-node-_60dd550d-f190-9ce4-17c2-a9f6537924d4-4c5872cf, #w-node-_00b386c2-beac-24e4-2859-6f5dae186088-4c5872cf, #w-node-_2737a50f-310f-9d28-de35-e4e993a49726-4c5872cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92f9a75f-f201-c5a8-a98b-f1a2ad5704d5-4c5872cf, #w-node-_9335e9f2-c0a8-ad11-863b-438786c977bd-4c5872cf, #w-node-f0a847d7-44ea-31f5-3815-020558e1f28a-4c5872cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


