html, body {
  font-family: "Futura", "Helvetica", "Times New Roman", sans-serif;
  height: 100%;
  margin: 0 auto;
}

#footer {
  width: 100%;
  text-align: center;
}

#footer p {
  margin-top: 5px;
  padding-bottom: 10px;
}

#header {
  display: inline-flex;
  margin-bottom: 3.5vw;
}

#header-animation {
  vertical-align: top;
  width: 100%;
  text-align: center;
  position: relative;
  height: 31.25vw;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

#header-banner {
  vertical-align: top;
  width: 60%;
  text-align: center;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  top: 5vw;
  z-index: 2;
}

#header-banner h1 {
  font-size: 3.0vw;
  margin: 1px;
}

#header-banner img {
  width: 92.3%;
  height: auto;
}

#angela img, #angelo img {
  width: 100%;
  height: auto;
}

#angela {
  width: 20%;
  height: auto;
  z-index: 1;
  float: left;
  position: relative;
  left: 6vw;
}

#angelo {
  width: 20%;
  height: auto;
  z-index: 1;
  float: left;
  position: relative;
  left: -9vw;
  top: 3vw;
}

.tab-ctrl .tabs {
  display: flex;
  padding: 2px 3.33vw;
  margin: 0;
  list-style-type: none;
}

#tabs_story, #tabs_news, #tabs_investors {
  color: black;
}

#tabs_contact, #tabs_media, #tabs_cast
{
  color: red;
}

.tab-ctrl .tabs li.inactive:hover {
  border: 2px red solid !important;
}

.tab-ctrl .tabs li.active {
  display: inline-block;
  list-style: none;
  border: 2px blue solid;
  font-size: 2.1vw;
  padding: 1.125vw 1.5vw;
  margin: 0 auto;
  color: inherit;
  text-align: center;
}

.tab-ctrl .tabs li.inactive {
  display: inline-block;
  list-style: none;
  border: 2px black solid;
  font-size: 2.1vw;
  padding: 1.125vw 1.5vw;
  margin: 0 auto;
  color: inherit;
  text-align: center;
}

.tab-ctrl .tab-content.collapsed {
  padding: 2px 3.33vw;
  margin: auto .444vw;
  height: auto;
}

.tab-ctrl .tab-content {
  padding: 2px 3.33vw;
  margin: 0 .444vw;
  height: auto;
}

.tab-ctrl .tab-content .tab-pane {
  width: 100%;
  border: 1px black solid;
  font-size: 2.2vw;
  padding: 0;
  margin: 0 auto;
  position: sticky;
  top: 0;
}

.tab-ctrl .tab-content .tab-pane .pane-content {
  padding: 1.78vw;
  height: 500px;
  overflow-y: scroll;
  position: relative;
  vertical-align: top;
  margin: 0 auto;
}

.tab-ctrl .tab-content .tab-pane .pane-content p {
  margin: 0;
  padding: 0 1vw 1.8vw 1vw;
}

.tab-ctrl .tab-content .tab-pane .pane-content h1 {
  font-size: 1.3em;
  margin: 0;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0.5s, opacity 0.5s, height 0.5s linear;
}

.visible {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0.5s, opacity 0.5s, height 0.5s linear;
}

.cast__img-panel {
  width: 100%;
  display: inline-flex;
  height: 140px;
}

.bio__image.unselected {
  width: auto;
  height: 140px;
  z-index: 1;
}

.bio__image.selected {
  width: auto;
  height: 100%;
  max-height: 180px;
  z-index: 2;
}

.bio__image.unselected img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.bio__image.unselected:hover img {
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.bio__image.selected img {
  width: 125%;
  height: 100%;
  opacity: 1;
  border: thick black solid;
}

.bio__text-wrapper {
  height: 200px;
  overflow-y: scroll;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.bio__content {
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#story__bulb {
  width: 5.625vw;
}

#story__david {
  width: 20%;
  height: auto;
}

#story__luis, #story__judge {
  width: inherit;
  height: auto;
}

#story__david img, #story__luis img, #story__judge img, #story__bulb img {
  width: 100%;
}

#news__rehearsal, #news__rehearsal img, #news__rehearsal-2, #news__rehearsal-2 img, #news__judge, #news__judge img, #news__poster, #news__poster img {
    width: 50%;
    height: auto;
    margin: auto;
}

@media (min-width: 320px) and (max-width: 512px) and (orientation: portrait) {
  .bio__image.unselected {
    display: none;
    visibility: hidden;
    margin: auto;
    height: 25%;
    width: auto;
  }

  .bio__image.selected {
    margin: auto;
    height: 25%;
    width: auto;
    visibility: visible;
    display: inherit;
  }

  .bio__image img {
    width: 50% !important;
    height: auto;
    margin: auto;
  }

  .tab-ctrl .tab-content .tab-pane {
    font-size: 4.25vw;
  }

  .pane-content {
    height: 200px;
  }

  .cast__img-panel {
    width: 100%;
    display: block;
  }
}
