@font-face {
  font-family: 'north-plains';
  src: url("./North Plains.ttf");
}

@media only screen and (max-device-width: 480px) {
  #main {
    font-size: 25px;
  }
  
  #img-back {
    top: 15em;
  }

  #content-panel {
    max-width: 85%;
  }
  
  .us-text-box {
    font-size: 40px;
  }

  #footer-text {
    font-size: 1.3em;
    width: 90%;
  }
}
@media only screen and (min-device-width: 480px) {
  #img-back {
    top: 7em;
  }
  
  #content-panel {
    max-width: 550px;
  }
  
  .us-text-box {
    font-size: 25px;
  }
  
  #footer-text {
    width: 480px;
  }
}

body {
  text-align: center;
  background-color: black;
  color: white;
  overflow-y: scroll;
}

a {
  color: rgb(216, 196, 255);
}

.north-plains {
  font-family: 'north-plains';
}

.arial {
  font-family: 'Arial';
  
}

#main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shadow {
  text-shadow: .05em .05em .1em #0000FF;
}

.background-white {
  position: absolute;
  left:0; top: 0; width: 100%; height: 100%;
  background-color: white;
}

.main-title {
  font-size: 5em;
  white-space: nowrap;
  margin-top: .2em;
}

.title-dark {
  color: black;
  font-size: 9em;
  white-space: nowrap;
  margin-top: .2em;
}

#background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  background-color: black;
}

#img-back {
  position: absolute;
  left: 0;
  background-color: rgb(0,0,48);
  width: 100%;
  
}

#back-image {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./photos/Image03.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: .2;
}

.top-img-border{
  position: absolute;
  top: 0; width: 100%; height: 8%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.bottom-img-border{
  position: absolute;
  bottom: 0; width: 100%; height: 8%;
  //background-color: green;
  background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

#nav-set {
  font-size: 2.7em;
  margin-top: .3em;
  user-select: none;
}

.nav-button {
  width: fit-content;
  display: inline-block;
  
  border: 2px solid rgb(0,0,64);
  border-radius: .2em;
  
  padding-left:.5%;
  padding-right:.5%;
  
  -webkit-user-select: none;
  cursor: pointer;
}

.selected {
  border: 2px solid rgb(0,0,128);
  background-color: rgb(0,0,64);
}

#content-panel {
  
  left: 0; right: 0;
  margin-left: auto; margin-right: auto;
  margin-top: 3em;
  font-size: 2em;
  font-style: italic;
}

.subpanel {
  display: none;
}

#Home {
  
}

.us-panel {
  width: 100%;
  white-space: nowrap;
  border: solid 2px white;
  overflow: hidden;
  font-size: 0;
  border-radius: 20px;
}

.us-image {
  display: inline-block;
  height: 100%;
  width: 40%;
  background-repeat: no-repeat;
  border: solid 1px white;
}

.us-text-box {
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  width: 60%;
  //background-color: red;
}

.us-text {
  text-align: left;
  padding-left: .3em;
  padding-right: .3em;
}

#jacki-image {
  background-image: url("./photos/jacki.png");
  background-size: 100% auto;
}

#ike-image {
  background-image: url("./photos/ike.png");
  background-size: 100% auto;
}

#Gallery {

}

.embedded-youtube {
  border: 2px solid white;
  border-radius: .3em;
}

#Songs {
  font-size: .9em;
}

.song-band {
  font-size: .7em;
  color: rgb(128, 128, 255);
}

#Schedule {
  font-size: .9em;
}

.schedule-address {
  font-size: .8em;
  color: rgb(128, 128, 255);
}

.schedule-date {
  font-size: .9em;
  color: rgb(196, 230, 255);
}

#footer {
  margin-top: 1em;
  font-family: arial;
  border-top: 1px solid rgba(0,0,196,.3);
  background-color: rgba(0,0,0,.5);
}

#footer-text {
  text-align: left;
  left:0; right:0;
  margin-left: auto;
  margin-right: auto;
}

#past-events {
  text-shadow: none;
  opacity: .7;
}