body{
  font-family: 'Montserrat', sans-serif !important;
}

/* UNIVERSAL */

.custom-radius{
  border-radius: 15px;
}

.backdrop-blur{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fs-xl{
  font-size: 5em;
  line-height: 1em;
}

/* HEADER */

.header-logo{
  height:60px;
  width: auto;
}

/* BODY */

.hero-section-block{
  height: 500px;
}

.featured-service{
  margin-top: -3rem; 
  margin-bottom: -2rem;
}

@media screen and (max-width: 992px) {
  .featured-service{
    margin-top: 0rem; 
    margin-bottom: 0rem;
  }
}

/* FOOTER */

.footer-logo{
  height: 30px;
  width: auto;
}
