.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

.center, .column-flex, .verticle-center, .horizontal-center {
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.column-flex {
  flex-direction: column;
}

.horizontal-center {
  justify-content: center;
}

.verticle-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.fl-100 {
  flex-basis: 100%;
}

.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

button {
  border: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  font-weight: 500;
}

.greyBorder {
  border: 2px solid #6a6e72;
  color: #6a6e72;
  padding: 11px 15px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #6a6e72;
  margin-bottom: 10px;
  border: 2px solid #ccc2ac;
  background-color: transparent;
}
@media screen and (max-width: 545px) {
  .greyBorder {
    min-width: 250px;
  }
}
.greyBorder:hover {
  color: #2f5d86;
  border: 2px solid #2f5d86;
}

.blueSolid {
  border: 2px solid #2f5d86;
  color: #2f5d86;
  padding: 11px 15px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #2f5d86;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 545px) {
  .blueSolid {
    min-width: 250px;
  }
}
.blueSolid:hover {
  color: #ccc2ac;
  background-color: #2b567c;
}

.blueBorder {
  border: 2px solid #2f5d86;
  color: #2f5d86;
  padding: 11px 15px;
  min-width: 150px;
  text-transform: uppercase;
  background-color: #2f5d86;
  margin-bottom: 10px;
  background-color: transparent;
}
@media screen and (max-width: 545px) {
  .blueBorder {
    min-width: 250px;
  }
}
.blueBorder:hover {
  color: #fff;
  background-color: #2f5d86;
}

.pride-top {
  display: flex;
  max-height: 1000px;
  overflow: hidden;
  position: relative;
}
.pride-top .coming-soon-pride {
  color: #a39377;
}
.pride-top .pride-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pride-top .pride-logo {
  position: absolute;
  max-width: 250px;
  right: 5%;
  top: 5%;
}
.pride-top .coming-soon {
  color: white;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pride-top .coming-soon h1 {
  font-size: 60px;
}

.pride-caption {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pride-caption {
    margin: 0px;
  }
}
.pride-caption h2 {
  color: #a39377;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 50px;
}
@media screen and (max-width: 767px) {
  .pride-caption h2 {
    font-size: 40px;
  }
}
.pride-caption .bottom {
  background-color: #a39377;
  color: white;
  padding: 40px;
}
.pride-caption .bottom h3 {
  font-size: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.pride-caption .bottom p {
  color: white;
  font-size: 20px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}

.logo-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}
.logo-bottom img {
  max-width: 300px;
}

/*# sourceMappingURL=legacy-pride.css.map */
