* {
  margin: 0%;
}

@font-face {
  font-family: 'Aleo';
  src: url(../Aleo-VariableFont_wght.ttf);
}

body {
    overflow-x: hidden;
    font-family: Aleo;
}

#master {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    background-image: url("../img/galleryMain.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: -170px;
}

.top {
    width: 100%;
    height: 100vh;
}

#headerMain {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.575), #ffffff00);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.2s ease;
    z-index: 100;
}

#headerMain.hide {
    top: -100px;
}

.headerLogo {
    margin-left: 8vw;
    width: 30%;
    height: 100%;
}

.headerMenu {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.headerMenuBottom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logoHeader {
    height: 100%;
}

.menuItem {
    margin-left: 50px;
    transition: color 0.15s;
}

.menuItemFlag {
    margin-left: 20px;
    transition: color 0.15s;
}

.menuItemFlag#menuButton9 {
    margin-left: 20px;
    margin-right: 50px;
    transition: color 0.15s;
}

.menuItemHome {
    margin-left: 100px;
    transition: color 0.15s;
}

.menuItemHomeBottom {
    transition: color 0.15s;
}

.menuItem:link , .menuItemHome:link , .menuItemHomeBottom:link{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.menuItem:visited , .menuItemHome:visited , .menuItemHomeBottom:visited{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.menuItem:hover , .menuItemHome:hover , .menuItemHomeBottom:hover{
    text-decoration: none;
    color: #E19622;
}

.topText {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
}

.middleGrad {
    width: 100%;
    height: 250px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.637), rgba(0, 0, 0, 0.911));
}

.middleMain {
    width: 100%;
    height: 100%;
    background-color:  rgba(0, 0, 0, 0.911);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mainLogoAlbum {
    position: relative;
    bottom: 100px;
}

.middleText {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

#universumSpacing {
    letter-spacing: 20px;
}

.middleDisplay {
    margin-top: 100px;
    width: 100%;
    height: 1520px;
    color: white;
    display: flex;
    justify-content: center;
}

.middleLeft {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.middleRight {
    width: 1520px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bandPhoto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s;
    overflow: hidden;
}

.bandPhoto:hover {
    transform: scale(1.1);
}

.featureFMEmbed {
    width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ytEmbed {
    margin-top: 48px;
}

.creditsDiv {
    width: 640px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.allButtonsDiv {
    width: 100%;
    height: 100%;
    display: flex;
}

.creditButtonsDiv {
    width: 50%;
    height: 50px;
    display: flex;
}

.creditsButtonNotSelected {
    height: 100%;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #4c4f53;
    transition: color 0.1s;
}

.creditsButtonSelected {
    color: white;
    transition: color 0.1s;
}

.creditsButtonNotSelected:hover {
    color: white;
}

.creditsButtonFiller {
    width: 100%;
}

.creditsButtonUnderlineNotSelected {
    width: 100%;
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border 0.1s;
}

.creditsButtonUnderlineSelected {
    border: 1px solid white;
    transition: border 0.1s;
}

.creditsTextHidden  {
    display: none;
}

.coverArtDiv {
    width: 380px;
    height: 380px;
    display: flex;
}

.buyButtonDiv {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: right;
}

#switchableText {
    margin-top: 10px;
}

#mainPageCD {
    height: 100%;
}

.buttonDiv {
    height: 100%;
    width: 640px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.textBox {
    width: 640px;
    font-size: 18px;
}

.readmoreButton {
    background-color: #565F68;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 5px;
    transition: background-color 0.1s;
    font-size: 16px;
}

.buttonClickable {
    height: fit-content;
}

.buttonClickable:link{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.buttonClickable:visited{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.readmoreButton:hover{
    border-radius: 5px;
    background-color: #2c333b;
}

.buyButtons {
    width: 100%;
    height: 900px;
    background-color:  rgba(0, 0, 0, 0.911);
    color: white;
    display: flex;
    justify-content: center;
}

.buyLeft {
    width: 50%;
    display: flex;
    justify-content: center;
}

.buyRight {
    width: 50%;
    height: 100%;
    display: flex;
}

.spacer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    width: 90%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#bottomHr {
    width: 90%;
    border: 1px solid rgb(66, 66, 66);
}

#copyright {
    color: rgb(112, 112, 112);
}


.lightbox {
  display: none; /* hidden by default */
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
}

.lightbox button {
  position: absolute;
  background: none;
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}

.close { top: 20px; right: 30px; }
.prev  { left: 30px; top: 50%; transform: translateY(-50%); }
.next  { right: 30px; top: 50%; transform: translateY(-50%); }
