.parallax-section {
  overflow: hidden;
}

.box {
  height: 100vh;
  width: 100%;
  display: table;
  z-index: 2;
  background: var(--bs-gray-700);
}

.contentBox {
  font-size: 50px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
}

.contentBox h1, h2 {
  margin-left: 20%;
  font-size: 110%;
}

.contentBox h3, h4, h5, h6 {
  margin-left: 20%;
}

@media (min-width: 1px) {
  .contentBox p {
    margin-right: 0;
    margin-left: 0;
    font-size: 1rem;
  }
}

@media (min-width: 1px) {
  .contentBox h1, h2 {
    margin-left: 0%;
    font-size: 110%;
  }
}

@media (min-width: 1px) {
  .contentBox h3, h4, h5, h6 {
    margin-left: 0%;
  }
}

@media (min-width: 576px) {
  .contentBox p {
    margin-right: 0;
    margin-left: 0;
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .contentBox h1, h2 {
    margin-left: 0%;
    font-size: 110%;
  }
}

@media (min-width: 576px) {
  .contentBox h3, h4, h5, h6 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .contentBox p {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 1rem;
    transform: translateZ(1px);
  }
}

@media (min-width: 768px) {
  .contentBox h1, h2 {
    margin-left: 10%;
    font-size: 110%;
    transform: translateZ(1px);
  }
}

@media (min-width: 768px) {
  .contentBox h3, h4, h5, h6 {
    margin-left: 10%;
    transform: translateZ(1px);
  }
}

@media (min-width: 992px) {
  .contentBox p {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 1rem;
    transform: translateZ(1px);
  }
}

@media (min-width: 992px) {
  .contentBox h1, h2 {
    margin-left: 10%;
    font-size: 110%;
    transform: translateZ(1px);
  }
}

@media (min-width: 992px) {
  .contentBox h3, h4, h5, h6 {
    margin-left: 10%;
    transform: translateZ(1px);
  }
}

@media (min-width: 1200px) {
  .contentBox p {
    margin-right: 0%;
    margin-left: 50%;
    font-size: 1.2rem;
    transform: translateZ(1px);
  }
}

@media (min-width: 1400px) {
  .contentBox p {
    margin-right: 0%;
    margin-left: 50%;
    font-size: 1.2rem;
    z-index: 2;
    transform: translateZ(1px);
  }
}

@media (min-width: 1400px) {
  .contentBox h1, h2 {
    margin-left: 20%;
    font-size: 110%;
    z-index: 2;
    transform: translateZ(1px);
  }
}

@media (min-width: 1400px) {
  .contentBox h3, h4, h5, h6 {
    /*margin-left: 20%;*/
    z-index: 2;
    transform: translateZ(1px);
  }
}

.contentBox p a {
  color: var(--bs-dark);
  position: relative;
  margin-top: 20%;
  margin-left: 0%;
  font-size: 2rem;
}

#cdu-circle-parallax-container-1 {
  position: absolute;
  justify-content: left;
  float: left;
  width: 100vw;
  overflow: hidden;
  margin-top: 50vh;
  visibility: hidden;
}

#cdu-circle-parallax-container-2 {
  position: absolute;
  justify-content: right;
  float: right;
  width: 100vw;
  overflow: hidden;
  margin-top: 150vh;
  visibility: hidden;
}

@media (min-width:992px) {
  #cdu-circle-parallax-container-1 {
    visibility: visible;
  }
}

@media (min-width:992px) {
  #cdu-circle-parallax-container-2 {
    visibility: visible;
  }
}

#cdu-circle-parallax-1 {
  z-index: 0;
  padding: 2rem;
  height: 50vw;
  margin-left: -20%;
  /*-webkit-animation: spin 60s linear infinite;*/
  /*-moz-animation: spin 60s linear infinite;*/
  /*animation: spin 60s linear infinite;*/
}

#cdu-circle-parallax-2 {
  z-index: 0;
  padding: 2rem;
  height: 50vw;
  margin-left: 60%;
  /*-webkit-animation: spin 60s linear infinite;*/
  /*-moz-animation: spin 60s linear infinite;*/
  /*animation: spin 60s linear infinite;*/
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.parallaxBackgroundContent .div {
}

.parallaxBackgroundContent {
  text-align: center;
  display: flex;
}

.divButtons {
  padding-top: 5px;
  justify-content: flex-start!important;
  display: flex!important;
}

