/* ------------------------------------------------------------------------ CSS Resets */

html, body {
  min-height: 100%;
  overflow: auto;
}

body {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------------------------ Background */

.gradient-rainbow {
  background-repeat: no-repeat;
  background-image: linear-gradient(135deg, #eb5f8e, transparent 70%), linear-gradient(45deg, #fe981d, #fcc31e, #35adce 85%), linear-gradient(135deg, #eb5f8e, #fcc31e, #35adce), linear-gradient(270deg, #35adce, transparent 30%);
}

/* ------------------------------------------------------------------------ Align Bootstrap carousel */

.carousel-img {
  margin: auto;
  width: 100vw;
  height: 75vh;
}

.carousel-item {
  width: auto;
}

.carousel {
  height: 85vh !important;
  width: 100%;
  margin: auto;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
}

/* ------------------------------------------------------------------------ Main site */

.header {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: fit-content;
  width: -moz-fit-content;
}

.text-background {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 10px;
  padding: 10px;
}

.pride-flag-circle {
  border-radius: 50%;
  border: 2px solid white;
  width: 150px;
  height: 150px;
}

.pride-flag-date {
  position: relative;
  margin-top: -31.5%;
  margin-left: 20%;
  color: white;
  background-color: black;
  width: fit-content;
  width: -moz-fit-content;
  padding: 10px;
  border-radius: 10%;
}

.info-row {
  height: fit-content;
  height: -moz-fit-content;
  min-height: 150px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.hide {
  display: none;
}

.mobile-hr {
  display: none;
}

.header-h2 {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  background: -webkit-linear-gradient(#fe981d, #fcc31e, #35adce 85%), linear-gradient(135deg, #eb5f8e, #fcc31e, #35adce), linear-gradient(270deg, #35adce, transparent 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
}

.info-p {
  text-align: center;
}

/* ------------------------------------------------------------------------ Community page */

.jumbotron {
  height: 120vh;
}

/* ------------------------------------------------------------------------ Footer */

.footer-clean {
  padding-bottom: 10px;
  background-color: #fff;
  color: #414242;
}

.footer-clean .copyright {
  font-size: 13px;
  opacity: 0.8;
}

.footer-header {
  margin-top: 25px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
  font-size: 12px;
  padding: 20px 0;
}

.footer-link:hover {
  color: orange;
}

.footer-clean .item.social {
  text-align: center;
}

.footer_photo-img {
  margin-top: 90px;
  width: 100%;
  height: 70px;
}

.social-img {
  width: 200px;
}

/* ------------------------------------------------------------------------ Media queries */

@media screen and (max-width: 1400px) {
  .pride-flag-date {
    margin-top: -37%;
  }
}

@media screen and (min-width: 1200px) {
  .jumbotron {
    height: 190%
  }
}

@media screen and (max-width: 1200px) {
  .pride-flag-date {
    margin-top: -45%;
    margin-left: 30%;
  }

  .jumbotron {
    height: 190%;
  }
}

@media screen and (max-width: 1024px) {
  .jumbotron {
    height: 80%;
  }
}

@media screen and (max-width: 992px) {
  .pride-flag-date {
    margin-top: -62%;
    margin-left: 40%;
  }
}

@media screen and (max-width: 768px) {
  .pride-flag-date {
    margin-top: -66px;
    padding: 5px;
  }

  .pride-flag-circle {
    width: 100px;
    height: 100px;
  }

  .jumbotron {
    height: 90%;
  }

  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }

  .footer-clean .item.social {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .pride-flag-circle {
    margin-left: 41%;
    margin-bottom: 25px;
  }

  .pride-flag-date {
    margin-left: 51%;
    margin-top: -92px;
  }

  .text-background {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .info-row {
    margin-bottom: 0;
    margin-top: 25px;
    padding-bottom: 25px;
  }

  .mobile-hr {
    display: block;
  }
}

@media screen and (max-width: 411px) {
  .jumbotron {
    height: 115vh;
  }
}

@media screen and (max-width: 376px) {
  .jumbotron {
    height: 130%;
  }

  .pride-flag-circle {
    margin-left: 38%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 361px) {
  .jumbotron {
    height: 130vh;
  }
}

@media screen and (max-width: 320px) {
  .jumbotron {
    height: 150vh;
  }
}

@media screen and (max-width: 280px) {
  .jumbotron {
    height: 130vh;
  }
}