header .main-logo {
  background: transparent;
}

header .main-logo img {
  width: 250px;
  padding: 10px;
  background-color: black;
}

@media screen and (max-width: 576px) {
  header .main-logo img {
    width: 100px;
  }
}

#section-1 {
  background: #212021;
}

#section-1 h4, #section-1 h1, #section-1 h3, #section-1 p {
  color: #fff;
}

#section-1 .vertical-line {
  background: #fff !important;
}

#section-2 {
  background: #d4d4b6;
}

#section-2 h4, #section-2 h1 {
  color: #111;
}

#section-2 .divider {
  background: #111;
  border-bottom: none;
}

#section-2 .vertical-line {
  background: #111 !important;
}

#section-3 {
  background: #212021;
}

#section-3 h4, #section-3 h1, #section-3 h3, #section-3 p {
  color: #fff;
}

#section-3 .vertical-line {
  background: #fff !important;
}

#section-5 {
  background: #d4d4b6;
}

#section-5 h4, #section-5 h1 {
  color: #111;
}

#section-5 .vertical-line {
  background: #111 !important;
}

#section-6 {
  background: #212021;
}

#section-6 h4, #section-6 h1, #section-6 h3, #section-6 p {
  color: #fff;
}

#section-6 .vertical-line {
  background: #fff !important;
}

#section-4 {
  background: #d4d4b6;
}

#section-4 .btn {
  border: 2px solid black;
  border-radius: 24px;
  background: #c97979;
  color: #111;
}
/*# sourceMappingURL=hemusih.css.map */