@media screen and (max-width: 767px) {
  #content {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  #the_header {
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #the_header #logo_header {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  #the_header #menu_and_stuff #the_menu {
    width: calc(100% - 230px);
  }
}
#the_header #menu_and_stuff #the_menu .hfe-nav-menu__layout-horizontal #menu-item-1022 {
  display: none;
}
@media screen and (max-width: 767px) {
  #the_header #menu_and_stuff #the_menu .hfe-nav-menu__layout-horizontal #menu-item-1022 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #the_header #menu_and_stuff #the_menu .hfe-nav-menu__layout-horizontal #menu-item-1022 a {
    background: #6d9886;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  #the_header #menu_and_stuff #the_menu .hfe-nav-menu__layout-horizontal {
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #the_header #menu_and_stuff #the_menu .hfe-nav-menu__align-center .hfe-nav-menu-icon {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1111px) {
  #the_header #menu_and_stuff #the_menu .hfe-nav-menu li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1110px) and (min-width: 768px) {
  #the_header #menu_and_stuff #the_menu .hfe-nav-menu li a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  #the_header #menu_and_stuff #estimate {
    width: 230px;
  }
}

body {
  margin: 0;
}

#fill_this svg {
  filter: invert(55%) sepia(13%) saturate(630%) hue-rotate(103deg) brightness(99%) contrast(94%);
}

/* Prevent map zooming initially */
.map-container {
  position: relative;
  width: 100%; /* Full width */
  height: 600px; /* Fixed height */
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* Invisible overlay */
  cursor: pointer; /* Indicates clicking enables zoom */
  z-index: 10; /* Ensures it stays above the map */
}

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