@font-face {
    font-family: "Aramis Italic";
    font-display: block;
    src: url("/fonts/aramisi.woff2") format("woff2"),
        url("/fonts/aramisi.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aramis";
    font-display: block;
    src: url("/fonts/aramis.woff2") format("woff2"),
        url("/fonts/aramis.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #f8f9fa;
  background-image: url(../images/vagabond.svg);
  background-size: 500px;
  background-position: calc(100% + 175px) calc(100% + 750px);
  background-repeat: no-repeat;
}

body.no-sticky {
  padding-top: 109px;
}

a img.img-thumbnail:hover {
  border-color: var(--primary);
}

address {
  margin-bottom: 0;
}

h1 sup {
  top: -.4em;
}

a[href^="tel:"] {
    white-space: nowrap;
}

#ticket {
  height: 30px;
  width: 30px;
}

#carousel {
  background-color: #222;
}

#calRow {
  background: #222 url('../images/halftone_seats.jpg') center bottom repeat-x;
  background-color: #222;
}

#cal {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #600;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
}

#calDisplay {
  text-align: right;
}

#calRow h3 {
 font-family: 'Cinzel', 'Garamond', 'Times New Roman', serif;
 font-size: 200%;
 padding: 0px;
 margin: 0px;
 margin-bottom: .25em;
 text-align: center;
 font-weight: bold;
}

#events {
  color: #fff;
}

#title {
  font-weight: bold;
  text-shadow: .05em .05em .10em #999;
  font-size: 220%;
  letter-spacing: .01em;
  line-height: .5;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: .1em;
}

#tag {
  position: relative;
  left: .3em;
  font-family: 'Aramis Italic', Helvetica, Arial, sans-serif;
  font-size: 160%;
  display: inline-block;
  top: .35em;
}

#icon {
  height: 60px;
  width: 70px;
  position: fixed;
  left: 1em;
  top: .3125em;
  z-index: 9999;
}

.arrows a {
    width: 40px;
    height: 38px;
}

.audition_body>p, .audition_body>ul {
  margin-left: 2em;
}
.audition_body>h3 {
  margin-bottom: 0;
}

.audition_body {
  margin-bottom: 3em;
}

.bpf_link {
  display: inline-block;
  height: 100px;
  width: 155px;
  font-size: 600%;
  line-height: 1;
}

.brand_icon {
  color: #000;
}

.brand_icon:hover {
  color: #600;
}

.card h4 {
  font-family: Cinzel;
}

.card p {
  font-family: Raleway;
}

.card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card-img-overlay {
  background: linear-gradient(transparent,rgba(0,0,0,.5) 20%);
  color: #fff;
  top: auto;
  text-align: center;
}

.carousel-caption {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(transparent,rgba(0,0,0,.5) 20%,#222 80%);
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.carousel-item {
  height: 40rem;
  background-color: #222;
}

.carousel-inner img {
  width: 100%;
}

.carousel-indicators li {
  cursor: pointer;
  cursor: hand;
}

.darkBg #face {
  fill: #fff;
}

.darkBg #neck {
  fill: none;
}

.darkBg #eyes {
  fill: none;
}

.day {
    height: 40px;
    width: 40px;
    font-size: 18px;
    float: left;
    margin: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.day:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 2px;
    left: -5px;
    background-color: #FFF;
    transform: rotate(-15deg);
    z-index: -1;
}

.day>a, .day>span {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    padding: .25em;
    padding-top: .75em;
    font-weight: bold;
}

.day a.earlyShow {
    position: absolute;
    transform: rotate(40deg);
    transform-origin: bottom right;
    border-bottom: 2px solid #ffa600;
    width: 150%;
    left: -50%;
    z-index: 10;
}

a.earlyShow>span {
    display: inline-block;
    transform: rotate(-40deg);
    position: relative;
    left: -.85em;
    top: -.15em;
}

.day a.lateShow {
    position: absolute;
    text-align: left;
    font-size: 90%;
    padding-top: 1.1em;
    z-index: 5;
}

.deco {
  font-family: 'Cinzel Decorative', 'Garamond', 'Times New Roman', serif;
  letter-spacing: -.15em;
  font-size: 120%;
}

.event {
  margin-left: .5em;
  font-size: 160%;
}

.event .title a {
  color: #fff;
  font-weight: bold;
}

.event .title a:hover {
  text-decoration: none;
  color: var(--secondary);
}

.footer-seperator {
  background: linear-gradient(rgba(0, 0, 0, .075), transparent);
  height: 5px;
}

.h3 {
  font-family: 'Aramis', Helvetica, Arial, sans-serif;
}

.history-icon {
  margin-left: 8rem;
}

.head {
  font-family: Cinzel;
  padding: 0 1rem 0;
  padding-top: 1.5em;
  margin-bottom: -1em;
  z-index: 1050;
  position: relative;
  /* overflow: hidden; */
  height: 66px;
  max-height: 66px;
  -webkit-transform: translate3d(0,0,0);
}
.head.no-sticky {
  position: fixed !important;
  padding-bottom: 85px;
  z-index: 1000;
}

.head img {
  margin-right: 1rem;
}

.season-hr {
  margin-top: 5em;
}

.icon-hide {
  visibility: hidden;
}

.lead {
    font-weight: 400;
}

.msac_link {
  display: inline-block;
}

.med-brand {
  text-shadow: .05em .05em .10em #999;
  font-family: Cinzel;
  position: fixed;
  left: 90px;
  top: .9em;
  font-size: 170%;
  z-index: 2000;
  font-weight: bold;
  line-height: 1;
}

.media-body a:hover {
  text-decoration: none;
}

.media.season {
  margin-bottom: -4em;
}

.media.season .media-body {
  position: relative;
  top: 2em;
}

.news-side-links {
  min-width: 200px;
  margin-top: 1.1em;
}

.next {
    opacity: .5;
}

.next:before{
    background-color: #FFF;
}

.next.show:before{
    background-color: #600;
}

h3 {
  font-family: "Aramis", Helvetica, Arial, sans-serif;
}

.out:before {
    background-color: transparent;
}

.page_body th {
  word-wrap: break-word;
}

.page_body table {
    margin-bottom: 0 !important;
}

.past:before {
    background-color: #CCC;
}

.season_heading p {
  max-width: 45rem;
  padding: 0px 1em;
  padding-bottom: 1em;
  margin: 0px auto;
  font-weight: bold;
  font-size: 115%;
}

.season_heading p.season_archive_link {
  font-weight: normal;
  font-size: 100%;
}

.season_archive {
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #999;
}

.season_archive p {
  width: 60%;
  line-height: 1;
  padding-left: 1rem;
  text-indent: -1rem;
}

.season_archive_gradient {
  background-image: linear-gradient(100deg, rgba(249, 249, 250, 1) 67%, rgba(249, 249, 250, .1));
}

.show:before{
    background-color: #600;
}

.show a:hover, .next a:hover {
    text-decoration: none;
    color: var(--secondary);
}

.today a:hover {
  text-decoration: none;
  color: var(--light);
}

.showtime {
  font-family: Raleway;
  font-style: italic;
  font-size: 70%;
  position: relative;
  left: 2em;
  top: -.5em;
}

.showtime sup {
  font-size: 80%;
}

.showtime a {
  font-style: normal;
}

.slug-link {
  color: #b0bfcc;
}

.small-brand {
  text-shadow: .05em .05em .10em #999;
  font-family: Cinzel;
  position: fixed;
  left: 90px;
  top: .6em;
  font-size: 130%;
  width: 150px;
  z-index: 2000;
  font-weight: bold;
  line-height: 1;
}

.sticky-top {
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.title {
  font-family: "Aramis", Helvetica, Arial, sans-serif;
  display: inline-block;
  line-height: 1.1;
}

.today:before {
    background-color: #FFA600;
}
.no-sticky .navbar-brand div {
  height: 35px !important;
}

.season_showname {
  font-size: 220%;
}

.first_show {
  top: 0 !important;
}

@media screen and (min-width: 1200px){
  .carousel-item {
    height: 45em;
  }
}

@media screen and (max-width: 992px){
  .no-sticky .navbar-brand div {
    height: 55px !important;
  }
  .carousel-item {
    height: 30em;
  }
  #cal {
    margin: 0 auto;
  }

  #calDisplay {
    text-align: center;
  }

  #events {
    text-align: center;
  }

  .event {
    margin-left: 0;
  }

  .showtime {
    left: 0;
  }

  .sidebar {
    max-width: 280px;
  }
  .season_archive p {
    width: auto;
  }
  .season_archive_gradient {
    background-image: linear-gradient(100deg, rgba(249, 249, 250, 1) 50%, rgba(249, 249, 250, .7)) !important;
  }
  .history-icon {
    margin: 0px auto;
  }

}

@media screen and (max-width: 1200px) {
  .season_archive_gradient {
    background-image: linear-gradient(100deg, rgba(249, 249, 250, 1) 60%, rgba(249, 249, 250, .1));
  }
}

@media screen and (min-width: 992px) {
  .sidebar {
    max-width: 280px;
  }
}

@media screen and (max-width: 340px) {
  .day {
    height: 30px;
    width: 30px;
    padding-top: .2em;
  }
  .day a, .day span {
    padding: 0;
  }
  .hr-season {
    margin-top: 0;
  }
  .media.season {
    margin-bottom: 0;
  }
  .small-brand {
    font-size: 100%;
    top: 1.25em;
  }
  .carousel-item {
    height: 25rem;
  }
  .season_showname {
    font-size: 150%;
  }
}

@media screen and (max-width: 768px) {
  .navbar.no-sticky {
    top: 0px !important;
    background-color: #f8f9fa;
  }
  .head.no-sticky {
    padding-bottom: 0 !important;
  }
  body.no-sticky{
    padding-top: 74px;
  }
  .season-hr {
    margin-top: 1em;
  }
  .media.season {
    margin-bottom: 0;
  }
  .media.season .media-body {
    top: 0;
  }
  .season_archive p {
    width: auto;
  }
  .season_archive {
    background-size: auto 100%;
  }
  .season_archive_gradient {
    background-image: linear-gradient(100deg, rgba(249, 249, 250, 1) 50%, rgba(249, 249, 250, .7));
  }
  .carousel-item {
    height: 25rem;
  }
  .season_showname {
    font-size: 200%;
  }
}
