.hide {
  display: none !important;
}

.py-4 {
  padding-top: 0px !important;
}

body {
  background-color: white;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
  padding: 0px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.hide {
  display: none;
}

.file-area {
  min-height: 200px;
  border: dashed 1px green;
}

.dz-image {
  display: none;
}

.dz-error-mark, .dz-success-mark, .dz-error-message {
  display: none;
}

ul.toc:before {
  content: "Quick links";
  display: inline-block;
  width: auto;
  height: 15px;
  margin-right: 5px;
  font-size: 1.35rem;
}

ul.toc, ul.toc ul {
  list-style-type: none;
  margin-left: -25px;
}

a.heading-permalink {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
}

#header {
  height: 100px;
  background-color: #404041;
  position: relative;
  color: white;
  padding-top: 25px;
}
#header .chevron::after {
  width: 0;
  height: 0;
  border-width: 40px 100px 0 100px;
  border-color: #404041 transparent transparent transparent;
  /*border-color:  #404041 transparent transparent transparent;*/
  border-style: solid;
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

#content-homepage .section-1 h2, #content-homepage .section-2 h2, #content-homepage .section-3 h2, #content-homepage .section-4 h2 {
  padding-top: 15px;
  display: block;
  color: white;
  text-align: center;
  position: relative;
}
#content-homepage .content {
  background-color: white;
}
#content-homepage .content div.inline ul {
  padding-left: 0px;
}
#content-homepage .content div.inline li {
  display: inline;
  padding-right: 15px;
}
#content-homepage .section-1 div.chevron {
  background-color: #404041;
}
#content-homepage .section-1 div.chevron h2::after {
  width: 0;
  height: 0;
  border-width: 40px 100px 0 100px;
  border-color: #404041 transparent transparent transparent;
  border-style: solid;
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
#content-homepage .section-2 div.chevron {
  background-color: #007CC5;
}
#content-homepage .section-2 div.chevron h2::after {
  width: 0;
  height: 0;
  border-width: 40px 100px 0 100px;
  border-color: #007CC5 transparent transparent transparent;
  border-style: solid;
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
#content-homepage .section-3 div.chevron {
  background-color: #F89521;
}
#content-homepage .section-3 div.chevron h2::after {
  width: 0;
  height: 0;
  border-width: 40px 100px 0 100px;
  border-color: #F89521 transparent transparent transparent;
  border-style: solid;
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
#content-homepage .section-4 div.chevron {
  background-color: #951F81;
}
#content-homepage .section-4 div.chevron h2::after {
  width: 0;
  height: 0;
  border-width: 40px 100px 0 100px;
  border-color: #951F81 transparent transparent transparent;
  border-style: solid;
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  #content-homepage .section-1 div.chevron h2::after, #content-homepage .section-2 div.chevron h2::after, #content-homepage .section-3 div.chevron h2::after, #content-homepage .section-4 div.chevron h2::after {
    top: 51px;
  }
}
