@charset "UTF-8";
/* CSS Document */
html {}
body {}
footer {}
.index-bottom {
  bottom: -100;
  width: 100%;
}
.card-deck {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.card {
  flex: 1 1 auto;
}
.membership-card-text {
  font-size: .9rem
}
.membership-card-list {
  margin-left: -15px;
}
.membership-card-invisible-text {
  color: white;
}
.wrapper-index {
  margin-top: 260px;
  position: relative;
  width: 99%;
  margin: 0 auto;
  max-width: 1600px;
}
.wrapper {
  position: relative;
  width: 99%;
  margin: 0 auto;
  max-width: 1600px;
}
.wrapper-main-template {
  position: relative;
  width: 99%;
  margin: 0 auto;
  max-width: 2600px;
}
.wrapper-2 {
  position: relative;
  min-height: 100vh;
  width: 99%;
  margin: 0 auto;
  max-width: 1800px;
}
.banner-index {
  margin: 0 auto;
  width: 100%;
  background-color: black;
  color: white;
  position: fixed;
  z-index: 3;
}
.brand-logo {
  width: 85%;
  max-width: 340px;
}
.hero-image-index {
  width: 100%;
  height: 400px;
  z-index: 0;
  background-position: center;
  background-image: url("images/Banner-ColorCam-Dark.jpg");
}
.hero-image-index-small {
  width: 100%;
  height: 340px;
  z-index: 0;
  background: center;
  background-repeat: no-repeat;
  background-image: url("images/index-banner-small.jpg");
}
.hero-image-visit {
  position: relative;
  width: 100%;
  height: 400px;
  background: center;
  background-image: url("images/");
}
.hero-image-content {
  text-align: center;
  color: black;
  margin: 0 auto;
  z-index: 2;
}
.hero-image-main-text {
  padding-top: 170px;
  color: white;
  font-size: 46px;
  font-weight: 100;
}
.hero-image-caption-small {
  position: absolute;
  top: 370px;
  right: 5px;
  font-size: 9px;
  color: white;
}
.hero-image-caption-lg {
  position: absolute;
  top: 430px;
  right: 5px;
  font-size: 10px;
  color: white;
  z-index: 1;
}
.hero-image-visit-caption {
  position: absolute;
  top: 290px;
  left: 5px;
  font-size: 10px;
  color: white;
}
.membership-top {
  background-color: grey;
  height: 90px;
}
.membership-top-content {
  padding-top: 7%;
  color: white;
}
.verticalLine {
  opacity: .8;
  display: inline;
  font-weight: 100;
  height: 100px;
  border-right: 2px solid white;
  margin-right: 7px;
  padding-left: 3px;
}
.carousel-text {
  position: absolute;
  left: 10%;
  top: 43%;
  color: white;
  font-weight: 350;
  text-align: center;
  width: 80%;
}
@media (max-width: 450px) {
  .brand-logo {
    width: 65%;
  }
}
@media (max-width: 576px) {
  .carousel-text {
    font-size: 1.6em;
  }
}
@media (min-width: 576px) {
  .carousel-text {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .carousel-text {
    font-size: 2.3em;
  }
  .index-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  html {
    position: relative;
    min-height: 100%;
    padding-bottom: 160px;
  }
  body {
    margin-bottom: 340px;
  }
}
@media (min-width: 992px) {
  .carousel-text {
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  .carousel-text {
    font-size: 3.0em;
  }
}
@media (min-width: 1400px) {
  .carousel-text {
    font-size: 3.5em;
  }
}
.divider {
  position: relative;
  margin-top: 90px;
  height: 1px;
}
.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}