html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  body {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    background: #2C3531;
    min-height: 100vh;
    background: linear-gradient(135deg, #2C3531 0%,#116466 48%,#2C3531 100%);
    background-size: cover;
    align-items: center;
    justify-content: center space-around;
    flex-direction: column;
    align-content: space-around;
  }

  div {
      display: block;
  }

  .bg-img {
    background-image: url(./imgs/hankLowOpacity.png);
    background-size: 20%;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* position: -webkit-sticky; /* Safari */
    /* position: sticky;
    top: 0; */
    display: flex;
  }

  ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffcb9a;
    color: black;
  }
  
  
  ul.topnav li a {
    display: block;
    color: black;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
  }
  
  li {
    flex: 1;
    /* display: inline; */
    float: left;
  }

  .topnav .social {
    flex: 1;
  }

  li a:hover {
    background-color: #d9b083;
  }

  @media all and (max-width:1000px) {
    ul.topnav {
      flex-wrap:wrap;
    }
    ul.topnav li {
      flex: 1 1 16%;
    }
  }

  .header {
    width: 100%;
    height: 100%;
    position: relative;
    height: 40px;
    display: flex;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: #d1e8e2;
}

  .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
  }

  .row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: -12px -6px 12px;
    padding: 0;
}


  /* LOGO */
  .blackbeans-logo img {
    display:flex;
    width: 100%;
    height: 100%
  }
  
  .blackbeans-logo {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

  }

  .description-img {
    width: 60%;
    height: 60%;
    margin-top: -80px;
  }


  /* TOUR DATES SECTION */
  .tour-dates-container {
    border: solid 3px #2c3531;
    padding: 10px;
    margin-top: 109px;
    margin-bottom: 116px;
    width: 100%;
    /* max-width: 708px; */
    z-index: 1;
    position: relative;
    flex-direction: column;
    background-image: url(./imgs/paw.png);
    background-size: .5rem;
    text-align: center;
  }
  .tour-bg-img {
    opacity: 50%;
    width: 100%;
    height: auto;
    display: block;
    background-repeat: repeat;
  } 

  .title-tour-dates {
    color: #ffcb9a;
    font-size: 2rem;
  }  

  .show, .shows-list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    align-self: auto;
    width: 100%;
    line-height: 10px;
  }

  .show-date-venue {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #d1e8e2;
  }

  .date-numbers {
    color: #ffcb9a;
    font-weight: 700;

  }

  .date-numbers, .venue {
    padding: 10px;
  }

  .venue {
    color: #d1e8e2;
  }

  .venue-city {
    font-weight: 700;
  }

  /* ALBUM FLIP-CARD SECTION */

  .flip-card-container {
      display: flex;
      width: 600px;
      height: 600px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center space-around;
      align-items: center;
      padding: 60px;
      perspective: 1000px;
  }

  .flip-card {
    /* flex-direction: row; */
    position: relative;
    /* padding: 40px; */
    width: 100%;
    height: 100%;
    transition: 1s;
    transform-style: preserve-3d;
  }

  .flip-card-container:hover .flip-card {
    transform: rotateY(180deg);
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border: 1px solid #2c3531;
  }

  .flip-card-front {
    background-color: #ffcb9a;
  }

  .flip-card-back {
    background-color: #d1e8e2;
    transform: rotateY(180deg);    
  }

  .flip-card-front img, .flip-card-back img {
    width: 100%;
    height: 100%;
  }

  .flip-card-back p {
    text-align: center;
    margin: 1rem;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }


  /* VIDEO PLAYER SECTION */
  
  .video-gallery {
      flex-direction: column;
  }
      
  .player {
    max-width: 750px;
    border: 5px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
  }
  
  /* This css is only applied when fullscreen is active. */
  .player:fullscreen {
    max-width: none;
    width: 100%;
  }
  
  .player:-webkit-full-screen {
    max-width: none;
    width: 100%;
  }
  
  .player__video {
    width: 100%;
  }
  
  .player__button {
    background: none;
    border: 0;
    line-height: 1;
    color: white;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    max-width: 50px;
  }
  
  .player__button:focus {
    border-color: #ffc600;
  }
  
  .player__slider {
    width: 10px;
    height: 30px;
  }
  
  .player__controls {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%) translateY(-5px);
    transition: all .3s;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.1);
  }
  
  .player:hover .player__controls {
    transform: translateY(0);
  }
  
  .player:hover .progress {
    height: 15px;
  }
  
  .player__controls > * {
    flex: 1;
  }
  
  .progress {
    flex: 10;
    position: relative;
    display: flex;
    flex-basis: 100%;
    height: 5px;
    transition: height 0.3s;
    background: rgba(0,0,0,0.5);
    cursor: ew-resize;
  }
  
  .progress__filled {
    width: 50%;
    background: #ffc600;
    flex: 0;
    flex-basis: 50%;
  }
  
  /* unholy css to style input type="range" */
  
  input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    margin: 0 5px;
  }
  
  input[type=range]:focus {
    outline: none;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: rgba(255,255,255,0.8);
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
  }
  
  input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ffc600;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.5px;
    box-shadow:0 0 2px rgba(0,0,0,0.2);
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #bada55;
  }
  
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
  }
  
  input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ffc600;
    cursor: pointer;
  }
  
/* CONTACT SECTION */
  .contact-info {
    color: white;
  }
  
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }

  input[type=submit]:hover {
    background-color: #45a049;
  }
    .column {
      float: left;
      width: 50%;
      margin-top: 6px;
      padding: 20px;
    }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }
  
  /* SLIDER SECTION */
  .slides {
    width: 700px;
    height: 500px;
    border:2px solid black;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .slide {
    position: absolute;
    background: #d1e8e2;
    height: 100%;
    width: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
    color: white;
    font-size: 100px;
    font-family: sans-serif;
    border: 5px solid white;
    transition: all .25s;
    transform: translateX(-200%);
  }

  .slide-img {
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
  }

  .slide.next + .slide {
    transform: translateX(200%);
  }

  .slide.prev {
    z-index: 10;
    transform: translateX(-100%);
  }
  
  .slide.current {
    z-index: 10;
    transform: translateX(0);
  }

  .slide.next {
    z-index: 10;
    transform: translateX(100%);
  }

  .controls {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    gap: 2rem;
    justify-content: center;
    padding: 2rem;
  }