.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

h1 {
  font-family: din-condensed, sans-serif;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #888897;
  font-size: 4rem;
}

h2, h3, h4 {
  font-family: din-condensed, sans-serif;
}

.resource-page {
  background-color: #e6e7ee;
}

.resource-page > .container, .resource-page > footer > .container {
  background-color: white;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.resource-page > .container {
  min-height: calc(100vh - 178px);
}

.feature-content {
  background-color: #e6e7ee;
}

.container {
  max-width: 960px;
}

.site-header {
  background-color: #262626;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.product-device {
  position: absolute;
  left: calc(50% - 30%);
  bottom: -20vh;
  width: 60%;
  height: 90vh;
  background-image: linear-gradient(-70deg, rgb(10,10,10) 0%, rgb(44,44,44) 50%,  rgb(0,0,0) 50%, rgb(0,0,0) 100%);
  border-radius: 21px;
  border: 4px solid black;
}

.product-device::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 0;
  left: 30px;
  content: "";
  background-image: url("../img/screenshot.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 0px;
}

.bg-products {
  background-image: url("/assets/img/shows/blurred/comet.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-purchase {
  background-image: url("/assets/img/shows/blurred/anastasia.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-post-purchase {
  background-image: url("/assets/img/shows/blurred/festival.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-downloads {
  background-image: url("/assets/img/shows/blurred/hadestown.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-kb {
  background-image: url("/assets/img/shows/blurred/bts.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-sign-up {
  background-image: url("/assets/img/shows/blurred/moulin-rouge.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-contact-us {
  background-image: url("../img/shows/large_3200/Bye_Bye_Birdie.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}



.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.hidden {
  display: none !important;
}

.money-amount {
  font-weight: bold;
}

body {
  min-height: 100vh;
}

.blur {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

#registeredNameHelpText {
  color: white !important;
}

.data-column{
  width: 10px;
  white-space: nowrap;
  border-bottom: 1px solid #bbbbbb;
}

tr.data-row:hover{
  background-color: #eeeeee;
}

/* Dropdown Button */
.drop-button {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.drop-button:hover, .drop-button:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.card-links {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 2.5rem);
  text-align: center;
}
.extra-bottom-padding {
  padding-bottom: 35px;
}

.terms p{
  font-size: 0.5rem;
}

#page .container {
  padding-bottom: 50px;
}

.container.with-white-bg {
  background-color: rgba(255,255,255,0.6);
}

.card-image {
  background-position: 50% 50%;
  background-size: cover;
}

.card-image.left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card-image.right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.evan-hansen {
  background-image: url("/assets/img/shows/small/evan-hansen.jpg");
}

.guggenheim {
  background-image: url("/assets/img/shows/small/Guggenheim_Bilbao_20th.jpg");
}

.apollo {
  background-image: url("/assets/img/shows/small/Apollo_50.jpg");
}

.fashion-single {
  background-image: url("/assets/img/shows/small/05-area-fall-2018.jpg");
  background-position: 50% 0%; !important;
}

.mormon {
  background-image: url("/assets/img/shows/small/book-of-mormon-nick-rouleau-and-cast-16.jpg");
}

.sub-nav {
  background-color: #841919;
  color: white;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}

.sub-nav ol {
  padding-top: 5px;
  padding-bottom: 5px !important;
  color: white;
}

.sub-nav a {
  color: white;
}

.sub-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
}

.lg-2019-5 {
  background-image: url("../img/lg2019-1.jpg");
  background-size: 100% auto;
  background-position: 50% 53%;
}

nav .nav-link {
  padding: 0.5rem 0;
}

.history h1 {
  padding: 20px 0 0px 0;
}

.shop-orders h1, .focus-charts h1 {
  padding: 20px 0;
}

.history h3, .shop-orders h3, .focus-charts h3 {
  padding: 15px 0;
}

.img-wrapper {
  text-align: center;
}

.img-wrapper img {
  filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.3));
  padding: 20px;
  max-width: 80%;
}

#account-view p {
  line-height: 1.5;
  min-height: 2.4rem;
  padding: .375rem 0rem;
  margin-bottom: 1rem;
}

.parallax {
  height: 70vh;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax img {
  width: 75%;
  margin: 0 12.5%;
  margin-top: 25px;
  filter: drop-shadow(0 0 1rem rgba(255,255,255,0.8));
}

#nav {
  min-height: 50px;
  background-color: #262626;
  width: 100%;
}
.nav-item {
  min-height: 40px;
}

footer > .container{
  padding-bottom: 3rem;
}

#footer .list-inline {
  margin-bottom: 0;
}

.bg-moulin #footer p {
  color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #262626;
}

.features.right-image {
  width: 500px;
  position: absolute;
  left: 560px;
  top: 35px;
}

.features.left-image {
  width: 500px;
  position: absolute;
  right: 585px;
  top: 20px;
}

.features.labels-image {
  width: 450px;
  position: absolute;
  right: 585px;
  top: -40px;
}

.features.paperwork-image {
  width: 500px;
  position: absolute;
  right: 540px;
  top: -70px;
}

.features.power-control-image {
  top: -10px;
}

.features.eos-image {
  top: -60px;
}

.features.vwx-image {
  top: -40px;
  left: 590px;
}

.feature-card {
  margin-top: 4rem;
  min-height: 350px;
  padding: 3rem;
}

.feature-card.right {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #aec3f8;
}

.feature-card.left {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #bcaef8;
}

.feature-card h5::before {
  content: " - ";
}

a .card {
  text-decoration: none;
  color: black;
}

a:hover .card * {
  text-decoration: none !important;
}

.navbar-toggler {
  border: 1px solid #999;
}

.nav-icon {
  width: 32px;
  height: 4px;
  background-color: #999;
  margin: 6px 0;
  display: block;
}

.card-image .card-image-caption {
  opacity: 0;
  transition: 0.5s opacity;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
}

.card-image:hover .card-image-caption {
  opacity: 1;
}

.purchase-title {
  font-weight: 600;
  display: block;
}