/* your styles go here */
.navbar {
  padding: 0.7rem 0.7rem;
}
.carousel-image{
  max-width: 17em;
  margin: 0 auto;
}
.display-4 {
  font-size: 2.5rem;
}
.sect-content{
  padding: 3em 0;
}
.logo-font-lg{
  font-family:"Glockenspiel Regular" !important;
  font-size:72px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.logo-font-xs{
  font-family:"Glockenspiel Regular" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.txt-contact{
  font-size:23px !important;
}
.bg-fixed-dark-light {
  background: #ECECEC !important;
}
.navbar-dark .navbar-nav-dark-light .nav-link-dark-light {
  color: rgba(0, 0, 0, 0.5);
}
.custom_overlay_wrapper { position: relative; }