#map {
  min-height: 600px;
}

#topnav {
    background: transparent !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light>li>a {
        color: #7c7a7a;
    }
}


a {
    color: rgb(247 153 33);
    text-decoration: none;
}
#topnav .navbar-toggle span {
    background-color: #dbf0f5 !important;
}

.hero-ban {
  top: -3rem; 
  width: 59rem; 
  z-index: -10;}
@media only screen and (max-width: 600px) {

.hero-ban {
    top: 8rem;
    width: 27rem;
    z-index: -10;
}
}
.text-theme {
color: #f79921 !important;
}

.text-h1-theme {
  color:#454343d9 !important;
}

.py-hero {
    padding-bottom: 10rem !important;
    padding-top: 7rem !important;
}