

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* background-image: url("/static/images/background/map_background.103ad6b067e3.png"); */
  background-size: cover;
  background-position: center;
  
}

main {
  flex-grow: 1;
  
  
}
* {
  font-family: Gloria Hallelujah;
  font-size: 14pt;
  /* text-shadow: 1px 1px 1px rgb(250, 250, 250); */
}
footer {
  background-color: #004b3c;
  color: #F2C33E;
  height: auto;
}
.footer {
  font-size: 14pt;
}


p {
  font-weight: bold;
}

.navbar {
  background-color: #004b3c !important;
  color: #F2C33E;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 1);
  text-shadow: none;
  
}

.navbar .navbar-brand {
  background-color: #004b3c;
  color: #F2C33E;
  text-shadow: none;
}

.navbar .navbar-brand:hover {
  background-color: #004b3c;
  color: white;
  text-shadow: none;
}

.navbar .offcanvas {
  background-color: #004b3c;
  color: #F2C33E;
  text-shadow: none;
}


.navbar .navbar-nav .nav-link {
  background-color: #004b3c;
  color: #F2C33E;
  text-shadow: none;
}

.navbar .navbar-nav .nav-link:hover {
  color: white;
  text-shadow: none;
}

.nav .nav-link {
  background-color: #004b3c;
  color: #F2C33E;
  text-shadow: none;
}

.nav .nav-link:hover {
  color: white;
  text-shadow: none;
}

#map {
  height: 100vh;

}

#mapDetail {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  /* box-shadow: 0px -5px 10px 5px rgba(15, 11, 11, 0.397); */
}


.infowindow {
  width: 200px;
  height: auto;
}

.custom-img {
  width: 50px;
  height: 50px;
}

.rounded-img {
  border-radius: 50%;
}



.navbar .navbar-toggler {
  color: #F2C33E;
  text-shadow: none;
}

.breadcrumb {
  background-color: #f5f5f5;
  padding: 8px 15px;
  border-radius: 0;
  margin-bottom: 15px;
}

.breadcrumb-item a {
  color: #0275d8;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #555;
  font-weight: bold;
}

.marker-label {
  -webkit-text-stroke-color: 10px black;
}

.btn-primary {
  background-color: #004b3c !important;
  border-color: #004b3c !important;
  color: #F2C33E !important;
  text-shadow: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 1);
  }
  .btn-primary:hover {
    color: white !important;
    text-shadow: none;
  }
  .btn-primary.active {
    background-color: #F2C33E !important;
    color: #004b3c !important;
    text-shadow: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 1);
  }

  .card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-footer {
  background-color: white;
  border-top: none;
}

.card {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 1);
}

.image-carousel {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 1);
}


.dropdown-menu {
  background-color: #004b3c !important;
  border-color: #004b3c !important;
  color: #F2C33E !important;
  text-shadow: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 1);
}

.dropdown-item {
  background-color: #004b3c !important;
  border-color: #004b3c !important;
  color: #F2C33E !important;
  text-shadow: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: white;
  color: green;
}
.dropdown-item.active {
  background-color: #F2C33E !important;
  color: #004b3c !important;
  text-shadow: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 1);
}

#messages-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 60px;
}