@charset "UTF-8";
body {
  padding-top: 105px; }

html,
body {
  overflow-x: hidden; }

#accordian a:visited {
  color: #742a8d; }

.navbar {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  background: #fff; }
  .navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 1.4rem; }

.btn-outline-primary {
  background-color: #fff; }
  .btn-outline-primary:hover {
    color: #742a8d;
    background-color: lightgray; }

#nav-title {
  font-size: 30px;
  font-weight: 200; }

#schedule .card-dark:hover {
  background: #85419c;
  color: #fff; }
  #schedule .card-dark:hover .text-muted {
    color: #fff !important; }
  #schedule .card-dark:hover .text-primary {
    color: #fff !important; }
  #schedule .card-dark:hover hr {
    color: white; }

#home::before,
#profile::before,
#videos::before,
#store::before,
#filmcredits:before {
  display: block;
  content: ' ';
  margin-top: -105px;
  height: 105px;
  visibility: hidden; }

.info-header {
  width: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid; }

#classmates img {
  margin-top: -50px; }
#classmates .card:hover {
  background: #77a942;
  color: #fff; }
  #classmates .card:hover .text-muted {
    color: #fff !important; }
#classmates .card-dark:hover {
  background: #85419c;
  color: #fff; }
  #classmates .card-dark:hover .text-muted {
    color: #fff !important; }
#classmates .fab {
  color: #fff; }

#store ul {
  list-style-position: inside; }

#filmcredits .card {
  height: 100%; }
#filmcredits .card:hover {
  background: blue;
  color: #fff !important; }

.carousel-item {
  height: 550px; }
  .carousel-item .carousel-caption {
    bottom: auto; }

.carousel-text-outline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.carousel-image-1 {
  background: url("../img/kleinhans02.JPG");
  background-size: cover; }

.carousel-image-2 {
  background: url("../img/lights.jpg");
  background-size: cover; }

.carousel-image-3 {
  background: url("../img/circle-of-fifths-spiral.png");
  background-size: cover; }

.carousel-image-4 {
  background: url("../img/interval-quality-chart.png");
  background-size: cover; }

.carousel-image-5 {
  background: url("../img/dayita-piano.jpeg");
  background-size: cover; }

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.dark-overlay-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.dark-overlay-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#video-play {
  position: relative;
  min-height: 200px;
  background-image: url("../img/rinergig1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 105px;
  text-align: center;
  color: #fff; }

#video-play a {
  color: #fff; }

.ekko-lightbox-nav-overlay {
  display: flex !important;
  justify-content: space-between;
  width: 100% !important;
  opacity: 1 !important;
  height: auto !important;
  top: 50%; }

.ekko-lightbox-nav-overlay a {
  flex: 0;
  opacity: 1 !important;
  text-shadow: none !important;
  height: 100%;
  color: #fff; }
  .ekko-lightbox-nav-overlay a span {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.ekko-lightbox-nav-overlay a:hover {
  color: #742a8d; }

.audiojs {
  width: 365px;
  font-family: monospace; }
  .audiojs .play-pause {
    width: 40px; }
  .audiojs .scrubber {
    background: none repeat scroll 0 0 #5a5a5a;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 1px solid #3f3f3f;
    float: left;
    height: 14px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 200px;
    /* smaller width */ }
  .audiojs .time {
    border-left: 1px solid #000000;
    color: #dddddd;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0;
    /* no margin */
    padding: 0 6px 0 9px;
    /* 2px smaller left padding */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

@media (max-width: 991px) {
  .carousel-item {
    height: 525px !important; } }
@media (max-width: 768px) {
  body {
    padding-top: 60px; }

  .navbar {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }

  .carousel-item {
    height: 720px !important; }

  .mb-resp {
    margin-bottom: 1rem; }

  #showcase {
    min-height: 500px; }
    #showcase h1 {
      font-size: 4rem; }

  #profile #profile-image {
    text-align: center; }
  #profile #profile-name {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px; }

  #video-play {
    position: absolute;
    min-height: 200px;
    background-image: url("../img/rinergig1.jpg");
    background-attachment: initial;
    background-position: 0 105px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top; } }
@media (max-width: 575px) {
  #carouselImage2 {
    background: url("../img/kleinhans02.JPG");
    background-size: cover; }
    #carouselImage2 .carousel-caption {
      display: none; }

  .carousel-image-2 .carousel-caption {
    bottom: auto;
    top: 0%; }

  #wrapper {
    width: 320px !important;
    padding-right: 20px; }

  #nav-title {
    font-size: 20px;
    font-weight: 200; }

  .audiojs {
    width: 300px;
    font-size: 10px;
    /* reduced font size */ }
    .audiojs .scrubber {
      width: 150px;
      /* smaller width */ } }
@media (max-width: 375px) {
  #store {
    font-size: 13px; }
    #store ul {
      list-style-position: inside;
      padding-inline-start: 0px; }
    #store .col-md-9 {
      padding: 0px; }

  .carousel-item {
    height: 750px !important; }

  .carousel-caption h1 {
    font-size: 40px !important; }

  .mt-5 {
    margin-top: 2rem !important; }

  #wrapper {
    width: 255px !important; }

  .audiojs {
    width: 230px;
    font-size: 10px;
    /* reduced font size */ }
    .audiojs .scrubber {
      width: 170px;
      /* smaller width */ } }
#wrapper {
  margin: 10px auto 50px auto; }
  #wrapper ol {
    padding: 0px;
    margin: 0px;
    list-style: none inside;
    color: #ccc;
    border-top: 1px solid #ccc;
    font-size: 0.9em; }
    #wrapper ol a {
      color: #888;
      text-decoration: none; }
    #wrapper ol li {
      position: relative;
      margin: 0px;
      padding: 9px 2px 10px;
      border-bottom: 1px solid #ccc;
      cursor: pointer; }
    #wrapper ol li a {
      display: block;
      text-indent: -3.3ex;
      padding: 0px 0px 0px 20px; }
    #wrapper ol li.playing {
      color: #fff;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
    #wrapper ol li.playing a {
      color: #fff; }
    #wrapper ol li.playing:before {
      content: '♬';
      width: 14px;
      height: 14px;
      padding: 3px;
      line-height: 14px;
      margin: 0px;
      position: absolute;
      left: -24px;
      top: 9px;
      color: #fff;
      font-size: 13px;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
  #wrapper #shortcuts {
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #666;
    font-size: 0.9em;
    margin: 60px 0px 0px;
    padding: 20px 20px 15px;
    background: #f3f3f3;
    background: rgba(240, 240, 240, 0.7); }
  #wrapper #shortcuts div {
    width: 460px;
    margin: 0px auto; }
  #wrapper #shortcuts h1 {
    margin: 0px 0px 6px; }
  #wrapper #shortcuts p {
    margin: 0px 0px 18px; }
  #wrapper #shortcuts em {
    font-style: normal;
    background: #d3d3d3;
    padding: 3px 9px;
    position: relative;
    left: -3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 480px) {
  #wrapper {
    position: relative;
    left: -3%; }

  #shortcuts {
    display: none; } }
