html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  border-radius: 0; }

body {
  font-size: 1.8rem; }

a {
  color: #2D51B4; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Alfa Slab One", cursive;
  color: #2D51B4; }

h2,
.h2 {
  font-size: 2.4rem;
  font-weight: normal; }

.text-white h1,
.text-white .h1,
.text-white h2,
.text-white .h2,
.text-white h3,
.text-white .h3,
.text-white h4,
.text-white .h4,
.text-white h5,
.text-white .h5,
.text-white h6,
.text-white .h6 {
  color: white; }

.btn {
  font-size: 2rem; }

.btn-primary {
  background: #DD0000;
  border-color: #DD0000; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #aa0000;
    border-color: #aa0000; }

.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/pexels_cement-colors-concrete-1092369@2x.jpg");
  background-size: cover;
  max-height: 400px;
  height: 50vh; }

.logo {
  font-family: "Alfa Slab One", cursive;
  font-size: 4.4rem;
  color: #2D51B4;
  margin: 0; }

.contact {
  color: #2D51B4;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif; }
  .contact .tel {
    color: #DD0000;
    font-size: 2.2rem;
    font-weight: 700; }

.fb-link {
  width: 30px; }

.licensed,
.free-estimates,
.transferable-lifetime-guarantee {
  font-size: 1.8rem;
  font-family: "Alfa Slab One", cursive; }
  .licensed p,
  .free-estimates p,
  .transferable-lifetime-guarantee p {
    margin-top: 3rem; }

.licensed {
  color: #29854C; }

.free-estimates {
  color: #0381A0; }

.transferable-lifetime-guarantee {
  color: #FFAF31; }

.service-cards {
  border: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 6rem !important;
  margin-bottom: 6rem; }

.service-cards:last-child {
  border: none;
  margin-bottom: 0; }

.foundation {
  background: #29854C; }

.service-area {
  background: #0381A0; }
  .service-area ul {
    font-family: "Alegreya", serif; }

.testimonial .quote {
  font-size: 1.8rem;
  font-family: "Alegreya", serif; }
  .testimonial .quote .attribution {
    font-family: "Roboto", sans-serif; }

.military {
  background: #2D51B4; }

footer {
  background: #707070; }
  footer .logo {
    color: white; }
  footer a {
    color: white; }
    footer a:hover, footer a:active, footer a:focus {
      color: white;
      text-decoration: underline; }

.form-control {
  font-size: 1.6rem; }
