#mainMenu .nav-link {
  font-size: 1.25rem !important;
  color: rgb(33, 37, 41) !important;
  transition: font-weight linear 0.25s;
}

#mainMenu .nav-link.active,
#mainMenu .nav-link:hover {
  font-weight: bold;
}

#parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
}

.top-menu-wrapper {
  padding-top: 100px;
}

.content {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px !important;
}

.content h2 {
  padding-bottom: 100px;
  font-weight: bold;
}

.content h3 {
  font-weight: bold;
}

.text-justify {
  text-align: justify;
  text-align-last: left;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: static !important;
}

footer .content p {
  margin: 0 !important;
}

footer .content strong a {
  color: inherit !important;
  text-decoration: none !important;
}

@media (orientation: portrait) {
  #parallax {
    padding-bottom: 100%;
    background-size: 100%;
    background-position: 0 102px;
  }
}

@media (orientation: portrait) and (max-width: 398.8px) {
  #parallax {
    background-image: url("/images/parallax-portrait-400.jpg");
  }
}

@media (orientation: portrait) and (min-width: 400px) and (max-width: 799.8px) {
  #parallax {
    background-image: url("/images/parallax-portrait-800.jpg");
  }
}

@media (orientation: portrait) and (min-width: 800px) and (max-width: 1199.8px) {
  #parallax {
    background-image: url("/images/parallax-portrait-1200.jpg");
  }
}

@media (orientation: portrait) and (min-width: 1200px) {
  #parallax {
    background-image: url("/images/parallax-portrait-1600.jpg");
  }
}

@media (orientation: landscape) {
  #parallax {
    background-color: lightgray;
    background-image: url("/images/parallax-landscape.jpg");
    background-position: center 102px;
  }
}

@media (orientation: landscape) and (max-width: 999.8px) {
  #parallax {
    padding-bottom: 50%;
    background-size: 100%;
  }
}

@media (orientation: landscape) and (min-width: 1000px) {
  #parallax {
    background-size: 1000px;
    height: 500px;
  }
}


@media (orientation: landscape) and (max-width: 398.8px) {
  #parallax {
    background-image: url("/images/parallax-landscape-400.jpg");
  }
}

@media (orientation: landscape) and (min-width: 400px) and (max-width: 799.8px) {
  #parallax {
    background-image: url("/images/parallax-landscape-800.jpg");
  }
}

@media (orientation: landscape) and (min-width: 800px) and (max-width: 1199.8px) {
  #parallax {
    background-image: url("/images/parallax-landscape-1200.jpg");
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  #parallax {
    background-image: url("/images/parallax-landscape-1600.jpg");
  }
}