body {
  color: #222;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

html,
body,
#all {
  min-height: 100%;
}

a {
  color: #1f6f61;
}

a:hover,
a:focus {
  color: #174f46;
}

strong,
b {
  font-weight: 700;
}

.mb20 {
  margin-bottom: 30px;
}

.clearfix::before,
.clearfix::after,
.section::before,
.section::after {
  content: " ";
  display: table;
}

.clearfix::after,
.section::after {
  clear: both;
}

.section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}

.section h2.title {
  display: inline-block;
  font-family: josefin_sansregular, "Roboto Slab", serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 44px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.section .img-responsive {
  margin: 0 auto;
}

.section .dark-mask {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}

.text-gradient {
  background: #f0f0f0;
  color: #222;
}

.text-parallax {
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-backface-visibility: hidden;
}

.text-parallax.parallax-image1 {
  background: url("../img/parallax.jpg") center center / cover no-repeat fixed;
}

#intro {
  position: relative;
  height: 100%;
}

#intro .item {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("../img/homepage-porsche-zandvoort.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  position: relative;
}

#intro .item h1,
#intro .item h2 {
  color: #fff;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

#intro .item h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}

#intro .item h2 {
  font-weight: 600;
  margin-bottom: 120px;
}

#intro .item .carousel-caption {
  left: 0;
  right: 0;
  top: 10%;
}

#intro .container,
#intro .row {
  height: 100%;
  position: relative;
}

.services .heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.services p {
  font-size: 15px;
  text-align: left;
}

#map {
  height: 400px;
}

#footer {
  background: #222;
  font-size: 14px;
  line-height: 50px;
}

#footer p {
  color: #eee;
  margin: 0;
}

@media (max-width: 991px) {
  .text-parallax {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #intro .item h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section h2.title {
    font-size: 40px;
  }

  #intro .item h1 {
    font-size: 35px;
  }

  #intro .item h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
