body {
  font-family: Arial, sans-serif;
}

/* Navbar */
.navbar-brand {
  font-size: 24px;
}

/* Footer */
footer h5 {
  margin-bottom: 15px;
}

footer p, footer a {
  font-size: 14px;
}

.cta-section {
  background: linear-gradient(rgba(226, 53, 36, 0.9), rgba(226, 53, 36, 0.9)), url("../images/cta-bg.jpg");
  background-size: cover;
  background-position: center;
}

/*# sourceMappingURL=style.css.map */
