.section-content {
  color: black;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 3.5rem;
}
ul.section-content {
  font-size: 1em;
  text-decoration: none;
  list-style: none;
  font-weight: 800;
  margin-top: 20px;
}

div.hero-bg img {
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  max-width: none;
}

.d-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
}

.d-home-yellow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ffee00;
}

.d-home-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
}

section.d-home {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-content-main {
  position: relative;
  width: 100%;
}

.home-content-line {
  display: block;
  width: 2px;
  height: 8.2rem;
  background-color: #f8ce41;
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .home-content-line {
    display: none;
  }
}

.p2-content-line {
  display: block;
  width: 2px;
  height: 8.2rem;
  background-color: #000;
  position: absolute;
  right: 10%;
  top: 0;
}
@media screen and (max-width: 820px) {
  .p2-content-line {
    display: none;
  }
}

.home-content-p3 h2:after {
  background-color: white;
}

.before-h2 {
  text-transform: uppercase;
  color: #ffcc1e;
  text-align: center;
}

span.dot img {
  width: 100% !important;
}

span.dot {
  margin-right: 10%;
}

section#home {
  background-image: url(../imgs/Home-P1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
}

.home-content {
  padding: 50px 90px;
}
@media screen and (max-width: 820px) {
  .home-content {
    padding: 20px 30px;
  }
}

.scroll-indicator {
  width: 30px;
  height: 30px;
  border: 3px solid;
  border-radius: 45px;
  color: #ffcc1e;
  animation-duration: 2s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: 15%;
  position: absolute;
  bottom: 100px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .scroll-indicator {
    display: none;
    animation: none;
  }
}

@keyframes fade {
  0% {
    transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    transform: rotate(45deg) translateY(24px/-4) translateX(24px/-4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
h3.intro {
  padding-left: 20%;
  padding-right: 20%;
}

section#home {
  padding-top: 9rem;
}

section#home-P2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.d-home-black {
  background: #003f87;
}

.home-content-p3 h2 {
  color: #fff;
  padding: 50px;
  padding-top: 20px;
}

section#home-P3 {
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}

#home-P3 img {
  width: 30%;
  margin: 20px;
  margin-top: 20px;
}

/*# sourceMappingURL=home.css.map */
