:root {
  --tan: #c0b99d;
  --antique-white: #dad4be;
  --antique-white-2: #e4deca;
  --wheat: #ece1bd;
  --cornsilk: #f0e8ce;
  --dark-goldenrod: #a58f39;
  --olive: #81764c;
  --white: white;
  --black: black;
}

.main-menu-section {
  z-index: 9999;
  background-image: linear-gradient(to bottom, var(--tan), var(--tan));
  height: 70px;
  position: static;
}

.main-menu-container {
  height: 100px;
}

.navbar {
  background-image: linear-gradient(to bottom, var(--tan), var(--tan));
  height: 70px;
}

.nav-logo {
  margin-left: 5px;
  position: relative;
  bottom: -8px;
}

.nav-link {
  text-transform: none;
  height: 70px;
  padding: 25px 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.nav-link:hover, .nav-link.w--current {
  background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white));
  color: #000;
}

.dropdown-toggle {
  text-align: center;
  height: 70px;
  padding: 25px 22px 25px 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-toggle:hover {
  background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white));
}

.dropdown-text {
  font-size: 18px;
}

.icon {
  color: #a1976d;
  top: 1px;
  right: -17px;
}

.dropdown-link {
  background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white));
  text-align: left;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link:hover {
  background-image: linear-gradient(to bottom, var(--antique-white-2), var(--antique-white-2));
  text-align: left;
}

.main-content-section {
  background-image: url('../images/DKCulpepper2road-web1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  margin-top: 12px;
}

.main-content-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 600px;
  padding-top: 0;
  display: block;
}

.main-homepage-header {
  color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  line-height: 40px;
  display: block;
}

.main-homepage-header.short {
  color: var(--dark-goldenrod);
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.home-main-text {
  background-image: linear-gradient(rgba(228, 222, 202, .82), rgba(228, 222, 202, .82));
  align-items: flex-end;
  margin-top: 461px;
  padding: 7px 20px 20px;
  display: inline-block;
}

.bold-text {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.footer-section {
  background-image: linear-gradient(#000, #000);
  height: 200px;
}

.footer-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.footer-address-text {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.footer-address-text.spacer {
  margin-bottom: 10px;
}

.footer-phone-link-text {
  color: #fff;
  text-align: center;
  margin: 5px auto;
  font-family: Muli, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.footer-phone-link-text:hover {
  color: var(--wheat);
}

.footer-phone-link-text:active {
  color: var(--cornsilk);
  font-family: Muli, sans-serif;
  font-size: 18px;
}

.services-section {
  background-image: linear-gradient(to bottom, var(--wheat), var(--wheat));
  padding-bottom: 20px;
}

.services-container {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-section-header-text {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.services-link-div {
  border-right: 1px solid var(--dark-goldenrod);
  background-image: linear-gradient(to bottom, var(--wheat), var(--wheat));
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.services-link-div:hover {
  background-image: linear-gradient(to bottom, var(--cornsilk), var(--cornsilk));
}

.services-link-div.center {
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.services-link-div.right {
  border-style: none none none solid;
  border-left-width: 1px;
  border-left-color: var(--dark-goldenrod);
  padding-top: 20px;
  padding-bottom: 20px;
}

.services-text-link {
  color: var(--olive);
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.column, .column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.content-section {
  height: auto;
  min-height: 680px;
}

.content-container {
  background-image: linear-gradient(#fff, #fff);
  margin-top: 15px;
  padding-top: 0;
}

.content-container.process-page {
  padding-bottom: 180px;
}

.h1 {
  color: var(--olive);
  text-align: center;
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 34px;
}

.p {
  width: 80%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.p.indent {
  padding-left: 20px;
}

.p.full-width {
  width: auto;
}

.p.center-process {
  position: relative;
  top: -29px;
  right: -18px;
}

.p.left-process {
  position: relative;
  right: -15px;
}

.p.right-process {
  margin-left: 15px;
  position: relative;
  right: -24px;
}

.team-div {
  border-bottom: 1px none var(--dark-goldenrod);
  width: 80%;
  margin: 30px auto 20px;
  padding-bottom: 10px;
  display: block;
}

.team-div.end {
  border-bottom-style: none;
}

.team-div.founder {
  margin-top: 50px;
}

.columns {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2 {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 24px;
}

.h2.short-team-text {
  margin-bottom: 14px;
  font-size: 22px;
}

.h2.contact-info {
  font-size: 20px;
}

.h2.contact-info._2-line {
  line-height: 26px;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.h3 {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h3.contact-info-h3 {
  margin-top: -15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.h3.contact-info-h3.white {
  color: #fff;
}

.h3._80percent-centered {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-5.short-team {
  margin-bottom: 17px;
}

.spacer-div {
  height: 670px;
  margin-top: 10px;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.spacer-div.small {
  margin-bottom: 0;
}

.contact-info-div {
  border-bottom: 1px solid var(--dark-goldenrod);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.contact-email-link {
  font-family: Muli, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

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

.content-image-div {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-highlight-div {
  background-image: linear-gradient(to bottom, var(--cornsilk), var(--cornsilk));
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  display: block;
}

.highlight-text {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.italic-text {
  color: var(--olive);
}

.italic-text.dark {
  color: #000;
}

.column-8 {
  padding-left: 0;
  padding-right: 0;
}

.process-arrow-img {
  position: relative;
  left: 7px;
  right: -22px;
}

.process-arrow-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  position: relative;
  top: -51px;
  right: -17px;
}

.process-arrow-text.center-text {
  top: -64px;
}

.column-9, .column-10 {
  padding-left: 0;
  padding-right: 0;
}

.body, .body-2 {
  background-image: linear-gradient(to bottom, var(--cornsilk), var(--cornsilk));
}

.column-11 {
  padding-left: 30px;
}

.form-div {
  height: 670px;
  margin: 20px auto 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: static;
}

.form-div.small {
  margin-bottom: 0;
}

.html-embed {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.form {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-block {
  float: left;
  object-fit: contain;
  width: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.contact-form-div {
  float: none;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.columns-2 {
  margin-bottom: 30px;
}

.section {
  background-color: #b99c52;
  border-bottom: 1px solid #000;
  height: auto;
  margin-bottom: -1px;
  padding-bottom: 10px;
}

.banner-div {
  background-color: #c7b771;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.banner-p-header {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.banner-p-body {
  width: 880px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 14px;
}

.banner-section {
  background-color: #e0c266;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav-logo {
    margin-left: 0;
    right: 9px;
  }

  .nav-link {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
  }

  .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .icon {
    margin-left: 27.0312px;
    top: 36px;
    left: 0;
    right: 13px;
  }

  .icon:hover {
    background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white)), linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .main-content-section {
    height: 650px;
    margin-top: 30px;
  }

  .home-main-text {
    margin-top: 413px;
  }

  .content-section {
    margin-top: 30px;
  }

  .content-container {
    margin-top: 0;
  }

  .content-container.process-page {
    padding-bottom: 150px;
  }

  .p {
    width: 85%;
  }

  .team-div {
    width: 90%;
  }

  .h3.contact-info-h3.white {
    display: none;
  }

  .h3._80percent-centered {
    width: 85%;
  }

  .column-5 {
    padding-left: 20px;
  }

  .content-image-div {
    width: 85%;
  }

  .process-arrow-img {
    left: 13px;
  }

  .process-arrow-text {
    font-size: 20px;
    top: -41px;
  }

  .process-arrow-text.center-text {
    line-height: 22px;
    top: -52px;
  }

  .process-columns {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .html-embed {
    object-fit: scale-down;
    position: static;
  }

  .form-block {
    width: auto;
  }

  .banner-div {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .banner-p-body {
    width: 740px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-section {
    height: 100px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    bottom: 1px;
    left: -9px;
  }

  .nav-link {
    background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white));
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 80px;
    padding-top: 29px;
  }

  .nav-link:hover {
    background-image: linear-gradient(to bottom, var(--antique-white-2), var(--antique-white-2));
  }

  .dropdown-toggle {
    background-image: linear-gradient(to bottom, var(--antique-white), var(--antique-white));
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 80px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, var(--antique-white-2), var(--antique-white-2));
  }

  .icon {
    top: -2px;
    left: -1px;
    right: 208px;
  }

  .dropdown-link {
    background-image: linear-gradient(to bottom, var(--wheat), var(--wheat));
    text-align: center;
    border-top: 1px solid #fff;
    height: 80px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .dropdown-link:hover {
    background-image: linear-gradient(to bottom, var(--cornsilk), var(--cornsilk));
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .menu-button {
    background-image: linear-gradient(to bottom, var(--tan), var(--tan)), linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: #000;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button.w--open {
    background-image: linear-gradient(to bottom, var(--tan), var(--tan));
  }

  .menu-icon-hamburger {
    text-align: center;
    font-size: 40px;
  }

  .menu-text {
    text-align: center;
    text-transform: uppercase;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .main-content-section {
    height: 500px;
    margin-top: 40px;
  }

  .main-content-container {
    padding-left: 19px;
    padding-right: 19px;
  }

  .main-homepage-header.short {
    font-size: 22px;
  }

  .home-main-text {
    margin-top: 299px;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 28px;
  }

  .services-section {
    margin-top: 67px;
  }

  .services-link-div {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-goldenrod);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-link-div.center {
    padding-top: 25px;
  }

  .services-link-div.right {
    border-top: 1px solid var(--dark-goldenrod);
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 25px;
  }

  .content-section {
    margin-top: 40px;
  }

  .content-container {
    margin-top: 0;
  }

  .content-container.process-page {
    padding-bottom: 60px;
  }

  .p {
    font-size: 16px;
    line-height: 23px;
  }

  .column-5 {
    margin-top: 5px;
    padding-left: 0;
  }

  .content-image-div {
    width: 85%;
  }

  .highlight-text {
    font-size: 24px;
  }

  .process-arrow-img {
    left: 7px;
  }

  .process-arrow-text {
    font-size: 28px;
    top: -79px;
  }

  .process-arrow-text.center-text {
    top: -79px;
  }

  .column-12 {
    padding-left: 30px;
  }

  .form-block {
    width: auto;
  }

  .banner-div {
    padding-bottom: 10px;
  }

  .banner-p-body {
    width: 540px;
  }

  .banner-section {
    height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    right: 85px;
  }

  .main-content-section {
    height: 380px;
    margin-top: 50px;
  }

  .main-content-container {
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-homepage-header.short {
    font-size: 20px;
  }

  .home-main-text {
    margin-top: 168px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

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

  .services-link-div.center, .services-link-div.right {
    padding-top: 25px;
  }

  .content-section {
    margin-top: 50px;
  }

  .content-container.process-page {
    padding-bottom: 25px;
  }

  .p {
    width: 92%;
  }

  .p.center-process {
    left: 1px;
  }

  .p.left-process {
    left: 13px;
  }

  .p.right-process {
    left: 9px;
  }

  .h2.contact-info {
    line-height: 26px;
  }

  .h3._80percent-centered {
    width: 92%;
  }

  .column-6, .column-7 {
    padding-left: 15px;
  }

  .content-image-div {
    width: 92%;
  }

  .text-highlight-div {
    padding-left: 6px;
    padding-right: 6px;
  }

  .process-arrow-img {
    left: 5px;
    right: -21px;
  }

  .process-arrow-text {
    font-size: 26px;
    line-height: 28px;
    top: -51px;
    left: 0;
  }

  .process-arrow-text.center-text {
    line-height: 24px;
    top: -60px;
  }

  .column-11, .column-12 {
    padding-left: 10px;
  }

  .form-block {
    width: auto;
  }

  .banner-div {
    padding: 5px 6px;
  }

  .banner-p-body {
    width: 310px;
    font-size: 10px;
    line-height: 12px;
  }

  .banner-section {
    height: 120px;
  }

  .bold-text-2 {
    font-size: 11px;
  }
}


