html {
  font-size: 18px;
  box-sizing: border-box;
}

body {
  background-color: #EEEEEE;
  font-size: 1rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

header.masthead {
  min-height: 100vh;
  background: url(../img/bg-header-4.jpg) no-repeat center center;
  background-size: cover;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.delimiter {
  height: 4px;
  background-color: #FFC107;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.masthead-row {
  min-height: 100vh;
}

.masthead-col {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
}

.featured-section {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 40px 85px rgba(0, 0, 0, 0.3);
  padding: 25px;
  margin-top: -200px;
  font-size: 1.1111111111rem;
}

.masthead-title {
  font-size: 5.6666666667rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.masthead-subtitle {
  font-size: 2.2222222222rem;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
}

.section-introduction {
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 4px solid #FFC107;
}
.section-introduction h3 {
  font-size: 2rem;
}

.cci {
  padding: 15px;
}

.phones {
  font-size: 3.6666666667rem;
  line-height: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.phones > span {
  display: inline-block;
}

.section-title {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
.section-title:after {
  content: "";
  width: 100px;
  height: 3px;
  border-top: 1px solid #0A8FD5;
  border-bottom: 1px solid #0A8FD5;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -50px;
}

.section-limit {
  padding-bottom: 25px;
  background-color: white;
}
.section-limit > img {
  margin-bottom: 35px;
}

.section-faq {
  padding-bottom: 25px;
  background-color: white;
}
.section-faq > img {
  margin-bottom: 35px;
}

.faq {
  counter-reset: badass-counter;
}

.faq dt {
  position: relative;
  font: bold 24px Georgia;
  padding: 4px 0 10px 0;
}

.faq dt:before {
  content: counter(badass-counter);
  counter-increment: badass-counter;
  position: absolute;
  left: 0;
  top: 0;
  font: bold 50px/1 Sans-Serif;
}

.faq dd {
  margin: 0 0 50px 0;
}

.faq dt,
.faq dd {
  padding-left: 50px;
}

#footer {
  background-color: #0C4265;
  padding: 25px;
  color: white;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .masthead-title {
    font-size: 3.4444444444rem;
  }
  .masthead-subtitle {
    font-size: 1.7777777778rem;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .masthead-title {
    font-size: 2.3333333333rem;
  }
  .masthead-subtitle {
    font-size: 1.2222222222rem;
    letter-spacing: 0;
  }
  .featured-section {
    padding: 15px;
    margin-top: -30px;
    font-size: 0.8888888889rem;
  }
  .featured-section p.lead {
    font-size: 0.7777777778rem;
  }
  .featured-section h3 {
    font-size: 1.3333333333rem;
  }
  .featured-section .phones {
    font-size: 2rem;
  }
  .section-introduction h3 {
    font-size: 1.3333333333rem;
  }
  .section-title {
    font-size: 1.4444444444rem;
  }
}
@media (max-width: 576px) {
  .masthead-title {
    font-size: 2rem;
  }
}
