header {
  width: 100%;
  background: rgba(255,255,255,0.70);
  text-align: center;
}

.logo{
  vertical-align: middle;
  border-style: none;
  height: 150px;
  width: 500px;
}

/*!
 * Start Bootstrap - Business Casual v5.0.2 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  font-family: 'Lora';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8,0,64, 0.65))), url("../img/bg.jpg");
  background: linear-gradient(rgba(8,0,64, 0.65)), url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

.h1, h1 {
  font-size: 2rem;
}

.h2, h2 {
  font-size: 1.5rem;
}

p {
  line-height: 1.75;
}

.back {
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  border-width: thin;
  border-radius: 6px;
}

.submit {
  cursor: pointer !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 2rem;
}

.page-section-clear {
  margin-bottom: 5rem;
}

.page-section-bottom {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.page-section-top-clear{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-section-bottom-clear {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.concert {
  display: block;
  font-size: 2rem;
  font-weight: 100;
  color: #6a138d !important;
}

.promo {
  display: block;
  font-size: 1rem;
  font-weight: 100;
  color: #e66e58 !important;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

#mainNav {
  background-color: rgba(8,0,64, 1);
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: #e6a756;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #e6a756;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #cf8018;
  }
}

.container {
  max-width: 1300px;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.navcon {
  max-width: 1600px;
  display: flex !important;
  justify-content: center !important;
}

ul {
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.scroll-show .nav-link {
  color: rgb(18, 32, 58);
}

.scroll-show .nav-link .nav-link:hover {
  color: rgba(255, 255, 255, 0.4);
}

.scroll-show .nav-link.active {
  color: #cf8018;
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

.intro-left {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 42%;
    float: right;
  }
  
  .intro-left .intro-img-left {
    width: 42%;
    float: left;
  }
  
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }

  .intro-left .intro-text {
    right: 0;
    width: 60%;
    position: absolute;
  }

  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 60%;
  }
}

.clear {
  background-color: rgba(40,0,56, 0) !important;
}

.cta {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(40,0,56, 0.9);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  padding-top: 1rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

.about-heading-img {
  margin-top: 2rem;
  position: relative;
  z-index: 0;
}

.about-heading-content {
  margin-top: -2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.text-links {
  position: inherit;
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -2rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -2rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #e6a756;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.roles {
  margin-left:auto;
  margin-right:auto;
}
.roles tr{
  vertical-align: top;
}

.apps {
  margin-left:auto;
  margin-right:auto;
}
.apps tr{
  vertical-align: top;
}

.prev-concert tr{
  vertical-align: top;
}

.facetext {
  text-align: start;
  Height: 50px;
}

.address strong {
  font-size: 1.2rem;
}

.facelink {
  display: inline;
}

.footer {
  background-color: rgba(8,0,64, 1);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 99999999;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  border: none;
  border-radius: 4px;
  background-color: #eee;
  padding: 15px 4px 14px;
  width: auto;
  height: 0px;
  text-decoration: none;
  line-height: 0px;
  line-height: 0px;
  font-size: 0.9em;
}

#topBtn:hover {
  background-color: #555;
  color: #fff;
  cursor: pointer;
}

.text-primary {
  color: #e6a756 !important;
}

.bg-primary {
  background-color: #e6a756 !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #280038;
  border-color: #280038;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #df902a;
  border-color: #df902a;
}

.font-weight-light {
  font-weight: 100 !important;
}


.nav-link {
	text-align: center;
}

.py-5 {
  padding-top: 0.2rem!important;
  padding-bottom: 0.2rem!important;
}

.footersections{
  float: left;
}

@media (min-width: 992px) {
  .footersections {
      display: inline-block;
      float: none;
  }
}

.facebook {
  vertical-align: middle;
  border-style: none;
  margin-top: 2px;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .facebook {
    vertical-align: middle;
    border-style: none;
    margin-top: -2px;
    margin-left: 20px;
  }
}

.form {
  position: inherit;
}

.formwidth {
  width: 55%;
}

@media (max-width: 626px) {
  .formwidth {
    width: 130%;
    margin-left: -50px;
  }
  label {
    display: inline-block;
    margin-bottom: 1rem;
    word-wrap: break-word;
    width: 60%;
  }
  select {
    width: 130% !important; 
    margin-left: -50px;
  }
}

select {
  width: 55%;
}

label {
  display: inline-block;
  margin-bottom: 1rem;
  word-wrap: break-word;

}

.iframetext {
  width: 100%;
  height: 1040px;
  margin: 0 auto 0 auto;
  background-color: rgb(45 41 46);
  font-size: 14.0px;
  position: inherit;
}

.iframegallery {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: rgb(45 41 46);
  font-size: 14.0px;
  position: inherit;
  margin-bottom: 20px;
}

.iframemap {
  position: inherit;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 992px) {
  .iframemap {
      position: inherit;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
  }
}

.imgur-embed-iframe-pub{
  min-width: 100%;
  width: 100% !important;
  margin-bottom: -7px !important;
  margin-top: -1px !important;
}

.apps tr td{
  border: 1px solid black;
  border-collapse: collapse;
}

.apps tr{
  border: 1px solid black;
  border-collapse: collapse;
}

.sniptable {
  width: 100%;
  text-align: center!important;
  position: relative;
}

.sniptable a {
  font-size: 1.8rem;
    font-weight: 80;
    margin-bottom: -20px;
    display: block;
}

.maillink {
  text-align: center!important;
  z-index: 100000000!important;
}

.maillink:hover {
  cursor: pointer!important;
}

:root {
  --count: 4; /* Update this number to the same as the number of sections being shown on the news scroller */
  --section: 800;
  --speed: 15;
  --screen: calc(-100vw / 1);
  --duration: calc(var(--speed) * var(--count));
  --size: calc((var(--section) * var(--count)) * 1px);
  --extra: calc(var(--size) + var(--screen));
  --finish: calc(var(--size) + var(--extra));
}

.scroll-container {
  width: 100%;
  overflow: hidden;
}

.scroll-show {
  height: 30px;
  FONT-WEIGHT: bold;
  font-size: larger;
  display: flex;
  color: rgb(18, 32, 58);
  width: calc(var(--section)* 1px);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
}

.scroll-hide {
  height: 30px;
  FONT-WEIGHT: bold;
  font-size: larger;
  display: none;
  color: rgb(18, 32, 58);
}

.concert-hide {
  display: none;
}

.marquee-container {
  overflow: hidden;
  background: rgba(255,255,255,0.70);
  height: 30px;
  border-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,255,255,0.70);
  border-top-color: rgba(255,255,255,0.70);
  border-top-style: solid;
  width: calc(var(--size));
}

.marquee {
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: calc(var(--duration) * 1s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee-container:hover .marquee{
  animation-play-state: paused;
}

.marquee2 {
  animation-delay: calc((var(--duration) / 2) * 1s);
}

@keyframes marquee {
  0% {
    left: 100vw;
  }
  100% {
    left: calc(var(--finish) * -1);
  }
}