*,
*:before,
*:after {
    box-sizing: inherit;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  color: rgb(245, 245, 245);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-bottom: 60px;
  min-height: 100vh;
  height: auto;
  width: 100vw;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
}

.sticky-menu {
  position: fixed;
  width: 100vw;
  height: 150px;
  top: 0;
  z-index: 1000;
  /* padding: 10px 0px; */
  display: flex;
  flex-wrap: wrap;
  font-family: 'KC Stone Cold Fox';
  /* background-color: rgba(0, 0, 0, 0.5); */
}



#main-icon {
  max-height: 100px;
  width: auto;
  /* margin-top: 28px; */
  padding-right: 10px;
}

.sticky-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  /* margin-top: 20px;
  margin-left: 20px; */
}

.sticky-menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* #shows-button, #gallery-button {
  padding-top: 15px;
  padding-right: 10px;

} */

.sticky-menu li {
  padding-top: 15px;
  padding-right: 10px;

}

#home-title {
  z-index: 3;
  font-family: "KC Lazy Daisy";
  font-weight: normal;
  font-style: normal;
  font-size: 140px;
  color:rgb(250 250 250);
  margin-top: 0px;
  padding-right: 10px;
  /* height: 125px; */
}

.header-container {
  position: relative;
  /* top: 0; */
  /* padding-top: 100px; */
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%),
  url("https://livebnbbucket.s3.amazonaws.com/BandPhotos/Levitator20-min.jpg");

  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
}


.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.center {
  justify-content: center;
  align-items: center;
}

.footer-container {
  margin: 100px 0px 70px;
}

.social-container {
  width: 100vw;
}

.booking-link {
  padding-top: 20px;
}

#shows-title {
  margin-top: 65px;
  margin-bottom: 50px;
  font-family: 'Teko', sans-serif;

  font-size: 48px;
}


.shows-container {
    width: 100vw;
    min-height: 100vh;
    background-color: #000000;
    color: rgb(245, 245, 245);
    overflow: scroll;
    padding-bottom: 50px;
}

.shows-container > p {
  font-size: 18px;
  font-family: 'Roboto Mono', monospace;
text-align: center;

}

.icon {
  width: 42px;
  height: 42px;
  margin: 0px 20px
}


.spotify-green {
  color: #1DB954;
  font-size: 42px;
}




.center-column {
  height: 100%;
  /* border: 1px solid blue; */
  width: 500px;
}

.media-container {
  border: 1px solid red;
  width: 100vw;
  height: 100vh;

}




button {
  all: unset;
}

button {
    background: none;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    font-size: 32px;
    padding: 10px;
    font-family: 'Monomaniac One', sans-serif;

}
button > i {
  padding-left: 8px;
}

#down-button {
  margin-bottom: 20px;
}
  #main-icon-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: inherit;
  }


@media screen and (max-width: 830px) {
  #main-icon {
    max-height: 50px;
    width: auto;
    margin: 0px;
    padding-left: 12px;
  }
  .menu-title-container {

  }
  #main-icon-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: inherit;
  }
  #home-title {
    font-size: 54px;
    margin-left: 10px;
    margin-bottom: 2px;
    line-height: .7;
    margin-top: 4px;
    padding-top: 12px;
  }
  .sticky-menu {
    padding-left: 0;
    height: 82px;
  }
  .sticky-menu ul {
    padding-left: 10px;
  }
  .sticky-menu li {
    padding-top: 0px;
    margin-top: 0px;
  }
  #shows {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #gallery {
    padding-top: 115px;
  }
  .header-container {
    background-size: cover;
  }
}

#blackcat {
  width: 200px;
  height: 200px;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.grid-item {
  /* max-width:100%; */
  /* max-height:170px; */
  width: auto;
  height: auto;
  object-fit: cover;
}

.RobGlow {
  width: 35%;
  max-height: 100%;
}

.ColeBliss {
  width: 65%;
  object-fit: cover;
  max-height: 100%;
}

.Promo2 {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.Jeff {
  width: 45%;
  max-height: 100%;
}
.DanOdawa {
  width: 55%;
  max-height: 100%;
}
.SamKiller {
  width: 65%;
}
.GabeBliss {
  width: 35%;
}
.Rockin {
  max-height: 100%;
  width: 100%;
}
.Cole3 {
  width: 35%;
}
.SamPinkBliss {
  width: 65%;
}
.Promo3 {
  width: 100%;
  max-height: 100%;
}
.RobTrip {
  width: 60%;
  max-height: 100%;
}
.GabeOdawa {
  width: 40%;
  min-height: 100%;
  max-height: 100%;
}
.JeffBliss {
  width: 70%;
  max-height: 100%;
}
.Brad {
  width: 30%;
  max-height: 100%;
}
.Robby {
  width: 35%;
}
.BandBliss {
  width: 65%;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    font-size: 22px;
  }
  .menu-title-container {
    display: flex;
  }
  #main-icon {
    padding-left: 12px;
  }



  .RobGlow {
    width: 17%;
    /* max-height: 100%; */
    object-fit: cover;
  }
  .ColeBliss {
    width: 21%;
    /* object-fit: cover; */
    /* max-height: 100%; */
  }
  .Promo2 {
    width: 40%;
    /* max-height: 100%; */
    object-fit: cover;
  }
  .Jeff {
    width: 22%;
    /* max-height: 100%; */
  }
  .DanOdawa {
    width: 21%;
    /* max-height: 100%; */
  }
  .GabeBliss {
    width: 24%;
  }
  .SamKiller {
    width: 35%;
    /* object-fit: contain; */
  }
  .Rockin {
    max-height: 100%;
    width: 20%;
  }
  .Cole3 {
    width: 20%;
  }
  .SamPinkBliss {
    width: 23%;
  }
  .Promo3 {
    width: 32%;
    max-height: 100%;
  }
  .RobTrip {
    width: 25%;
    max-height: 100%;
  }
  .GabeOdawa {
    width: 15%;
    min-height: 100%;
    max-height: 100%;
  }
  .JeffBliss {
    width: 40%;
    max-height: 100%;
    /* object-fit: contains; */
  }
  .Brad {
    width: 25%;
    max-height: 100%;
  }
  .Robby {
    width: 20%;
  }
  .BandBliss {
    width: 100%;
    height: 400px;

  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {
    font-size: 24px;
  }
}

/* Extra extra large devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
  body {
    font-size: 26px;
  }
}


@font-face {
  font-family: "KC Lazy Daisy";
  src: url("css/fonts/KCLazyDaisyRegular.eot");
  src: url("css/fonts/KCLazyDaisyRegular.eot?#iefix")
          format("embedded-opentype"),
      url("css/fonts/KCLazyDaisyRegular.woff2") format("woff2"),
      url("css/fonts/KCLazyDaisyRegular.woff") format("woff"),
      url("css/fonts/KCLazyDaisyRegular.svg#KCLazyDaisyRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  color: #000000;
}

@font-face {
font-family: 'KC Stone Cold Fox';
src: url('css/fonts/KCStoneColdFoxRegular.woff2') format('woff2'),
    url('css/fonts/KCStoneColdFoxRegular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: block;
}
