@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;0,700;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;0,700;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@font-face {
  font-family: "Palatino Linotype Bold";
  src: url(../../fonts/Palatino-Linotype/palatinolinotype_bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palatino Linotype Roman";
  src: url(../../fonts/Palatino-Linotype/palatinolinotype_roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima DemiBold";
  src: url(../../fonts/Optima/Optima-DemiBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima Medium";
  src: url(../../fonts/Optima/Optima-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**/
html {
  scroll-behavior: smooth;
  min-height: 100vh;
}

body {
  font-family: "Hind", sans-serif;
  min-width: 350px;
  font-display: swap;
  min-height: 100vh;
}

.wrapper-grid {
  min-height: 100vh;
  display: grid;
}

.logo-2 {
  height: 100%;
  width: 100%;
  max-width: 250px;
  padding-left: 1.1em;
}

#logo a {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.button-link {
  display: inline-block;
  padding: 8px 30px;
  background-color: #352921;
  color: #e4e4e8;
  border-radius: 3px;
}
.button-link:hover {
  background-color: #1e1813;
  color: #e4e4e8;
}

.logo-text {
  font-family: "Optima DemiBold", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
}
.logo-text p {
  margin: 0;
}
.logo-text p.logo-text2 {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
}
.logo-text p.logo-text2::before {
  content: "";
  display: block;
  width: 50px;
  height: 1.5px;
  background: #352921;
  left: 10px;
  top: 50%;
  position: absolute;
}
.logo-text p.logo-text2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1.5px;
  background: #352921;
  right: 10px;
  top: 50%;
  position: absolute;
}

#full-hero {
  position: relative;
}
#full-hero .hero-img {
  width: 100%;
  max-width: 100vw;
}
#full-hero .hero-img img {
  width: 100%;
  max-width: 100%;
  min-width: 409px;
  min-height: 273px;
}
#full-hero .splash-text {
  position: absolute;
  top: 45%;
  left: 10%;
}
#full-hero .splash-text .splash-header {
  color: #1e1813;
  font-family: "Palatino Linotype Bold", serif;
  font-size: 4rem;
  text-shadow: 1px 1px 10px #ccc;
}
#full-hero .splash-text .splash-subtext {
  font-family: "Optima DemiBold", sans-serif;
  font-size: 2rem;
  color: #352921;
  text-shadow: 1px 1px 10px #ccc;
}
@media screen and (max-width: 750px) {
  #full-hero .splash-text {
    bottom: 2%;
    left: 5%;
  }
  #full-hero .splash-text .splash-header, #full-hero .splash-text .splash-subtext {
    color: white;
    text-shadow: 1px 1px 10px #1e1813;
    margin-bottom: 5px;
  }
  #full-hero .splash-text .splash-header {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  #full-hero .splash-text .splash-subtext {
    font-size: 1.5rem;
  }
}
#full-hero .services-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.17em;
  position: absolute;
  bottom: 0em;
  justify-content: space-between;
  background-color: #cbc1b5;
  position: fixed;
}
#full-hero .services-links a {
  width: auto;
  height: 100%;
}
#full-hero .services-links span {
  height: 100%;
  color: #1e1813;
  transition: 0.3s;
  font-family: "Optima Medium", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.035em;
  padding: 0.4em 1.8em 0.4em 1.8em;
  display: block;
  font-size: 1.14em;
}
@media screen and (max-width: 464px) {
  #full-hero .services-links span {
    font-size: 0.7em;
  }
}
#full-hero .services-links span:hover {
  background-color: #1e1813;
  color: #EF9D53;
}
@media all and (max-width: 900px) {
  #full-hero .services-links {
    display: none;
  }
}

#mainmenu a {
  color: #352921;
  font-family: "Palatino Linotype Bold", serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  opacity: 0.75;
}
#mainmenu a:hover {
  opacity: 1;
}

.link-to-about-section {
  cursor: pointer;
}

.h-phone {
  color: #352921;
}

#infoHolder_hero .icon-box:hover {
  box-shadow: none;
  background-color: #352921;
}
#infoHolder_hero .icon-box:hover span {
  color: #e4e4e8;
}
#infoHolder_hero .icon-box:hover i {
  color: #EBDBB8;
}
#infoHolder_hero .icon-box span {
  color: #b86d2b;
  font-size: 1rem !important;
}

section#mission {
  background-color: #e4e4e8 !important;
}
section#mission .mission-statement {
  background-color: #e4e4e8;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 1rem;
}
section#mission .splash-header {
  color: #352921;
  font-family: "Palatino Linotype Bold", serif;
  font-size: 3rem;
}
section#mission .splash-subtext {
  font-family: "Optima DemiBold", sans-serif;
  font-size: 2rem;
  color: #352921;
}

section#intro.subscription {
  background-color: #A0B6BC;
  padding: 2.4rem 0 1.3rem 0;
  border-bottom: 0.6px solid #78A6B6;
}
section#intro.subscription .text-content {
  row-gap: 0em;
}
section#intro.subscription .text-content .statement h2 {
  margin-top: -0.2em;
  margin-bottom: 0.3em;
  font-size: 1.65rem;
}
section#intro.subscription .text-content .statement span {
  font-size: 0.97em;
}
section#intro.subscription .text-content input {
  margin-bottom: 0.5em;
}
section#intro.subscription .text-content .form-control {
  font-size: 0.8rem;
}
section#intro.subscription .text-content #btn-submit {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f2f1ef;
  background-color: #78A6B6;
  background-clip: padding-box;
  border: 1px solid #78A6B6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}

section#intro {
  padding: 4rem 0;
  letter-spacing: 0.001em;
  z-index: 3;
  background-color: #cbc1b5;
}
@media screen and (max-width: 738px) {
  section#intro.about-us-section div.text-content, section#intro.call-to-action-section div.text-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  section#intro.about-us-section img, section#intro.call-to-action-section img {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  section#intro {
    padding-top: 1.5em;
  }
}
section#intro .text-content {
  max-width: 83%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 5.5rem;
  align-items: center;
}
@media screen and (min-width: 739px) {
  section#intro .text-content {
    grid-template-columns: 2fr 2fr;
    grid-template-rows: 1fr;
  }
}
section#intro .text-content .section-image {
  height: 100%;
  display: grid;
  align-items: start;
}
section#intro .text-content .section-image img {
  width: 100%;
}
section#intro .text-content .statement {
  font-family: "Optima DemiBold", sans-serif;
  color: #41332c;
}
section#intro .text-content .statement h2 {
  font-family: "Optima DemiBold", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 0.9;
}
section#intro .text-content .statement span {
  display: block;
  margin-bottom: 1.86em;
  font-size: 1.14em;
  line-height: 1.94em;
  letter-spacing: 0.013em;
}
section#intro .text-content .statement p {
  font-size: 1.14em;
}
section#intro .text-content .statement .items-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  font-size: 0.76em;
  margin: 2em 0 2em 0;
}
@media screen and (max-width: 486px) {
  section#intro .text-content .statement .items-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0;
    /*
    span {
      margin-bottom: 0;
    }
    */
  }
}
section#intro .text-content .statement .items-list > div {
  display: flex;
  align-items: start;
  gap: 0.2em;
}
section#intro .text-content .statement .items-list .item-number {
  font-family: "Palatino Linotype Bold", serif;
  color: #f2f1ef;
  font-size: 2.8em;
  padding-right: 0.2em;
  line-height: 1em;
}
section#intro .text-content .statement .items-list .item-title {
  font-size: 1.67em;
}
section#intro .text-content .statement .attention strong {
  color: #b86d2b;
}
section#intro .text-content .statement .button {
  background: transparent;
  border: 1.5px solid #f2f1ef;
  color: #f2f1ef;
  padding: 0.7em 1.5em;
  font-size: 1.12em;
  outline: none;
}
section#intro .text-content .statement .button:hover {
  background-color: #78A6B6;
  border: 1.5px solid #78A6B6;
}
section#intro .mission-elements {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Palatino Linotype Bold", serif;
  color: #1e1813;
  font-size: 2.5rem;
  line-height: 1;
  padding-top: 45px;
}
section#intro .mission-elements p {
  text-align: left;
  border-bottom: 1px solid #e4e4e8;
  padding-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  section#intro .mission-elements {
    padding-top: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    max-width: 900px;
  }
  section#intro .mission-elements p {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
  }
  section#intro .mission-elements p:first-of-type {
    justify-self: left;
  }
  section#intro .mission-elements p:nth-of-type(2) {
    justify-self: center;
  }
  section#intro .mission-elements p:last-of-type {
    justify-self: right;
  }
}

section#about {
  /*background-color: $copy-color;*/
  background-image: url("/images/plans-section-x2700.webp");
  padding: 0;
  position: relative;
  /*
    .cover-perspective {
      position: absolute;
      z-index: 0;
      height: 150%;
      min-width: 100%;
      left: 0;
      top: 0;
      transform: translateZ(-10px);
    }
  */
}
@media all and (max-width: 1263px) {
  section#about {
    background-image: url("/images/plans-section-x1000.webp");
  }
}
section#about.about-second {
  background-color: #78A6B6;
  padding-top: 1.3em;
}
section#about.about-second .plans-row .plan {
  box-shadow: 2px 2px 7px #2b4148;
}
section#about.about-second .plans-row .plan .plan-title {
  color: #f2f1ef;
}
section#about.about-second .plans-row .plan ul li {
  color: #f2f1ef;
}
section#about.about-second .plans-row .plan ul li span {
  color: #41332c;
}
section#about .title {
  margin-bottom: 0.6em;
  text-shadow: 1px 1px 10px #353535;
  z-index: 3;
}
section#about .title h2 {
  color: #f2f1ef;
}
section#about .title .focus {
  color: #EF9D53;
}
section#about .statement {
  position: relative;
  /* ALL CARDS SEENG */
  /* scroll for usual width */
  /* scroll for small width */
  /* CARDS */
}
@media (min-width: 2370px) {
  section#about .statement .arrow-left,
  section#about .statement .arrow-right {
    display: none;
  }
}
section#about .statement .arrow-left,
section#about .statement .arrow-right {
  position: absolute;
  background-color: rgba(49, 47, 44, 0.42);
  height: 100%;
  width: 3.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EF9D53;
  user-select: none;
}
section#about .statement .arrow-left:hover,
section#about .statement .arrow-right:hover {
  background-color: rgba(27, 26, 25, 0.57);
  cursor: pointer;
}
section#about .statement .arrow-left {
  left: -4.3em;
  border-radius: 0 8px 8px 0;
}
section#about .statement .arrow-right {
  right: -4.3em;
  top: 0;
  border-radius: 8px 0 0 8px;
}
section#about .statement .plans-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  list-style: none;
  padding: 0;
  gap: 1em;
}
section#about .statement .plans-row::-webkit-scrollbar {
  display: none;
}
section#about .statement .plans-row .plan {
  min-width: 265px;
}
@media all and (max-width: 700px) {
  section#about .statement .arrow-left {
    left: 0;
    top: -3em;
    height: 28px;
    border-radius: 0;
    width: 50%;
  }
  section#about .statement .arrow-right {
    right: 0;
    top: -3em;
    height: 28px;
    border-radius: 0;
    width: 50%;
  }
  section#about .statement .plans-row {
    margin-top: 3em;
  }
}
section#about .statement .plan {
  padding: 1.3em 1em;
  background-color: rgba(14, 14, 13, 0.91);
  border-radius: 8px;
  width: 250px;
  z-index: 3;
  position: relative;
}
section#about .statement .plan .card-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
section#about .statement .plan .card-link {
  position: absolute;
  right: 22px;
  bottom: 14px;
  font-size: 0.8em;
  color: #cbc1b5;
  cursor: pointer;
}
section#about .statement .plan .card-link:hover {
  color: #EF9D53;
}
section#about .statement .plan img {
  align-self: flex-start;
  width: 3.2em;
  padding-right: 1em;
  padding-top: 0.3em;
}
section#about .statement .plan .plan-title {
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  font-family: "Optima DemiBold", sans-serif;
  align-items: center;
  color: #EF9D53;
  padding-bottom: 1.8em;
}
section#about .statement .plan .plan-title-white {
  color: #f2f1ef;
}
section#about .statement .plan ul {
  list-style-type: none;
  padding: 0 0 1.57em 0;
}
section#about .statement .plan ul li {
  font-size: 0.93em;
  color: #cbc1b5;
  font-family: "Optima DemiBold", sans-serif;
  padding-bottom: 0.65em;
  line-height: 1.5em;
}
section#about .statement .plan ul li span {
  font-family: "Optima DemiBold", sans-serif;
  font-size: 1.26em;
  color: #EF9D53;
}
section#about .statement .plan ul.list-of-services {
  padding-top: 0.57em;
  padding-bottom: 0.4em;
}
section#about .statement .plan ul.list-of-services li {
  padding-bottom: 0.35em;
}
section#about .text-content {
  margin-bottom: 0;
  color: #e4e4e8;
  margin: 0 auto;
  max-width: 83%;
  padding: 2rem 0rem 3rem 0rem;
}

section#heroAndPic {
  margin-top: 20px !important;
  padding-bottom: 1rem;
}
section#heroAndPic div#infoHolder_hero article h2 {
  font-family: "Optima DemiBold", sans-serif;
  color: #1e1813;
  letter-spacing: 2px;
}

.footer-dark {
  padding-top: 1rem;
  padding-bottom: 0;
  background-color: #1e1813;
  color: #e4e4e8;
}
.footer-dark .wood-container {
  padding-bottom: 0;
}
.footer-dark .wood-container div p a, .footer-dark .wood-container .wood-container div h3 {
  color: #e4e4e8;
}
.footer-dark .wood-container div p a:hover {
  color: #EBDBB8;
}

.footer-sky {
  padding-top: 1rem;
  padding-bottom: 0;
  background-color: #A0B6BC;
  color: #1e1813;
  position: relative;
}
.footer-sky h3 {
  font-size: 1.39em;
  z-index: 10;
  position: relative;
}
.footer-sky .footer-link {
  font-weight: 600;
  color: #f2f1ef;
  font-size: 1.13em;
  z-index: 10;
  position: relative;
}
.footer-sky .footer-link:hover {
  font-size: 1.22em;
}
.footer-sky .footer-link:hover p {
  font-size: 0.955em;
  transition: 0.3s;
}
.footer-sky .footer-link-address {
  line-height: 1.5em;
  margin-top: 0.65em;
}
.footer-sky .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer-sky .social-icons {
    justify-content: flex-start;
  }
}
.footer-sky .social-icons i {
  z-index: 10;
  position: relative;
}
.footer-sky .wood-container {
  padding-bottom: 0;
}
.footer-sky .wood-container div {
  padding-bottom: 1em;
}
.footer-sky .wood-container div:nth-child(3) {
  width: 100%;
}
.footer-sky .wood-container div h3 {
  color: #352921;
  min-width: 200px;
}
.footer-sky .wood-container div .world-animation {
  position: absolute;
  bottom: 0;
  right: 6em;
  height: 100px;
  height: 400px;
  bottom: -3em;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .footer-sky .wood-container div .world-animation {
    top: 3.5em;
    right: 3em;
    height: 400px;
    top: 0.5em;
  }
}
.footer-sky .subfooter-link {
  font-weight: 600;
  color: #f2f1ef;
  font-size: 1.13em;
  transition: all 0.3s;
  z-index: 10;
}
.footer-sky .subfooter-link:hover {
  color: #1e1813;
}

/* Team Page */
#team {
  padding-top: 45px;
}
#team .team-member-grid {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  color: #1e1813;
  text-align: center;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, 250px);
  justify-content: space-around;
  gap: 1rem;
  row-gap: 2rem;
}
@media screen and (max-width: 560px) {
  #team .team-member-grid {
    justify-content: center;
  }
}
#team .team-member-grid .team-card {
  max-width: 300px;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  #team .team-member-grid .team-card .popup-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#team .team-member-grid .team-card img {
  display: block;
  max-width: 100%;
  border-radius: 9%;
  margin-bottom: 10px;
  background: linear-gradient(166deg, #CBC1B5 6.93%, #83786e 120.37%);
}
#team .team-member-grid .team-card img:hover {
  background: linear-gradient(166deg, #CBC1B5 6.93%, #938e8a 120.37%);
}
@media screen and (max-width: 1500px) {
  #team .team-member-grid .team-card img {
    height: 170px;
  }
}
#team .team-member-grid .team-card .name {
  font-weight: 600;
  font-family: "Palatino Linotype Bold", serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#team .team-member-grid .team-card .title {
  margin: 0;
  font-family: "Optima DemiBold", sans-serif;
  line-height: 1.2;
}

.white-popup-block {
  width: 85%;
  background-color: #cbc1b5;
  margin: 0 auto;
  max-height: 80vh;
  overflow-y: scroll;
  position: relative;
  padding: 4em;
}
@media all and (max-width: 550px) {
  .white-popup-block {
    padding: 3em 1.2em 2em 1.2em;
  }
}
.white-popup-block::-webkit-scrollbar {
  appearance: none;
  width: 12px;
}
.white-popup-block::-webkit-scrollbar-thumb {
  background-color: #41332c;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.white-popup-block::-webkit-scrollbar-track {
  background-color: #f2f1ef;
}
.white-popup-block .popup-modal-dismiss {
  right: 10px;
  top: 15px;
  cursor: pointer;
  background-color: #f2f1ef;
  border-radius: 20px;
  padding: 0.2em 1em 0 1em;
  position: fixed;
}
.white-popup-block .popup-body {
  display: flex;
  flex-direction: row;
  gap: 3em;
}
@media all and (max-width: 550px) {
  .white-popup-block .popup-body {
    flex-direction: column;
  }
}
.white-popup-block .popup-body img {
  height: 15vw;
  background: linear-gradient(166deg, #CBC1B5 6.93%, #83786e 120.37%);
}
@media all and (max-width: 550px) {
  .white-popup-block .popup-body img {
    width: 100%;
    height: auto;
  }
}
.white-popup-block .popup-body .popup-member-info {
  min-width: 50%;
}
.white-popup-block .popup-body .popup-member-info h2 {
  font-family: "Palatino Linotype Bold", serif;
  margin-bottom: 0;
}
.white-popup-block .popup-body .popup-member-info h3 {
  margin-bottom: 2em;
}
.white-popup-block .popup-body .popup-member-info h3 a {
  margin-left: 10px;
}
.white-popup-block .popup-body .popup-member-info h3 a img {
  background: transparent;
  height: 20px;
}
.white-popup-block .popup-body .popup-member-info h3 a:nth-child(2) {
  margin-left: 6.5px;
}
.white-popup-block .popup-body .popup-member-info h3 a:nth-child(2) img {
  height: 22px;
  margin-top: -2.3px;
}
.white-popup-block .popup-body .popup-member-info p {
  font-family: "Optima Medium", sans-serif;
  color: #41332c;
}

/* Advantages Page */
@media all and (max-width: 350px) {
  #subheader.advantages,
  #subheader.contact,
  #subheader.team {
    background-image: url("/images/contact-hero-x350.webp");
  }
}
@media all and (max-width: 700px) {
  #subheader.advantages,
  #subheader.contact,
  #subheader.team {
    background-image: url("/images/contact-hero-x700.webp");
  }
}
@media all and (min-width: 701px) {
  #subheader.advantages,
  #subheader.contact,
  #subheader.team {
    background-image: url("/images/contact-hero-x2400.webp");
  }
}
#subheader.advantages h1,
#subheader.contact h1,
#subheader.team h1 {
  font-family: "Palatino Linotype Bold";
  font-size: 3.7rem;
  color: #1e1813;
}
#subheader.advantages p,
#subheader.contact p,
#subheader.team p {
  font-family: "Palatino Linotype Bold", serif;
  font-size: 2rem;
  color: #41332c;
  margin-top: 1rem;
}

#advantages ul {
  background-color: #f2f1ef;
}
#advantages .statement.team-header {
  text-align: center;
  margin-top: 0.7em;
}
#advantages .statement.team-header h2 {
  color: #352921;
}
@media all and (max-width: 830px) {
  #advantages p, #advantages li {
    font-size: 0.98rem;
  }
}
#advantages p.subtext {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Optima DemiBold", sans-serif;
  font-style: italic;
  color: #1e1813;
  margin-bottom: 1rem;
  padding: 0 15px;
}
#advantages .card-quote {
  margin-top: 3.2em;
}
#advantages .card-quote strong {
  font-size: 1.64em;
  font-family: "Optima DemiBold", sans-serif;
  margin-right: 0.25em;
}
#advantages .button-container {
  width: 100%;
  text-align: right;
  padding: 1.6em 0.4em 3.3em 0;
}
#advantages .button-container .button {
  background: transparent;
  border: 1.5px solid #78A6B6;
  color: #78A6B6;
  padding: 0.7em 1.5em;
  font-size: 1.12em;
  outline: none;
  font-family: "Optima DemiBold", sans-serif;
}
#advantages .button-container .button:hover {
  background-color: #78A6B6;
  color: #f2f1ef;
  border: 1.5px solid #78A6B6;
}

#accordion-1.accordion {
  max-width: 800px;
  margin: 0 auto;
}
#accordion-1.accordion .card {
  margin-bottom: 0;
  border-radius: 0;
}
@media screen and (max-width: 430px) {
  #accordion-1.accordion .card .collapsible-link::before {
    right: 0;
  }
  #accordion-1.accordion .card .collapsible-link::after {
    right: 6px;
  }
}

#advantages.first-content {
  padding-top: 45px;
}

.collapsible-link {
  display: grid !important;
  grid-template-columns: auto 20px;
  align-content: center;
}
.collapsible-link .link-text {
  display: block;
  color: #585149;
}
.collapsible-link span.toggle-icon {
  position: relative;
  display: block;
}
.collapsible-link span.toggle-icon span.before {
  content: "";
  width: 14px;
  height: 2px;
  background: #cbc1b5;
  position: absolute;
  top: 6px;
  display: block;
  transition: all 0.3s;
}
.collapsible-link span.toggle-icon span.after {
  content: "";
  width: 2px;
  height: 14px;
  background: #cbc1b5;
  position: absolute;
  left: 6px;
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded=true] span.toggle-icon span.after {
  transform: rotate(90deg);
}
.collapsible-link[aria-expanded=true] span.toggle-icon span.before {
  transform: rotate(180deg);
}

div.card-body ul {
  list-style-type: none;
  padding-left: 1.29em;
}

/* tribute */
.tribute-block {
  width: 100%;
  text-align: center;
  padding: 6em 0 2em;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 600px) {
  .tribute-block {
    text-align: left;
  }
}
.tribute-block img {
  height: 105px;
}
@media all and (min-width: 600px) and (max-width: 814px) {
  .tribute-block img {
    height: 105px;
  }
}

/* Contact */
.contact-form .form-container {
  background-color: #f2f1ef;
  padding: 2.5rem;
  font-family: "Palatino Linotype Bold", serif;
}
.contact-form input.form-control,
.contact-form textarea,
.contact-form select#business-type.form-control,
.contact-form select#services-request.form-control {
  border-radius: 2px;
  border: 0.4px solid #352921;
  font-family: "Hind", sans-serif;
  color: #1e1813;
}
.contact-form select {
  appearance: none;
}
.contact-form .btn-custom {
  border-radius: 0;
  color: black;
}
.contact-form textarea#referrer {
  height: 50%;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form .labelxs,
.contact-form select#business-type.form-control:invalid,
.contact-form select#services-request.form-control:invalid,
.contact-form select#business-type.form-controloption[value=""],
.contact-form select#services-request.form-controloption[value=""] {
  /* not selected select */
  font-family: "Palatino Linotype Bold", serif;
  font-weight: 400;
  color: #cbc1b5;
  background-color: transparent;
}
.contact-form select#business-type.form-control,
.contact-form select#services-request.form-control,
.contact-form select#business-type.form-control option,
.contact-form select#services-request.form-control option {
  /* selected */
  color: #352921;
  background-color: #cbc1b5;
  font-family: "Hind", sans-serif;
}
.contact-form label {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 2px;
  color: #41332c;
  display: none;
}
.contact-form h3 {
  color: #1e1813;
  font-size: 1.6rem;
}
.contact-form div {
  margin: 0 auto;
}
.contact-form label:has(+ input:not(:placeholder-shown)), .contact-form label:has(+ textarea:not(:placeholder-shown)) {
  display: block;
}
.contact-form input:not(:placeholder-shown),
.contact-form textarea:not(:placeholder-shown) {
  background-color: #cbc1b5;
  color: #41332c;
}
.contact-form .disclaimer-message {
  font-size: 0.75em;
  margin-top: -1.5em;
  margin-bottom: 0.7em;
}
.contact-form .disclaimer-content {
  margin-top: 1em;
}
.contact-form .disclaimer-content h2 {
  font-size: 1em;
}
.contact-form .disclaimer-content p {
  font-size: 0.78em;
}

form #website {
  display: none;
}

/* POLICY PRIVACY SECTION */
.policy-privacy-section h3 {
  margin-top: 1.04em;
  margin-bottom: 0.55em;
}

/* fixing header */
#mainmenu li:hover > ul {
  margin-top: -20px;
}

/* mail success message */
#mail_success.success {
  color: #78A6B6;
}

/*
header {
  li.dropmenu {
    ul.submenu {
      display: hidden;}
    &:hover {
      ul.submenu {
        display: block;
        margin-top: -20px;
        li {
          a.sub-item {

          }
        }
      }
    }
  }
}
  */
@media screen and (max-width: 350px) {
  header.header-mobile {
    height: 60px;
  }
}
@media screen and (max-width: 992px) {
  header.header-mobile {
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  header div#logo {
    margin-top: 0;
  }
  header .de-flex {
    display: grid;
    grid-template-columns: 1fr 60px;
    max-height: 100%;
  }
  header .de-flex div.header-content {
    margin: 0 auto;
    display: block;
    max-height: 100%;
  }
}
@media screen and (max-width: 500px) {
  header {
    max-height: 100%;
    height: 70px;
    padding: 0;
  }
  header div {
    padding-top: 2px;
  }
  header div div div div {
    padding-top: 0 !important;
  }
  header div.header-content div#logo {
    margin-top: 0px;
  }
  header div.header-content .logo-2 {
    max-height: 60px;
  }
}
@media screen and (max-width: 350px) {
  header {
    height: 60px;
    max-height: 100%;
    /*
    div.header-content {
      .logo-2 {
        max-height: 50px;
      }
    }
    */
  }
  header #menu-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  #wrapper > header > div > div > div {
    padding-right: 0;
  }
}

.header-content {
  max-height: 90px;
}

/* Formerly customIndexscss beloww */
@font-face {
  font-family: "Palatino Linotype Bold";
  src: url(../../fonts/Palatino-Linotype/palatinolinotype_bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palatino Linotype Roman";
  src: url(../../fonts/Palatino-Linotype/palatinolinotype_roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima DemiBold";
  src: url(../../fonts/Optima/Optima-DemiBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima Medium";
  src: url(../../fonts/Optima/Optima-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**/
@media only screen and (min-width: 0px) {
  body {
    background-color: #cbc1b5;
  }
  div.no-bottom,
  div#top,
  section.no-top section.buylocal {
    background-color: #cbc1b5 !important;
  }
  div.custColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  div.custRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header.transparent {
    background-color: rgba(215, 213, 210, 0.88);
    box-shadow: none;
  }
  header.smaller {
    background-color: rgba(215, 213, 210, 0.88) !important;
  }
  #menu-btn {
    background-color: transparent !important;
    color: #352921 !important;
    width: 44px;
    height: 44px;
    margin-top: -20px;
  }
  #menu-btn:hover,
  #menu-btn:active {
    color: #1e1813 !important;
  }
  div.h-phone i {
    display: none;
  }
  div.h-phone a {
    font-size: 0.75rem;
  }
  ul#mainmenu {
    background-color: rgba(233, 229, 223, 0.7);
    padding: 0 !important;
    margin: 0 30px 2.5rem 0 !important;
  }
  ul#mainmenu li {
    padding-left: 2rem !important;
    margin: 0 !important;
  }
  ul#mainmenu li ul {
    background-color: transparent;
    margin-left: -2rem !important;
  }
  ul#mainmenu li ul li {
    background-color: rgba(233, 229, 223, 0.8) !important;
    padding: 0;
  }
  ul#mainmenu li ul li a:link,
  ul#mainmenu li ul li a:visited {
    width: 100%;
    color: #352921;
  }
  ul#mainmenu li a:link,
  ul#mainmenu li a:visited {
    width: 100%;
  }
  ul#mainmenu li a:hover,
  ul#mainmenu li a:active {
    font-weight: bolder;
  }
  ul#mainmenu li:hover > a span {
    border-color: white !important;
  }
  section#heroAndPic div#infoHolder_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section#heroAndPic div#infoHolder_hero img {
    width: 100vw;
  }
  section#heroAndPic div#infoHolder_hero article {
    width: 75vw !important;
    height: 20rem;
    background-color: rgba(233, 229, 223, 0.7);
    border-radius: 5px;
    padding: 25px;
    margin-top: 10%;
  }
  section#heroAndPic div#infoHolder_hero article h2 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    width: 100%;
  }
  section#heroAndPic div#infoHolder_hero article div {
    margin-top: 10%;
    justify-content: space-between;
  }
  section#heroAndPic div#infoHolder_hero article div a:hover,
  section#heroAndPic div#infoHolder_hero article div a > span {
    font-weight: bolder;
  }
  section.buyLocal {
    background-color: rgba(233, 229, 223, 0.7);
    padding: 25px !important;
    width: 100vw;
    margin: 2rem auto !important;
  }
  section.buyLocal h1.buyLocal {
    float: left;
    width: 200px;
    margin-right: 1rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  section.buyLocal h1.buyLocal span.greyFont {
    color: rgb(26, 27, 30) !important;
  }
  section.buyLocal h1.buyLocal span.brownFont {
    color: rgb(65, 25, 6);
  }
  section.buyLocal p.buyLocal {
    font-weight: bolder;
    color: rgb(65, 25, 6);
    margin: 0;
  }
  footer,
  div.subfooter {
    border: none !important;
  }
  footer .de-flex,
  div.subfooter .de-flex {
    justify-content: flex-start;
    gap: 5em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  footer .de-flex,
  div.subfooter .de-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media only screen and (min-width: 0px) {
  footer .col-md-12,
  div.subfooter .col-md-12 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 0px) {
  footer > div.wood-container {
    padding: 20px;
    justify-content: space-evenly;
    max-width: 83%;
    margin: 0 auto;
  }
  footer > div.wood-container div {
    justify-items: start;
    width: fit-content;
    text-align: start;
  }
  footer > div.wood-container div p {
    margin-bottom: 0.3em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 738px) {
  footer > div.wood-container div p {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 0px) {
  div#designedBy {
    max-width: 83% !important;
    width: 100vw !important;
    font-size: 0.83em;
  }
}
@media only screen and (min-width: 768px) {
  div.h-phone i {
    display: block;
  }
  div.h-phone a {
    font-size: 1.5rem;
  }
  section#heroAndPic div#infoHolder_hero article h2 {
    margin: 0;
    font-size: 2.75rem;
    line-height: 3.15rem;
    text-align: center;
  }
  section#heroAndPic div#infoHolder_hero article div {
    margin-top: 0;
  }
  section#heroAndPic div#infoHolder_hero article div a > span {
    font-size: 1.5rem;
  }
  section.buyLocal {
    display: inline-flex;
    justify-content: space-between;
    padding: auto 100px !important;
  }
  section.buyLocal h1 {
    width: 250px;
    float: unset;
    font-size: 3.75rem;
    line-height: 4rem;
    margin: 0 auto;
  }
  section.buyLocal p {
    width: 70vw;
  }
}
@media only screen and (min-width: 993px) {
  ul#mainmenu {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  ul#mainmenu li {
    padding-left: 0rem !important;
  }
}
#mainmenu ul li:hover > a {
  background-color: #e4e4e8;
}

@media only screen and (min-width: 1200px) {
  header:hover, header.smaller:hover {
    background-color: #e4e4e8 !important;
    background-image: none;
  }
  header:hover::before, header.smaller:hover::before {
    background-image: none !important;
  }
  div.container.headerStuff {
    width: 85vw;
    max-width: 100vw;
  }
  div.container.headerStuff #mainmenu li li a:hover, div.container.headerStuff #mainmenu ul li:hover > a {
    background-color: #e4e4e8 !important;
  }
  div.container.headerStuff #mainmenu li:hover > ul {
    background-color: #e4e4e8 !important;
  }
  div.container.headerStuff #mainmenu ul li:hover > a:hover {
    background-color: #e4e4e8;
  }
  div.container.headerStuff ul#mainmenu li > ul > li > a:hover {
    font-weight: bolder;
    background-color: #e4e4e8;
  }
  section#heroAndPic {
    width: 100vw;
    margin-top: 6%;
  }
  section#heroAndPic div#infoHolder_hero {
    width: 85vw !important;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  section#heroAndPic div#infoHolder_hero img {
    width: 50vw;
  }
  section#heroAndPic div#infoHolder_hero article {
    width: 30vw !important;
    height: 25rem;
    padding: 30px;
    margin-top: 0%;
  }
  section#heroAndPic div#infoHolder_hero article h2 {
    margin: 0;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  section#heroAndPic div#infoHolder_hero article div {
    margin-top: 10%;
    justify-content: space-between;
  }
  section#heroAndPic div#infoHolder_hero article div a > span {
    font-size: 1.5rem;
  }
  section.buyLocal {
    display: flex;
    padding: 25px !important;
    width: 87.5vw;
    margin: 2rem auto !important;
    align-items: center;
    justify-self: center;
  }
  section.buyLocal h1.buyLocal {
    align-items: center;
    width: 75vw;
    text-align: center;
    font-size: 3.5rem;
    line-height: 4rem;
  }
  section.buyLocal p {
    width: 50vw;
  }
}
.wood-container {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .wood-container {
    display: block;
    margin: 0 auto;
  }
  .wood-container div p {
    margin-bottom: 5px;
    line-height: 1;
  }
}

.header-mobile #mainmenu {
  background-color: #e4e4e8;
}

header.header-mobile #mainmenu li a {
  color: #b86d2b;
}

html {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 3 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 20px;
  }
}
/* thank you */
.thank-you {
  justify-content: center;
  text-align: center;
  min-height: 100px;
}
.thank-you h5 {
  font-size: 18px;
  line-height: 1.6em;
  padding-top: 2em;
}

/* 404 page */
#subheader .message-404--heading h1 {
  font-size: 6.7rem;
}

.message-404 {
  text-align: center;
  margin-bottom: 6em;
}

/*# sourceMappingURL=main.css.map */
