
.video-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height:100%;
    margin: 0;
  }

.video-container video {
  width: 100%;
  height: 100%;
  }

.video-container img {
  width: 100%;
  height: 100%;
  display: none;
  }

.overlay-text-header {
    position: absolute;
    top: 120px; 
    left: 50%; 
    transform: translate(-50%, -50%);
    font-size: 3rem; 
    text-align: center;
    font-weight: 800;
    width: 100%;
    color:antiquewhite;
  }

  .overlay-text-sub1 {
    position: absolute;
    top: 170px; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 1.3rem; 
    text-align: center;
    color:antiquewhite;
  }

  a.button {
    position: absolute;
    top: 280px; 
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: black;
    color: rgb(255, 255, 255, .8); 
    font-size: 1.4rem; 
    font-weight: 100;
    text-align: center;
    padding: 15px;
    border: none;
    border-radius: 4px;
    transition-duration: 0.3s;
    text-decoration: none;
}

a.button:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  cursor: pointer;
}

.section-heading {
  font-family: Tafelschrift;
}

.row {
    display: flex;
  }

.quote-block {
  text-align: center;
}

.quote {
  font-style: italic;
}

.quote-source {
  text-align: center;
  font-family: 'Avenir Next Medium';
}

.quote-link a {
  color: rgb(255, 255, 255, .8);
  text-decoration: underline;
}

.spotify-container {
  text-align: center;
  width: 100%;
}

.spotify-widget {
  width: 40%;
}

.live-table {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}

td {
    padding: 20px;
    text-align: center;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

#mc_embed_signup {
  border-radius: 12px;
  text-align: center;
  margin: auto;
  width: 100%;
}

.contact{
 text-align: center;
}

#contact {
  padding-bottom: 55px;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media (max-width: 700px) {

  .overlay-text-header { 
    font-size: 2rem;
  }

  .and-text { 
    font-size: 1rem;
  }

  .and-text {
    font-size: 1px;
  }

  .overlay-text-sub1 {
    font-size: 1.2rem;
  }

  a.button {
    font-size: 1.1rem;
  }

  .about {
    margin-left: 18vw;
    margin-right: 18vw;
  }

  .spotify-widget {
    width: 70%;
  }

  .video-container video {
    display: none;
    }

  .video-container img {
    display: inline-block;
      }

  .overlay-text-sub1 {

        top: 180px; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        font-size: 1.3rem; 
      }

}


