@font-face {
  font-family: agencyFB;
  src: url(AgencyFB.ttf);
}
body {
  font-family: agencyFB;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: agencyFB;
  font-weight: 700;
  color: black;
  text-align: center;
}

/* .banner_text {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  max-width: 100%;
} */
.masthead {
  padding: 0px !important;
  background-image: none !important;
  color: black;
}
.color-red {
  color: red;
}
.featurs-ul {
  font-size: 30px;
}
.boy {
  width: 100%;
}
.banner-img {
  width: 80%;
  height: auto;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-div {
  width: 50%;
  margin: auto;
}
footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.call-to-action {
  background-image: none !important;
}
@media only screen and (max-width: 600px) {
  .contact-div {
    width: 90%;
    margin: auto;
  }
}
