@font-face {
  font-family: Baskci;
  src: url('../fonts/BASKCI__.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskcbi;
  src: url('../fonts/BASKCBI_.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-brown: #c7a360;
  --color: #182f60;
  --black: black;
  --white: white;
  --beige: #b38631;
  --grey: #ababab;
  --beige-2: #707e9c;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--dark-brown);
  font-family: Gotham Book, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: museo, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

p {
  color: var(--black);
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.8em;
}

a {
  color: var(--color);
  font-family: Gotham, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: var(--black);
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

.phone_icon {
  width: 20px;
  margin-bottom: 0;
  margin-right: 5px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0000002e;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  padding: 5px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  z-index: 1100;
  background-color: #0000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.logo_img {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
}

.hero_section {
  background-image: url('../images/exterior-lg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 97vh;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 89px;
  position: relative;
}

.logo_symbol_div {
  z-index: 100;
  background-color: var(--white);
  opacity: 1;
  mix-blend-mode: soft-light;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 4px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: clip;
}

.logo_symbol {
  object-fit: cover;
  object-position: 100% 25%;
  width: 100%;
  height: 100%;
}

.main_tagline_wrapper {
  z-index: 600;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 8%;
}

.main_tagline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskci, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.main_tagline2 {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.hero_overlay {
  z-index: 10;
  background-image: linear-gradient(#0000 38%, #000000b0 94%);
  display: block;
  position: absolute;
  inset: 0%;
}

.welcome_section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 8% 5%;
  overflow: hidden;
}

.section_header_div {
  text-align: center;
  margin-bottom: 2%;
}

.section_headline {
  color: var(--dark-brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0%;
  font-family: museo, sans-serif;
  font-size: 5em;
  font-weight: 100;
  line-height: 1em;
}

.section_headline.margin {
  text-align: left;
  margin-bottom: 30px;
  font-size: 3em;
  line-height: 1em;
}

.section_headline.docs {
  margin-bottom: 2%;
  font-size: 3em;
}

.welcome_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.callout_headline {
  color: var(--color);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.bold_text {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.callout_text {
  color: var(--black);
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 1em;
}

.button {
  background-color: var(--color);
  letter-spacing: 2px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 14px 27px;
  font-family: museo, sans-serif;
  font-weight: 300;
}

.button:hover {
  background-color: var(--beige);
  color: var(--white);
}

.testimonials_section {
  background-color: #f3f3f3;
  padding: 8% 5%;
  overflow: hidden;
}

.parallax_section {
  background-image: url('../images/2023-10-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.testimonials_grid {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: stretch;
}

.hp_image_div {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.hp_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hp_img._2 {
  object-position: 85% 50%;
}

.doc_section {
  background-color: #ababab1a;
  padding: 5% 10%;
  overflow: hidden;
}

.footer_section {
  padding: 5%;
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.contact_cell {
  padding-top: 8px;
  padding-right: 10%;
}

.address_text {
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.locations_description {
  color: var(--black);
  margin-bottom: 5%;
  font-size: .8em;
}

.footer_phone_btn {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

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

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

.testimonials_content_cell {
  justify-content: center;
  align-items: flex-start;
}

.footer_inner_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.top_phone_button {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.appointment_btn {
  color: var(--black);
  text-transform: uppercase;
  background-color: #e9e9e9;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px 15px;
  font-size: .9em;
  display: flex;
}

.appointment_btn:hover {
  background-color: var(--beige);
  color: var(--white);
}

.callout_text_cell {
  justify-content: center;
  align-items: flex-start;
}

.callout_img_cell {
  justify-content: flex-start;
  align-items: stretch;
}

.p_center {
  text-align: center;
}

.cell-2 {
  padding-right: 5%;
}

.nav-btn-holder {
  width: 32%;
  display: flex;
}

.nav-btn-holder.r {
  justify-content: flex-end;
}

.p-white-center {
  color: var(--white);
  text-align: center;
}

.p-white-center.lg {
  font-size: 1.5em;
  line-height: 1.2em;
}

.btn-hldr {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer_email_btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.block-quote {
  border-left-color: var(--color);
  margin-top: 5%;
  font-style: italic;
  line-height: 1.5em;
}

.code-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-flow: row-reverse;
    position: fixed;
  }

  .logo {
    width: 32%;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    left: 0%;
  }

  .logo_img {
    width: 150px;
  }

  .hero_section {
    background-image: url('../images/exterior-lg.jpg');
    background-position: 100% 0;
    height: 650px;
    margin-top: 65px;
    padding-top: 0;
  }

  .main_tagline_wrapper {
    padding: 25px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .main_tagline {
    text-align: center;
    font-size: 3em;
  }

  .main_tagline2 {
    text-align: center;
    font-size: 1.5em;
  }

  .welcome_section {
    padding-top: 10%;
  }

  .section_header_div {
    margin-bottom: 10%;
  }

  .section_headline.margin {
    font-size: 2.4em;
  }

  .parallax_section {
    height: 500px;
    display: none;
  }

  .hp_image_div.hide {
    display: none;
  }

  .contact_cell {
    padding-right: 0%;
  }

  .appointment_btn {
    text-align: center;
    font-size: .8em;
  }

  .nav-btn-holder {
    justify-content: flex-end;
  }

  .nav-btn-holder.r {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .phone_icon {
    display: block;
  }

  .navbar {
    flex-flow: row-reverse;
    height: auto;
    min-height: auto;
    padding: 0;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 9px;
    top: 0;
    left: 0;
  }

  .logo_img {
    width: 125px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_section {
    background-image: url('../images/exterior-lg.jpg');
    background-position: 50% 100%;
    height: 425px;
    margin-top: 75px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .logo_symbol_div {
    width: 24px;
  }

  .main_tagline_wrapper {
    padding: 15px;
    inset: auto 0% 0%;
  }

  .main_tagline {
    font-size: 1.5em;
  }

  .main_tagline2 {
    font-size: 1.2em;
  }

  .hero_overlay {
    background-color: #0000005e;
  }

  .welcome_section {
    padding-top: 10%;
  }

  .section_header_div {
    margin-bottom: 0%;
  }

  .section_headline {
    font-size: 2.2em;
  }

  .section_headline.margin, .section_headline.docs {
    font-size: 2em;
  }

  .welcome_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .callout_headline {
    letter-spacing: 2px;
    font-size: 1.2em;
  }

  .button {
    font-size: .9em;
  }

  .hp_image_div {
    height: 350px;
  }

  .doc_section {
    padding-top: 5%;
    padding-bottom: 2%;
  }

  .footer_section {
    padding-top: 5%;
  }

  .contact_cell {
    padding-right: 0%;
  }

  .top_phone_button {
    margin-right: 10px;
    font-size: .9em;
    display: flex;
  }

  .appointment_btn {
    flex: 0 auto;
    padding: 12px 10px;
    font-size: .6em;
    line-height: 1em;
    display: flex;
  }

  .p-white-center.lg {
    font-size: 1em;
  }

  .btn-hldr {
    flex-flow: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.3em;
  }

  .phone_icon {
    width: 30px;
    margin-right: 0;
    display: block;
  }

  .phone_icon.mar {
    margin-right: 10px;
  }

  .navbar {
    flex-flow: row;
    height: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .logo {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 10px;
  }

  .logo_img {
    width: auto;
    height: 65px;
  }

  .hero_section {
    background-color: var(--color);
    background-image: url('../images/exterior-lg.jpg');
    background-position: 50% 0;
    background-size: contain;
    height: 525px;
  }

  .main_tagline_wrapper {
    background-image: linear-gradient(180deg, #0000, #000000b3), linear-gradient(180deg, #0000, #14274fd1 39%, #172d5cf5 39%, var(--color));
    top: 0;
  }

  .main_tagline {
    font-size: 2em;
  }

  .main_tagline2 {
    text-align: center;
    font-size: 1em;
  }

  .section_headline {
    text-align: left;
    font-size: 2em;
    line-height: 1em;
  }

  .section_headline.margin {
    font-size: 1.8em;
  }

  .section_headline.docs {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
  }

  .callout_text {
    margin-left: 0;
  }

  .button {
    text-align: center;
  }

  .testimonials_section {
    padding-top: 15%;
  }

  .hp_image_div {
    height: 100%;
  }

  .top_phone_button {
    display: flex;
  }

  .appointment_btn, .nav-text {
    display: none;
  }

  .nav-btn-holder.r {
    justify-content: flex-end;
    width: auto;
    height: 75px;
  }
}

#w-node-_5cfbe3a5-fdf4-1233-c9c6-55a534568d7d-f2793a9b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_0de26e13-ac8b-2d88-0def-3d7cbb3cfac5-f2793a9b, #w-node-_59d446f7-8903-ab23-ee79-39165a7e8170-f2793a9b {
  grid-column: span 2 / span 2;
}

#w-node-b1af30c7-53c3-2197-43f5-5a8272338351-f2793a9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-b1af30c7-53c3-2197-43f5-5a8272338359-f2793a9b {
  grid-column: span 2 / span 2;
}

#w-node-_6d2b6ce4-3753-6c17-fa7d-e0d2db5c29c9-f2793a9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b6c19b7-a5d3-7678-bdd4-6e5caf71ec71-f2793a9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_17c6e52f-e64b-cf0c-56fa-a0d9bfea7f00-f2793a9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5cfbe3a5-fdf4-1233-c9c6-55a534568d7d-f2793a9b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0de26e13-ac8b-2d88-0def-3d7cbb3cfac5-f2793a9b, #w-node-_59d446f7-8903-ab23-ee79-39165a7e8170-f2793a9b {
    grid-column: span 1 / span 1;
  }

  #w-node-b1af30c7-53c3-2197-43f5-5a8272338351-f2793a9b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b1af30c7-53c3-2197-43f5-5a8272338359-f2793a9b {
    grid-column: span 1 / span 1;
  }

  #w-node-_6d2b6ce4-3753-6c17-fa7d-e0d2db5c29c9-f2793a9b, #w-node-_9b6c19b7-a5d3-7678-bdd4-6e5caf71ec71-f2793a9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17c6e52f-e64b-cf0c-56fa-a0d9bfea7f00-f2793a9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Baskci';
  src: url('../fonts/BASKCI__.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskcbi';
  src: url('../fonts/BASKCBI_.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}