@font-face {
  font-family: "SwordLordInked";
  src: url("/static/fonts/KCSwordLord-Inked.f163240f2ca3.otf");
}

:root {
  /*--main-bg-color: #c0ccd8;*/
  --main-bg-color: #febc02;
  /*--body-text-color: #07080a;*/
  /*--header-text-color: #4e2a3c;*/
  --header-text-color: #e84253;
  /*--header-font-family: "Pirata One", cursive;*/
  --header-font-family: "SwordLordInked";
  --body-font-family: "futura pt", sans-serif; /*weight is 500*/
}
body {
  background-color: var(--main-bg-color);
}
.wrapper {
  margin: auto;
}
.wrapper-2 {
  margin: auto;
  max-width: 90%;
}

header {
  background-color: var(--body-text-color);
  width: 100%;
  text-align: center;
}

h1 {
  font-family: var(--header-font-family);
  color: var(--header-text-color);
  font-size: 5rem;
}

h2 {
  text-align: center;
  font-family: var(--header-font-family);
  margin-top: -1rem;
}

h3 {
  text-align: center;
  font-family: var(--header-font-family);
  color: var(--header-text-color);
}

.anchor {
  display: block;
  position: relative;
  top: -10rem;
  visibility: hidden;
}

.homebutton:hover {
  text-decoration: none;
}

.base-subhead {
  color: var(--header-text-color);
  font-family: var(--header-font-family);
  font-size: 1rem;
  margin-bottom: 0rem;
  padding-bottom: 0.25rem;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.columns {
  display: flex;
  max-width: 100%;
}
.col1 {
  width: 50%;
}
.col2 {
  width: 50%;
}
.mtm-pic {
  width: 100%;
}
p {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--header-text-color);
}
.main-nav {
  background-color: var(--header-text-color);
  text-align: center;
}

.navlist {
  display: flex;
  list-style: none;
  max-width: 100%;
  justify-content: space-evenly;
  padding-bottom: 1rem;
}

.dropbtn {
  background-color: var(--header-text-color);
  color: var(--main-bg-color);
  border: none;
  outline: none;
}
.dropbtn:focus {
  outline: none;
}
.dropdown button:focus ~ .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--header-text-color);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 15rem;
  padding-left: 1rem;
  margin-left: -2rem;
}
.dropdown-content a {
  color: var(--main-bg-color);
  text-decoration: none;
  display: block;
  float: none;
}
.dropdown-content a:hover {
  background-color: var(--main-bg-color);
  color: var(--header-text-color);
}
.dropdown:hover .dropdown-content {
  display: block;
}

.navlist li {
  display: flex;
  padding-top: 1rem;
  font-size: 1.5rem;
  font-family: var(--header-font-family);
  justify-content: space-between;
  color: var(--main-bg-color);
}

.navlist a {
  color: var(--main-bg-color);
}

.navlist li:hover,
.navlist li:focus {
  transform: scale(1.1);
}
.foot-list li:hover,
.foot-list li:focus {
  transform: scale(1.1);
}
.streaming-links li:hover,
.streaming-links li:focus {
  transform: scale(1.1);
}

footer {
  background-color: var(--header-text-color);
  text-align: center;
  max-width: 100%;
}

.ig-logo {
  width: 2.25rem;
}
.fb-logo {
  width: 3rem;
}
.yt-logo {
  width: 3rem;
}
.foot-list {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.foot-list li {
  padding: 0.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wrapper {
  max-width: 80%;
  margin-top: 0.5rem;
}

.bodyhead {
  text-align: center;
  font-size: 3rem;
}

/*album card*/

.album-card {
  width: 50%;
  display: block;
  position: relative;
  background: url("/static/img/Everything All At Once Cover.2c6abe84a477.jpg");
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  transition: transform 500ms ease;
  overflow: hidden;
}
.album-card::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.album-card:hover,
.album-card:focus-within {
  transform: scale(1.05);
}
.album-card-content {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(
    rgba(192, 204, 216, 1),
    rgba(192, 204, 216, 0.4) 99%
  );
}
.album-card-head {
  font-size: 2rem;
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
}
.album-card-head::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--header-text-color);
  bottom: 0;
  transition: transform 500ms ease;
  transition-delay: 700ms;
}
#album-card-text {
  padding-top: 0.5rem;
  text-align: center;
}
.streaming-links {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-evenly;
}
.streaming-links li {
  padding: 0.2rem;
  font-size: 1.5rem;
}
.spotify-logo {
  width: 3rem;
}
.bandcamp-logo {
  width: 2.25rem;
}
.applemusic-logo {
  width: 2.5rem;
}
.album-card:hover .album-card-head::after,
.album-card:focus-within .album-card-head::after {
  transform: scaleX(1);
}

@media (hover) {
  .album-card-content {
    transform: translateY(-100%);
    transition: transform 500ms ease;
  }
  .album-card-content > *:not(.streaming-links) {
    opacity: 0;
    transition: opacity 500ms linear;
  }
  .album-card-content > .streaming-links {
    opacity: 0;
    transition: opacity 500ms linear;
  }
  .album-card:hover .album-card-content,
  .album-card:focus-within .album-card-content {
    transform: translateY(0);
  }
  .album-card:focus-within .album-card-content {
    transition-duration: 0ms;
  }
  .album-card:hover .album-card-content > *:not(.streaming-links),
  .album-card:focus-within .album-card-content > *:not(.streaming-links) {
    opacity: 1;
    transition-delay: 300ms;
  }
  .album-card:hover .album-card-content > .streaming-links,
  .album-card:focus-within .album-card-content > .streaming-links {
    opacity: 1;
    transition-delay: 1000ms;
  }
  .album-card-head::after {
    transform: scaleX(0);
  }
}
#home-vid {
  padding-top: 1.5rem;
}

.body-sub-head {
  color: var(--header-text-color);
  font-size: 3rem;
}

.centerme {
  display: flex;
  justify-content: center;
}
.centered-text {
  display: flex;
  justify-content: center;
  text-align: center;
}
.centered-txt-2 {
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blacklinks {
  text-decoration: underline;
  color: var(--body-text-color);
  font-weight: bold;
}
.blacklinks:hover {
  color: var(--body-text-color);
}

/* about page */

.abt-content {
  display: inline-flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.abt-text {
  max-width: 40%;
  padding-right: 1.5rem;
  font-size: large;
}
.abt-img img {
  border-radius: 0.25rem;
}

.photo-gallery {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.photo-gallery img {
  width: 100%;
  border-radius: 0.25rem;
}
#photo-special {
  width: 40%;
}
.photos {
  width: 30%;
}
#top-row {
  aspect-ratio: 275/206;
}
.abt-photo-txt {
  font-size: smaller;
}
.abt-videos {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

/*music page*/

.albums-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.albums {
  width: 33%;
}
.singles-container {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 3rem;
}
.singles iframe {
  height: 8rem;
}
.singles span {
  font-size: large;
}
#bc-special {
  height: 21.5rem;
}
.eps-container {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 2rem;
}
.covers-container {
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  padding-bottom: 1.5rem;
  flex-wrap: wrap;
}
.covers {
  padding-bottom: 1rem;
}
.covers span {
  font-size: large;
}

.beats-container {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
}

.breaker {
  max-width: 90%;
  height: 2px;
  background-color: var(--header-text-color);
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 1rem;
}
.credits-columns {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  max-width: 100%;
  flex-wrap: wrap;
  /*line-height: 0.5;*/
  gap: 1px;
}

.studio-credits-column {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  max-width: 100%;
  flex-wrap: wrap;
  /*line-height: 1;*/
}
.project {
  width: 49.5%;
  margin-bottom: 1rem;
}
#current {
  max-width: 24.5%;
}

.h-links {
  color: var(--header-text-color);
}
.h-links:hover {
  color: var(--header-text-color);
}
.project-pics {
  width: 100%;
  aspect-ratio: 3/2;
  /*height: 30rem;*/
  border-radius: 0.25rem;
}
.project-pics:hover {
  transform: scale(1.02);
}
.project-pics-current {
  width: 100%;
  aspect-ratio: 1024/679;
  border-radius: 0.25rem;
}
.project-pics-current:hover {
  transform: scale(1.02);
}
.paddedtext {
  padding-top: 0.5rem;
  font-size: smaller;
}
/* SHOWS */

.shows {
  display: block;
}
.show-list {
  display: flex;
  padding-bottom: 2rem;
  padding-top: 1rem;
  justify-content: space-between;
}
.date-column {
  display: block;
  text-align: center;
  line-height: 1rem;
  padding-left: 1rem;
}
.show-month {
  font-family: var(--header-font-family);
  color: var(--header-text-color);
  font-size: x-large;
}
.show-day {
  font-size: xx-large;
}
.info-column {
  max-width: 50%;
}
.show-info {
  font-family: var(--header-font-family);
  font-size: 3rem;
}
.info-column a {
  color: var(--header-text-color);
}
.pagenav {
  display: flex;
  justify-content: center;
}

.pagination li a {
  background-color: var(--header-text-color);
  border: none;
  color: var(--main-bg-color);
  font-family: var(--header-font-family);
  font-size: larger;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
  background-color: var(--body-text-color);
  color: var(--main-bg-color);
}

label {
  line-height: 70px;
  display: none;
}
#toggle {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.show-post {
  text-align: center;
}
.show-post h1 {
  font-size: 3rem;
}

@media only screen and (max-width: 1200px) {
  .show-list {
    gap: 1rem;
  }
}

@media only screen and (max-width: 1066px) {
  .albums-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .albums {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  nav {
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease-in-out;
  }
  nav a {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
  }
  .sticky {
    background-color: var(--header-text-color);
    display: flex;
  }

  label {
    display: inline-block;
    margin: 0 auto;
  }
  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after {
    display: inline-block;
    background: var(--main-bg-color);
    height: 0.2rem;
    width: 2rem;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
  }
  .nav-toggle span::before,
  .nav-toggle span::after {
    content: "";
    position: absolute;
  }
  .nav-toggle span::before {
    bottom: 0.6rem;
  }
  .nav-toggle span::after {
    top: 0.6rem;
  }
  #toggle:checked ~ nav {
    display: block;
    transform: scale(1, 1);
    position: absolute;
    top: 100%;
    width: 100%;
  }
  #toggle:checked ~ nav a {
    opacity: 1;
  }
  .main-nav {
    display: flex;
    position: absolute;
    padding: 0;
    width: 100%;
    background-color: var(--header-text-color);
  }
  .dropbtn {
    width: 100%;
  }
  .navlist {
    display: inline-flex;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    width: 100%;
  }
  .navlist li a {
    display: block;
  }
  .navlist li {
    display: block;
    border-bottom: 1px solid var(--body-text-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .dropdown-content {
    position: relative;
    background-color: var(--main-bg-color);
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .dropdown-content a {
    color: var(--body-text-color);
  }
  .dropdown-content li {
    color: var(--body-text-color);
  }
  .credits-columns {
    line-height: 1;
  }
  #current {
    max-width: 50%;
    display: block;
  }
  .project-pics-current {
    width: 100%;
  }
  #past-proj {
    width: 100%;
  }
  .abt-text {
    max-width: 50%;
  }
  .album-card {
    width: 65%;
  }
  .mtm-pic {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .abt-content {
    flex-direction: column;
    justify-content: center;
  }
  .abt-text {
    max-width: 100%;
    text-align: center;
    padding-left: 0rem;
  }
  .abt-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .abt-img img {
    max-width: 100%;
  }
  .photo-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .photos {
    width: 100%;
  }
  #photo-special {
    width: 100%;
  }
  .abt-videos {
    flex-direction: column;
  }
  .abt-video-container {
    display: block;
  }
  .abt-video-container iframe {
    aspect-ratio: 304/154;
    width: 100%;
  }
  .show-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .info-column {
    max-width: 100%;
    text-align: center;
  }
  .beats-container {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 901px) {
  .album-card {
    width: 80%;
  }
  .wrapper {
    max-width: 90%;
  }
  .columns {
    flex-direction: column-reverse;
    align-items: center;
  }
  .col1,
  .col2 {
    width: 90%;
  }
}
@media only screen and (max-width: 679px) {
  h1 {
    font-size: 3rem;
  }
  .info-column h4 {
    font-size: 2rem;
  }
  .body-sub-head {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .bodyhead {
    font-size: 2rem;
  }
  .album-card {
    width: 100%;
  }
}
@media only screen and (max-width: 654px) {
  .project {
    width: 100%;
  }
  #current {
    max-width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .date-column {
    padding-left: 0rem;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: 2.5rem;
  }
  .info-column h4 {
    font-size: 1.75rem;
  }
  .body-sub-head {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .col1,
  .col2 {
    width: 100%;
  }
}
@media only screen and (max-width: 384px) {
  #album-card-text {
    font-size: small;
  }
}
@media only screen and (max-width: 340px) {
  h1 {
    font-size: 2rem;
  }
  .album-card-head {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 281px) {
  #album-card-text {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-delay: 0ms !important;
  }
}
