body {
  font-family: 'Montserrat', sans-serif;
  --color-primary: #ec1f27;
}

img {
  display: block;
  max-width: 100%;
}

p {
  font-family: 'Roboto', sans-serif;
}

hr {
  background-color: #888;
  height: 2px !important;
  max-width: 180px;
  opacity: 1;
}

.btn {
  border: none;
  border-radius: 0;
}

.btn.btn-primary {
  background-color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
}

.btn.btn-form {
  background-color: #61ce70;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 100px;
  padding-right: 100px;
}

.above-header {
  background-color: var(--color-primary);
  color: #fff;
  padding: .5rem 1rem;
}

.above-header h6 {
  letter-spacing: -0.02em;
  margin: 0;
}

@media (max-width: 991px) {
  .navbar {
    text-align: center;
  }
}

.navbar .nav-link {
  color: #444444 !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--color-primary) !important;
}

/* Sections */
section a,
section a:hover,
section a:focus {
  color: var(--color-primary);

}

section h2 {
  font-size: 39px;
  font-weight: 600;
}

section h2::after {
  content: "";
  background-color: var(--color-primary);
  display: block;
  height: 5px;
  margin: 5px auto 0;
  width: 125px;
}

section h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 500;
}

section p {
  font-size: 22px;
  line-height: 1.4em;
}

section.dark-font h2,
section.dark-font h3,
section.dark-font h4 {
  color: #333;
}

section.dark-font p {
  color: #555;
}

section.light-font h2,
section.light-font h3,
section.light-font h4,
section.light-font p {
  color: #fff;
}

section.slider {
  height: 500px;
}

section.slider #slider,
section.slider #slider .carousel-inner,
section.slider #slider .carousel-item {
  height: 100%;
}

section.slider #slider .carousel-item.active {
  display: flex;
}

section.slider #slider .carousel-item:nth-child(1) {
  background: url('../img/slide1.jpg') no-repeat center center;
  background-size: cover;
}

section.slider #slider .carousel-item:nth-child(2) {
  background: url('../img/slide2.jpg') no-repeat center center;
  background-size: cover;
}

section.slider #slider .carousel-item:nth-child(3) {
  background: url('../img/slide3.jpg') no-repeat center center;
  background-size: cover;
}

section.slider #slider .carousel-item h1,
section.slider #slider .carousel-item h5 {
  font-family: "Montserrat", Sans-serif;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5), 2px -2px 5px rgba(0,0,0,.5), -2px 2px 5px rgba(0,0,0,.5), -2px -2px 5px rgba(0,0,0,.5), 2px 0px 5px rgba(0,0,0,.5), 0px 2px 5px rgba(0,0,0,.5), -2px 0px 5px rgba(0,0,0,.5), 0px -2px 5px rgba(0,0,0,.5);
}

section.slider #slider .carousel-item h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

section.slider #slider .carousel-item h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

section.get-started {
  background: url('../img/get-started.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, .7);
}

section.testimonials .carousel-control-next,
section.testimonials .carousel-control-prev {
  position: relative !important;

}

section.testimonials .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

section.testimonials .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

section.testimonials .testimonial-content {
  color: #777;
  font-size: 22px;
  font-style: italic;
}

section.testimonials .testimonial-author {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

section.testimonials .testimonial-location {
  color: #777;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
}

section.service-area {
  background-color: var(--color-primary);
}

section.service-area p {
  text-align: center;
}

@media (min-width: 1200px) {
  section.service-area p {
    text-align: right;
  }
}

section.pricing {
  background: url('../img/box-pictures.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, .7);
}

section.contact-us label {
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}

footer {
  background-color: var(--color-primary);
  color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}