@charset "utf-8";
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
body {background-color: #A7A37E;}

.display-4 {font-family: "acroterion-jf",sans-serif;color:#002F2F;
  }
h2, h3, h4, h5 {
   font-family: "adonis-web";color:#002F2F;}
.cream {background-color:#EFECCA;}
.tan {background-color: #A7A37E;}



.btn-custom {background-color:#002F2F;}
.btn-custom a {color: #ffF;text-decoration: none;}
.btn-custom a hover {font-size:700;text-decoration: none;}

.btn-default a {color:#002F2F;}

.navbar-custom {
    background-color: #002F2F;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #FFF;
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;..");
}

.mycarousel {max-width: 1200px;margin: auto;}
.full {width: 100%; height: auto;}
.notround {border-radius: 0px; background-color: #EFECCA;}
.container {border-radius:25px;}
.card {border-radius:25px;}
#map_container{position:relative}
#map{height:0;overflow:hidden;padding-bottom:22.25%;padding-top:30px;position:relative}
.google-maps{position:relative;padding-bottom:75%;height:0;overflow:hidden}
.google-maps iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}
.gap-bottom{margin-bottom:10px;}
.gap-top {margin-top: 10px;}