body {
  font-family: American Typewriter, Verdana;
  font-size: 18px;
  background-color: #010101;
  color: #fff;
  margin: 0;
  padding: 0;
}

p {
  line-height: 26px;
}

.frame {
  max-width: 1360px;
  margin: 0 auto;
}

.heading-container {
  padding: 20px;
  margin: 0 0 0 auto;
  text-align: right;
}

h1 {
  display: inline;
  margin-left: 25px;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: .1em;
}
h2 {
  margin-bottom: 20px;
}

i.drummer {
  display: block;
}

.intro h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: normal;
}

header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #78b548;
}

ul {
  list-style-type: none;
}

.hamburger {
  position: absolute;
  right: 10px;
  font-size: 35px;
}

li {
  display: inline-block;
  font-size: 20px;
  margin-right: 2em;
  width: 4em;
}

a {
  color: #78b548;
  text-decoration: none;
}

a:visited {
  color: #78b548;
}

.social {
  margin-left: auto;
  margin-right: 15px;
}

.social img {
  width: 36px;
  height: 36px;
}

a.showsLink {
  display: block;
  margin-bottom: 20px;
  color: #597797;
}

.yt img {
  aspect-ratio: 254/178;
  width: auto;
  height: auto;
  max-height: 25px;
}

.jacob {
  position: relative;
  width: 15%;
  top: 16%;
  left: 5%;
}

.group {
  position: absolute;
  width: 45%;
  top: 100px;
  right: 0;
}

.richie-home {
  position: relative;
  width: 60%;
  max-width: 1360px;
  top: 40px;
  left: 0;
}

.michael {
  position: relative;
  width: 25%;
  top: 0;
  right: -30%
}

/* .photo-bg {
  position: absolute;
  background-repeat: no-repeat;
  top: 0;https://www.richiegarcia.com/shows.html
  left: 0;
  width: 100rem;
  height: 100rem;
  background-position: left 10%, right 10%;
  background-repeat: no-repeat, no-repeat;
  z-index: 1;
} */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.center {
  text-align: cente;
}

iframe {
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  margin: 40px;
}

.content {
  position: relative;
  width: auto;
  margin: 40px;
}

.intro {
  font-size: 25px;
  line-height: 40px;
}

.next-show {
  display: block;
  padding: 20px;
  width: 50%;
  background: #fff;
  text-align: center;
  border: 6px solid #597797;
}

.next-show .date {
  font-size: 25px;
}

.next-show .desc {
  padding: 0 25%;
  font-size: 20px;
  line-height: 30px;
}

a.next-show {
  color: #000;
}

.hero {
  min-height: 450px;
  max-height: 800%;
  background-image: url(images/sticks-blue.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.green {
  color: #78b548;
}

.blue {
  color: #597797;
}

h1 a {
  color: #fff;
}

.tunes {
  background: black;
  width: 56%;
  padding: 10px;
  float: right;
}

.iframe-container {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 5%;
  grid-row-gap: 60px;
}

.youtube iframe {
  min-height: 315px;
}

.ytp-cued-thumbnail-overlay-image {
  min-height: 315px;
}

/** mobile rules **/
@media only screen and (max-width: 930px) {
  .group {
    width: 50%;
    top: 12%;
  }
}

@media only screen and (max-width: 930px) {
  .group {
    position: relative;
    width: 100%;
    top: 150px;
    left: 0;
  }

  .intro {
    width: 100%;
  }
}

table {
  width: 45%;
  text-align: left;
}

table div {
  margin-bottom: 15px
}

td:first-child {
  border-right: 1px solid #78b548;
  width: 20%;
  padding-left: 0;
  text-align: center;
}

td {
  padding: 0 20px 20px 40px;
}

tr {
  display: block;
  margin-bottom: 40px;
  border: 1px solid #597797;
  padding: 20px;
}

.date {
  font-size: 25px;
}

.booking {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  grid-column: span 2;
}

@media only screen and (min-width: 931px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 930px) {
  nav {
    position: relative;
  }

  #mobile-nav {
    display: none;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    background-color: black;
    height: 100vh;
  }

  #mobile-nav ul {
    padding: 0;
    width: 100%;
  }

  #mobile-nav ul li {
    display: block;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    width: 30%;
    border-bottom: 1px solid #597797;
    text-align: center;
  }

  #mobile-nav ul li a {
    color: #597797;
  }

  #mobile-nav ul li.last {
    border-bottom: none;
  }

  .show-hero {
    display: none;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .content {
    margin: 20px;
  }

  h1 {
    display: block;
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 20px;
  }

  h2 {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 0px;
  }

  .richie-home {
    position: relative;
    width: 100%;
    top: 180px;
    left: 0;
  }

  .intro {
    margin: 0 20px 0 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .hero {
    grid-column: span 2;
    grid-row: 1;
    background-size: 100% auto;
    background-position: center top;
  }

  .next-show {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px 0;
    border: 3px solid #597797;
  }

  .shows .intro {
    margin-left: 0;
  }

  .shows p {
    line-height: 26px;
  }

  .iframe-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  table {
    width: 100%;
    text-align: left;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {
  .hero {
    min-height: 750px;
  }
}