.navbar-gold {background: #f1c40f; margin-bottom: 40px;}
              
	.nav-link {
              color:black !important;
			  }
			  
			  body {
    --bs-body-font-size: 12px;
}
@media(min-width:991px){
    body {
        --bs-body-font-size: 15px;
    }
}
@media(min-width:1400px){
    body {
        --bs-body-font-size: 16px;
    }
}

$font-family-sans-serif:
  // Cross-platform generic font family (default user interface font)
  system-ui,
  // Safari for macOS and iOS (San Francisco)
  -apple-system,
  // Windows
  "Segoe UI",
  // Android
  Roboto,
  // older macOS and iOS
  "Helvetica Neue"
  // Linux
  "Noto Sans",
  "Liberation Sans",
  // Basic web fallback
  Arial,
  // Sans serif fallback
  sans-serif,
  // Emoji fonts
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
  
  .map-container-2{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-2 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}