body {
  background-color: #000 !important;
}
.language a {
    text-decoration: underline;
}
ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
ul li, ol li {
  line-height: 30px;
}
ul li i {
  vertical-align: middle;
}
em {
  font-size: 14px;
}
p {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.gfiframe {
    background-color: #ffffff;
}
a, a:hover, a:focus {
  text-decoration: underline;
  outline: 0;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin-bottom: 20px;
  color: #fff;
}
h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}
h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}
h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}
h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
h6 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
ul, ol .bullets {
  list-style: disc;
  color: #fff !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: normal;
  font-size: 21px;
  font-weight: 600;
  margin-left: 20px;
}
.bulletitem {
  margin-bottom: 20px !important;
}
.pt-10 {
  padding-top: 6rem;
}
.pt-7 {
  padding-top: 4rem;
}
/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}
.image-grid img {}
.image-grid a:hover img {}
/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: rgba(00, 00, 00, 0.8);
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 1.5rem;
  z-index: 10;
}
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}
.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}
.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}
.lightbox-modal .carousel-control-prev, .lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}
.lightbox-modal .carousel-control-prev {
  left: 80px;
}
.lightbox-modal .carousel-control-next {
  right: 80px;
}
.footer {
  z-index: 900;
  padding: 55px 0;
  font-weight: 300;
}
.footer p {
  font-size: 16px;
  color: #fff;
}
.footer p a {
  font-size: 16px;
  color: #c8102e;
}
a.btn-primary {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  border: 4px solid #f5ff1e;
  border-radius: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 600;
  color: #f5ff1e;
  font-size: 21px;
  text-align: center;
  transition: all 0.2s;
}
a.btn-primary:hover {
  background-color: #000;
  color: #fff;
  border: 4px solid #fff;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 17px;
  }
  a.btn-primary {
    display: block;
    margin: 0.2em auto;
  }
  .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .pt-10 {
    padding-top: 1rem;
  }
  #Venue h3, p {
    text-align: center;
  }
}