/* Website Body Settings */

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17;
  font-weight: lighter;
  color: black;
  background-color: white;
  padding: 0;
  margin: 0;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 5vh;
  position: fixed;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 901px) {
  h2 {
    font-size: 20;
  }
}

/* Horizontal Line Styling */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0;
}

p {
  font-family: "Times New Roman", Times, serif;
  font-weight: lighter;
}

a {
  color: blue;
  font-size: 20;
  font-family: "Times New Roman", Times, serif;
  font-weight: lighter;
}

a:hover {
  color: black;
}

.biglinks {
  font-size: 80;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.biglinks:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

button {
  background-color: transparent;
  color: black;
  border: none;
  text-align: left;
  text-decoration: none;
  font-size: 17;
  font-weight: lighter;
  letter-spacing: -1px;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  cursor: pointer;
}

button:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

button:focus {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.image_button {
  all: unset; /* wipes every browser + your CSS rule */
  display: inline-block;
  cursor: pointer;
}

.image_button:hover {
  all: unset;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.image_button:focus {
  all: unset;
  display: inline-block;
}

/* Main Container for Frontpage */

#frontpage_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 95vh;
}

#frontpage_container_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

#frontpage_container_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  position: fixed;
  margin-bottom: 10vh;
  border: black;
}

.frontpage_container_links_gap {
  margin-top: 10vh;
}

#frontpage_container_links button {
  font-size: 80;
  font-weight: bold;
}

#frontpage_container_links button:hover {
  font-weight: bold;
}

@media only screen and (max-width: 901px) {
  .biglinks {
    font-size: 50;
  }
  a {
    font-size: 20;
  }
  p {
    font-size: 15;
  }
  #frontpage_container_links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50vh;
    position: static;
    padding-top: 10vh;
    margin: 0;
  }
}

/* Flickering Image Maximum Sizing */

#flicker {
  max-width: 9.5vw;
  min-width: 150px;
  max-height: 9.5vw;
  min-height: 150px;
}

/* Overlay Text for frontpage Flickering Image */

#flicker_overlay {
  position: absolute;
  pointer-events: none;
  color: white;
  font-size: 51;
  text-align: center;
  line-height: 0.9;
  letter-spacing: -0.1vw;
}

@media only screen and (max-width: 901px) {
  #flicker {
    max-width: 50vw;
    min-width: 150px;
    max-height: 50vw;
    min-height: 150px;
  }
  #frontpage_container_image {
    height: 50vh;
  }
}

#About {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Specifications for Clean Lists */

.clean_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clean_list li {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/* Specifications for Musicpage Divs */

#musicpage_container_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1vh;
  padding-top: 15vh;
}

#musicpage_list {
  width: 12vw;
  padding: 1vh;
  /* border: 2px solid black; */
  /* background-color: lightblue; */
}

#musicpage_content {
  padding: 3vh;
  /* border: 2px solid black; */
  /* background-color: yellow; */
}

#musicpage_content a {
  font-size: 17;
  font-weight: lighter;
}

@media only screen and (max-width: 901px) {
  #musicpage_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #musicpage_list button {
    font-size: 30;
    margin: 2vw;
  }
}

.music_block {
  max-width: 80vw;
  border: 1px dashed black;
  margin-bottom: 4vh;
  padding: 2vh;
}

.design_block {
  margin-bottom: 4vh;
  padding: 2vh;
  max-width: 80vw;
  border: 1px solid black;
}

.review_covers {
  width: 20vw;
  min-width: 300px;
}

.albums2025_horizontal {
  display: none;
}

/* flipping 2025 aoty image on smaller screen size */

@media only screen and (max-width: 901px) {
  .albums2025_vertical {
    display: none;
  }

  .albums2025_horizontal {
    display: block;
  }
}

/* Portfolio page dividers */

#portfolio_container_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15vh;
}

#portfolio_list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 12vw;
  padding: 1vh;
  margin-left: 1vw;
  height: 60vh;
  position: fixed;
  /* border: 2px solid black; */
  /* background-color: lightblue; */
}

/* Styling for star icon on hover */

.star_button {
  position: relative;
}

.star_button::before {
  content: "★"; /* or ★, ☆, ✦, ✧ */
  position: absolute;
  font-size: 20;
  left: -1em; /* sits just outside the button */
  top: -0.25em;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.star_button:hover::before {
  opacity: 1;
}

#portfolio_content {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 78vw;
  padding: 3vh;
  padding-left: 15vw;
  /* border: 2px solid black; */
  /* background-color: yellow; */
}

.portfolio_image {
  width: 30vw;
  min-width: 250px;
  margin: 1vw;
}

.rcd_image {
  width: 15vw;
  min-width: 250px;
  margin: 1vw;
}

@media only screen and (max-width: 901px) {
  #portfolio_list {
    display: none;
  }
  #portfolio_content {
    padding: 3vw;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #portfolio_container_main {
    width: 100%;
    padding-top: 15vh;
  }
  .rcd_image {
    width: 35vw;
  }
  .portfolio_image {
    width: 90vw;
    margin: 2vw;
  }
}

/* Styling for content divs on Portfolio page */

.show {
  display: block;
}

.hidden {
  display: none;
}
