@import url("https://use.typekit.net/pyw4sir.css");

html, body {  
background: #474747;
background: linear-gradient(180deg, rgba(71, 71, 71, 1) 17%, rgba(31, 31, 31, 1) 79%, rgba(0, 0, 0, 1) 100%); 
  width:100%; 
  min-height: 900px;
  color:#fff; 
}

.btn-primary {
  background: #fff;
  color: #000;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  border: none;
}

.top-margin {
    margin-top:120px!important;
    margin-bottom:10px!important;
}

.img-box-shadow {
    box-shadow: 5px 5px 15px #000;
}

footer {
    padding:20px;
    text-align: center;
}

.dark-panel {
 background: #353535; 
 padding: 10px;  
}

.light-panel {
 padding: 10px;
}

#container-main {
  background-image: url(/images/ribbon.png);
  background-repeat: repeat-y;
  background-position: top;
  background-size: contain;
}

a, a:hover {
    color: #eed235;
}

ul {
    list-style: square;
}

h1, h2, h4 {
    text-shadow: 3px 3px 5px #000;
    font-family: "alana-smooth", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #eed235;
}

h3 {
    text-shadow: 3px 3px 5px #000;
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 4em;
}

p {
    text-shadow: 3px 3px 5px #000;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.nav-tickets {
    color: #ffc600;
  border: 1px solid #fff;
  border-radius: 5px;
}

.navbar-toggler {
    color: #fff;
  display: block;
  border: 1px solid #fff;
}

#player .now-playing-title {
  font-size:26px;
}

.text-bg-primary {
  background-color: #8a00ff!important;
  color: #fff!important;
}

.nav-link {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 2px #000;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.active {
  color: #ffc600!important;
  text-decoration: underline;

}
.navbar {
  border-bottom: 10px solid #fff;
  background: #727272;
}

.shimmer {
  display:inline-block;
  -webkit-mask:linear-gradient(-60deg,#fff 30%,#0000,#fff 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 1s 3;
}

.shimmer-loop {
  display:inline-block;
  -webkit-mask:linear-gradient(-60deg,#fff 30%,#0000,#fff 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 1s infinite;
}

@keyframes shimmer {
  100% {-webkit-mask-position:left}
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active {
  background-color: transparent;
  border: none!important;
  font-size: 26px;
  margin-top: 2px;
  text-shadow: 2px 2px 2px #000;
}

#btn-donate {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #ff3fef;
  color: #fff;
}

.stripe {
background: #5e3f00;
background: linear-gradient(260deg, rgba(94, 63, 0, 1) 8%, rgba(255, 202, 133, 1) 92%, rgba(255, 223, 186, 1) 100%);
 height: 10px;
  width: 100%;
}


@media only screen and (max-width: 540px) { 

    .navbar-brand > img {
        max-width: 300px;
    }

    h1 {
        font-size: 3.5em;
    }

    h2 {
        font-size: 3em;
    }

    .top-margin {
        margin-top:10px!important;
        margin-bottom:10px!important;
    }

}

