:root {
    --color-primary: #2b2b2a !important;
    --color-secondary: #00b796 !important;
    --color-tertiary: #00b796 !important;
    --color-primary-text: #2b2b2a;
    --color-background: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .footer div {
  text-align: center;
  .layout-image {
    margin: auto;
  }
}

header {
  .desktop-nav {
    a {
      text-transform: uppercase;
    }
  }
}

#module-66d8273d8d89c65684b54a5d img,
#module-66dc840692f4eb087c4bf100 img {
      aspect-ratio: 3 / 2;
}

.leaflet-map-pane .leaflet-tile {
  filter: none !important;
}