/* ----------------------------------------------------------------
	Property Maintenance CSS
-----------------------------------------------------------------*/
#header {
	--cnvs-primary-menu-hover-color: black !important;
	--cnvs-primary-menu-submenu-hover-bg: rgba(var(--cnvs-contrast-rgb), 0.15);
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font: var(--cnvs-body-font);
}

.contact-us {
  font-size: calc(2.1rem + 1.5vw) !important;
  font-weight: 600;
  line-height: 1;
  color: #313131;
}
@media (min-width: 1200px) {
  .contact-us {
    font-size: 3rem !important;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw) !important;
  line-height: 1 !important;
  color: rgb(255, 255, 255) !important;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 4rem !important;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.lead {
  color: rgb(54, 59, 57) !important;
  font-weight: bold !important;
}

.my-3 {
  margin-bottom: 1rem !important;
}

.snowflake-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 10%;
  height: auto;
  background-size: contain;
}

.lead {
  color: rgb(54, 59, 57) !important;
}

.before-after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  background-size: contain;
}