/***** Main element *****/

body {
  padding: 25px;
  background: transparent linear-gradient(180deg, #3399CC 0%, #3399CC00 50%, #3397CA 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #000;
}

#mainContent {
  padding-top: 120px;
}

.p-0 {
  padding: 0;
}

/***** Logo *****/

.fiexedLogo {
  width: 260px;
  height: auto;
  position: fixed;
  top: 180px;
  right: -70px;
  transform: rotate(-90deg);
  filter: brightness(70%);
  z-index: -1;
  transition: all ease-in-out .3s;
}

.opacity-low {
  opacity: 0.4;
}

/***** Text content *****/

/* Title */
h2 {
  margin-left: -90px;
  margin-bottom: 50px;
  font-size: 4.375em;
  font-family: obviously-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  width: max-content;
  overflow-wrap: break-word;
}
h2::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 15px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 16px;
  z-index: -1;
}
.multipleLineTitleFirst {
  margin-top: 0;
  margin-bottom: 0;
}
.multipleLineTitle {
  margin-top: 0;
  margin-bottom: 0;
}
.multipleLineTitleLast {
  margin-top: 0;
  margin-bottom: 50px;
}

/* Paragrpahe */
p {
  margin: 20px 0 20px 50px;
  font-size: 1.125em;
  font-family: obviously, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow-wrap: break-word;
}
p a {
  padding: 5px;
  font-family: obviously, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-decoration: underline;
  transition: padding 0.2s;
}
p a:hover {
  padding: 12px;
  cursor: pointer;
  color: #000;
}
.highlighted {
  background-color: #fff;
  border-radius: 16px;
  font-style: italic;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.7em;
}
.annotation {
  font-size: 0.875em;
  font-style: italic;
}

/* Line */
.paragrapheLine {
  width: 60px;
  margin: 20px auto 20px 30px;
  border-top: 1px solid #000;
}

/***** Left Image element *****/

.imgLeftBox {
  margin: 50px 30px 100px auto;
}
.imgLeft {
  width: 50%;
  height: auto;
  float: right;
}
.imgLeftBox p {
  margin-left: 50%;
  width: auto;
  font-size: 0.875em;
}

/***** Right Image element *****/

.imgRightBox {
  margin: 50px auto 100px 30px;
}
.imgRight {
  width: 50%;
  height: auto;
  float: left;
}
.imgRightBox p {
  margin-right: 50%;
  width: auto;
  font-size: 0.875em;
}

/***** Video element *****/

video {
  width: 100%;
  height: auto;
  background-color: #505050;
}
.videoRow {
  margin-top: 100px;
  margin-bottom: 100px;
}
.videoRow p {
  margin: 0;
}
.videoRow hr {
  width: 60px;
  margin: 20px auto 20px 0;
  border-top: 1px solid #000;
}
.reverseRow {
  display: flex;
  flex-direction: row-reverse;
}

/***** Carousel element *****/

.carousel-default {
  position: relative;
  margin: 100px 0;
  width: 100%;
  height: auto;
}

.carousel-inner img {
  width: 100%;
}

.carousel-default ol li {
  border-color: #000;
}

/***** Footer *****/

footer {
  margin: 50px 0 120px 0;
}
footer p {
  margin: 0;
  color: #fff;
}
footer p a {
  text-decoration: underline;
  color: #fff;
  padding: 0;
  transition: color 0.3s;
}
footer p a:hover {
  color: #ddd;
  padding: 0;
}
.marginFooter {
  margin-top: 30px;
}

@media (max-width: 992px) {
  #mainContent {
    padding-top: 100px;
  }

  /***** Logo *****/

  .fiexedLogo {
    position: absolute;
    width: 230px;
    height: auto;
    top: 25px;
    right: 23px;
    transform: rotate(0);
  }

  /***** Text content *****/

  /* Title */
  h2 {
    margin-left: -20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.25em;
  }
  h2::before {
    top: 4;
    left: 4;
    width: 100%;
    height: 1em;
    background-color: #fff;
    border-radius: 16px;

  }
  .multipleLineTitleFirst {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .multipleLineTitle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .multipleLineTitleLast {
    margin-top: 0;
    margin-bottom: 70px;
  }
  /* Paragrpahe */
  p {
    margin: 10px 0 10px 0px;
    font-size: 1em;
  }
  p a:hover {
    padding: 0;
    cursor: pointer;
    color: #000;
  }
  .annotation {
    font-size: 0.625em;
  }

  /* Line */
  .paragrapheLine {
    width: 40px;
    margin: 15px auto 15px 0px;
  }

  /***** Left Image element *****/

  .imgLeftBox {
    margin: 30px 20px 30px 15px;
  }
  .imgLeft {
    width: 100%;
  }
  .imgLeftBox p {
    margin-left: 0%;
  }

  /***** Right Image element *****/

  .imgRightBox {
    margin: 30px 15px 30px 20px;
  }
  .imgRight {
    width: 100%;
  }
  .imgRightBox p {
    margin-right: 0%;
  }

  /***** Video element *****/

  .videoRow {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .videoRow hr {
    width: 40px;
    margin: 20px auto 15px 0;
  }
  .reverseRow {
    display: flex;
    flex-direction: column;
  }

  /***** Carousel element *****/

  .carousel-default {
    margin: 0;
  }

  /***** Footer *****/

  footer {
    margin: 30px 0 40px 0;
  }
}
