
* {
  scroll-behavior: smooth;
}

html {
    height: 100%;
}

body {
  margin: 0;
  height: 100%;
  background: #100e1a;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

header {
  position: fixed;
  z-index: 9;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  font-family: 'Permanent Marker', cursive;
  background: rgb(0, 0, 0, .5);
  backdrop-filter: blur(12px);
}

header ul {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  padding-left: 20px;
}

.navigation {
  margin: 20px 40px;
}

.navigation-mobile {
  display: none;
}

#header-logo ul {
  margin: 5px 0;
}

#header-logo img {
  width: 200px;
}

header a:link, header a:visited {
  color: white;
  text-decoration: none;
}

footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  background: rgb(0, 0, 0, .5);
  color: var(--gray);
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}

:root {
  --blue: #db5507;
  --lightBlue: #de8a59;
  --purple: #5134b3;
  --titleColor: #ff7f07;
  --gray: #909090;
}

a {
  text-decoration: none;
}

a:link {
  color: var(--blue);
}

a:visited {
  color: var(--blue);
}

a:hover {
  color: var(--lightBlue);
}

a:active {
  color: var(--blue);
}

.home {
  flex-direction: column;
  height: 100vh;
  background-image: url("../images/home-bg.jpg");
  background-size: cover;
  background-position: center;
}

.flex {
  display: flex;
}

.content {
  height: 100%;
  position: relative;
  z-index: 1;
}

#top {
  position: relative;
  height: 100%;
  width: 100%;
}

#top, #videos, #band {
  display: flex;
  flex-direction: column;
}

#contact {
  padding-bottom: 60px;
}

.songlist {
  justify-content: center;
}

.space-background {
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: fixed;
  background-image: url('../images/space1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(199, 199, 199);
  position: absolute;
  bottom: 35%;
  align-self: center;
  align-items: center;
  font-family: 'Permanent Marker', cursive;
}

.subtitle-mobile {
  display: none;
  font-size: 1rem;
}

.glass-panel {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 15px 40px;
}

.immediate-release {
  border-radius: 10px;
}

.immediate-release h1 {
  text-align: center;
}

.right-panel {
  right: 0;
  align-self: flex-end;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 60px;
}

.left-panel {
  left: 0;
  align-self: flex-start;
  justify-content: flex-end;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 60px;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.full-width {
  width: 100%;
}

.round-corners {
  border-radius: 10px;
}

.permanent-marker {
  font-family: 'Permanent Marker', cursive;
}

.title {
  display: flex;
  background: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 15px 40px;
  z-index: 5;
  position: relative;
  font-family: 'Permanent Marker', cursive;
}

.title-text {
  font-size: 2.5rem;
  color: var(--titleColor);
  filter: drop-shadow(3px 3px 4px #000000);
}

.normal-row, .reversed-row {
  display: inline-flex;
}

.photo-wrapper {
  display: flex;
  flex: 1;
}

.photo-wrapper img {
  display: flex;
  width: 100%;
  object-fit: cover;
}

.justify-right {
  justify-content: right;
}

.bio {
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.bio ul {
  margin-block-start: 5px;
  padding-inline-start: 1em;
  margin-bottom: 0px;
  font-size: .9em;
}

.bio h3 {
  margin-block-start: .5em;
  margin-block-end: .5em;
}

.song-list-wrapper {
  position: relative;
  align-self: center;
  padding: 100px 0;
  width: 100%;
  background-image: url('../images/scott1.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.song-list-title {
  top: -45px;
}

.song-list {
  font-family: 'Open Sans', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}

.song-list ul {
  list-style: none;
  line-height: 1.8em;
  padding-left: 0;
}

.performances-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.performance-schedule {
  display: flex;
  flex-direction: column;
}

.performance-schedule h2 {
  margin-block-end: 5px;
}

.performances-panel {
  /* min-height: 70vh; */
  background: rgba(255,255,255,0.9) !important;
}

.performance-item {
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #aaa;
}

.performance-item:last-of-type {
  border-bottom: none;
}

.contact-us-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  background-image: url('../images/TheJackGaslight1.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.contact-us-panel {
  display: inline-block;
  border-radius: 10px;
  margin: 600px auto 160px auto;
  line-height: 2.5rem;
  padding-left: 80px;
  padding-right: 80px;
}

.contact-us-panel span::after {
  content: ' ';
}

.horns {
  font-size: 10rem;
  position: absolute;
}

.photo {
  max-width: 1200px;
}

.logo-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0) 26%, rgba(0,0,0,0.7833508403361344) 81%);
  z-index: 1;
}

.model-viewer-mobile {
  display: none;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 25px;
  height: 0;
  width: 100%;
  margin-bottom: 40px;
}

.video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo {
  width: 100%;
}

.copyright span::after {
  content: ' ';
}

/* Mobile Navigation */

.menu {
  display: flex;
  flex-direction: row;
  gap: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Permanent Marker', cursive;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.social-media {
  position: fixed;
  z-index: 99;
  display: inline-flex;
  gap: 20px;
  border-radius: 5px;
}

.social-media-link {
  background-color: white;
  cursor: pointer;
  height: 44px;
  width: 44px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 10px 17px -8px rgba(0,0,0,0.64);
  -moz-box-shadow: 6px 10px 17px -8px rgba(0,0,0,0.64);
  box-shadow: 6px 10px 17px -8px rgba(0,0,0,0.64);
}

.instagram {
  background: rgb(207, 42, 186) 40%;
}

#expandable-container {
  display: flex;
  justify-content: center;
  color: white;
  cursor: pointer;
  overflow: hidden;
}

#expandable-container:hover {
  color: white;
}

#social-media-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  min-height: 50px;
  transform-origin: top;
  transition: height 0.5s ease;  
}

.expandable-collapsed {
  height: 50px;
}

.expandable-expanded {
  height: 152px;
}

#expandable-chevron {
  border: 1px solid #bbb;
  background-color: #FFFFFF33;
  border-radius: 44px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.album-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 8px;
  background: rgb(26, 20, 54);
  overflow: hidden;
  cursor: pointer;
  height: 500px;
}

.album-card h3 {
  color: rgb(231, 231, 231);
  display: flex;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.album-card-preview {
  height: 100%;
  background-position: center;
}

.gallery-panel {
  display: flex;
  padding: 40px;
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  margin-bottom: 80 px;
}

#lightgallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px;
}

#lightgallery a {
  max-height: 250px;
  overflow: hidden;
}

.gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 30px 10px;
}

.gallery-cont {
  width: auto;
  display: flex;
}

.gallery-dots {
  display: flex;
  width: 185px;
  flex: 1;
  justify-content: center ;
  gap: 10px;
  cursor: pointer;
  align-items: end;
  padding: 0 40px 120px 40px;
}

.gallery-dots:hover .circle{
  background-color: #333;
}

.circle {
  height: 30px;
  width: 30px;
  background-color: #666;
  border-radius: 50%;
}

#mobile-dots {
  display: none;
}

.shows__large-text {
  font-weight: bold;
  font-size: 32px;
}

.shows__medium-text {
  font-weight: bold;
  font-size: 22px;
}

.shows__date {
  /* margin-bottom: 1rem; */
}

.bold {
  font-weight: bold;
}

/** PUT ALL MEDIA QUERIES AT THE BOTTOM */

@media screen and (min-width: 768px) {
  .social-media {
    bottom: 40px;
    right: 6px;
    flex-direction: column;
    padding: 20px 10px;
  }

  .instagram-link-mobile, .facebook-link-mobile {
    display: none;
  }

  .instagram-link, .facebook-link {
    display: flex;
  }
}

@media (max-width: 768px) {
  .navigation-mobile {
    display: initial;
    padding-right: 12px;
  }

  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }

  .menu > li > a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 2.5rem;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

.album-tap-or-click:before {
  content: 'Click '
}

/* Desktop */

@media screen and (min-width: 1200px) {
  .wrapper {
    display: inline-flex;
    margin-top: 130px
  }    

  .title {
    position: absolute;
    margin-top: 30px;
  }

  .normal-row {
    flex-direction: row;
  }

  .reversed-row {
    flex-direction: row-reverse;
  }

  .offset-top {
    top: -75px;
  }

  .bio, .photo {
    flex: 1;
  }

  .bio {
    top: 0;
    font-size: 1.1rem;
    padding: 50px 30px 20px 30px;
  }

  .sub-title {
    font-size: 2rem;
  }

  .song-list-title {
    top: -105px;
  }
}

/* Large desktop */

@media screen and (min-width: 1400px) {
  .bio {
    font-size: 1.3rem;
  }
}

/* Between mobile and desktop */

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .song-list-title {
    top: -15px;
  }
}

/* Anything smaller than desktop */

@media screen and (max-width: 1199px) {
  .offset-top {
    top: 30px;
  }

  .normal-row, .reversed-row {
    flex-direction: column;
  }

  .sub-title {
    font-size: 1.6rem;
  }
}

/* Anything larger than mobile */
@media screen and (min-width: 769px) {
  .container {
    border-radius: 10px;
    margin: 0 20px;
    overflow: hidden;
  }
}

/* Mobile */

@media screen and (max-width: 768px) {
  footer {
    font-size: .6rem;
    padding: 5px;
  }

  #header-logo img {
    width: 140px;
  }

  .navigation {
    display: none;
  }

  .wrapper {
    margin-top: 25px;
  }

  .subtitle-mobile {
    display: flex;
    height: 100%;
    justify-content: end;
  }

  .sub-title {
    font-size: 1.2rem;
    bottom: 25%;
  }

  .subtitle-desktop {
    display: none;
  }

  .title {
    padding: 5px 15px;
    top: 0;
  }
  
  .title-text {
    font-size: 1.5rem;
  }

  .bio {
    padding: 20px;
    top: 0;
  }
  
  body {
    font-size: 1rem;
  }

  .model-viewer-desktop {
    display: none;
  }

  .model-viewer-mobile {
    display: inherit;
  }

  .song-list-wrapper {
    padding: 50px 0;
  }

  .contact-us-panel {
    margin: 350px auto 60px auto;
    line-height: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horns {
    position: relative;
    font-size: 1.5rem;
  }

  .social-media {
    bottom: 40px;
    right: 0;
    flex-direction: column;
    padding: 5px 10px;
  }

  .instagram-link-mobile, .facebook-link-mobile {
    display: flex;
  }

  .instagram-link, .facebook-link {
    display: none;
  }

  .vegas-ad {
    width: auto;
  }

  .vegas-ad > img {
    width: 100%;
  }

  .glass-panel {
    padding: 15px;
  }

  #lightgallery > a {
    width: -webkit-fill-available;
  }

  #lightgallery > a > img {
    width: 100%;
  }

  .gallery-panel {
    padding: 20px 10px;
  }

  .gallery-dots {
    display: none;
    padding: 25px 0;
    width: 100%;
  }

  #mobile-dots {
    display: flex;
    position: absolute;
    bottom: -80px;
    background: rgba(255,255,255,0.7);
    flex-direction: row;  
  }

  #shows {
    margin-top: 80px;
  }

  .album-tap-or-click:before {
    content: 'Tap '
  }

  .video-wrapper {
    margin-top: 0;
  }
}

/* EO Mobile */

/* Custom breaks */

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .smaller-bio-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1460px) {
  .smaller-bio-text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 840px) and (max-width: 1039px) {
  .navigation {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
  .navigation {
    font-size: 0.8rem;
  }
}