html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

.btn-red {
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.btn-red:hover {
  color: #fff;
  background-color: #ce1a20;
  border-color: #ce1a20;
}

.red {
  color: #ed1c24;
}

a {
  color: #ED1C24;
}

.bg-medium-light {
  background-color: #f5f5f5;
}

.navbar-brand img {
  height: 40px;
}

@media screen and (min-width: 0px) and (max-width: 540px) {
  .mobile-hide{ display: none; }
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/header.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.header-down a {
  font-size: 3rem;
  color: #ED1C24;
  text-decoration: none;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.brand {
  height: 9rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  /* box-shadow: 0px 5px 5px 0px #adb5bd; */
}

.many-words {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mauticform-input {
  padding: 1rem !important;
}

.mauticform-label {
  text-align: left !important;
}

.mauticform-checkboxgrp-row {
  text-align: left !important;
}
.mauticform-row.mauticform-required .mauticform-label:after {
  display: none !important;
}

.mauticform-errormsg {
  text-align: left !important;
  color: #fc8d8d !important;
}

.mauticform-button-wrapper .mauticform-button {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.mauticform-post-success .mauticform-message {
  color: white;
  background-color: green;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 20px;
  border-radius: .5rem;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/health-staff.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-10 {
  padding-top: 7em;
}

.pb-10 {
  padding-bottom: 7em;
}

