@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap');

html {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

body {
  color: #efefcf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 16px;
  margin: 0 0 0 0;
}

p {
  line-height: 150%;
}

.menu {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-variant: small-caps;
  padding: 5px 0 10px 20px;
  color: #ffffffcf;
  height: 36px;
  background-image: linear-gradient(#0000005f, #0000003f 50%, #00000000);
}

.menuItem:link,
.menuItem:visited {
  /* padding: 0 0 0 12px; */
  text-decoration: none;
  color: #ffffffcf;
}

.menuItem:hover {
  color: #ffffffff;
  text-decoration: underline;
  font-weight: 500;
}

.topbg {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 25%;
  box-sizing: border-box;
  position: relative;
}

.titles {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.title {
  top: 15%;
  font-size: 44px;
  font-weight: 300;
  width: 80%;
  margin: 0 20px 0 0;
  position: absolute;
  padding: 0 0 0 0;
  left: 40px;
  text-shadow: 0 0 2px #00000080;
}

.subtitle {
  color: #efefcfdf;
  width: 90%;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 0 0;
}

.performers {
  line-height: 120%;
  font-weight: 300;
  margin-top: 20px;
  width: 80%;
  font-size: 17px;
}

.headerTitle {
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 200;
  text-align: center;
  font-variant: small-caps;
}

td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

th {
  text-align: left;
}

.margins {
  margin-left: 40px;
  margin-right: 40px
}

a:link,
a:visited {
  color: rgb(128, 192, 255);
  text-decoration: underline;
  cursor: auto;
}

a:link:active,
a:visited:active {
  color: rgb(128, 255, 255);
}

.button:focus,
.audio:focus {
  outline: none;
}

audio {
  width: 100%;
  outline: none;
}

.audiotitle {
  font-size: 16px;
  text-align: left;
  width: 240px;
  height: 30px;
}

.audiosubtitle {
  font-size: 14px;
  font-style: italic;
  opacity: 0.9;
}

.thumb {
  width: 102px;
  height: 132px;
  margin-right: 33px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.thumb-square {
  width: 132px;
  height: 132px;
  margin-right: 33px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.vertcenter {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.playbutton {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-left: 20px;
  outline: none;
}

.button-1 {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 10px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}

.button-2 {
  border: 1px solid #ffffff00;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}

.button-2:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}

.extendedMenu {}

/* phone */
@media(max-width:500px) {

  body {
    color: #efefdf;
  }

  p {
    line-height: 133%;
  }

  td {
    padding-right: 10px;
  }

  .playbutton {
    bottom: 0px;
  }

  .margins {
    margin-left: 10px;
    margin-right: 10px;
  }

  .topbg {
    padding: 35.714%;
  }

  .menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    padding: 5px 0 10px 10px;
  }

  .title {
    top: 12%;
    font-size: 28px;
    font-weight: 400;
  }

  .subtitle {
    color: #efefcfff;
    font-size: 15px;
  }

  .performers {
    margin-top: 10px;
    font-size: 12px;
  }

  .audiotitle {
    font-size: 15px;
    width: 140px;
    height: 30px;
  }

  .audiosubtitle {
    font-size: 12px;
  }

  .thumb-square {
    margin-right: 20px;
  }
}