* {
  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;
  align-items: center;
    background-image: url("../img/reviewsMain.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.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;
}

.reviewLink {
    transition: color 0.15s;
}

.reviewLink:link {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.reviewLink:visited {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.reviewLink:hover {
    text-decoration: none;
}

.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(#000000d5, #06090C);
}

.middleGradBlack {
    width: 100%;
    height: 250px;
    background-image: linear-gradient(#06090c00, #06090cc9, #000000f6);
}

.middleMain {
    width: 100%;
    height: 100%;
    background-color:  rgba(0, 0, 0, 0.781);
    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: 1700px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.middleLeft {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.middleRight {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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: 640px;
    height: 640px;
    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: 75%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.reviewTextFirst {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reviewTextLeft {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}

.reviewTextRight {
    width: 100%;
    text-align: right;
    justify-content: end;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.reviewTextFirst, .reviewTextLeft, .reviewTextRight {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reviewTextFirst.show, .reviewTextLeft.show, .reviewTextRight.show {
    opacity: 1;
    transform: translateY(0);
}



.reviewText {
    width: 640px;
}

.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);
}

.backgroundBlack {
    position: absolute;
    width: 100%;
    height: calc(100% - 100vh - 250px);
    display: flex;
    justify-content: center;
    z-index: -2;
    background-color: #000000d5;
    background-size: 100% auto;
    margin-top: calc(100vh + 250px);
}

.backgroundCoverIllusions {
    position: absolute;
    width: 100%;
    height: calc(100% - 100vh - 500px);
    display: flex;
    justify-content: center;
    z-index: -1;
    background-image: url("../img/illusionsCover.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: calc(100vh + 500px);
}

.backgroundCoverGradient1 {
    position: absolute;
    width: 100%;
    height: 245px;
    display: flex;
    justify-content: center;
    z-index: -1;
    background-image: linear-gradient(#15170A, #00000007, #101110);
    margin-top: calc(100vh + 2405px);
}

.backgroundCoverGradient2 {
    position: absolute;
    width: 100%;
    height: 245px;
    display: flex;
    justify-content: center;
    z-index: -1;
    background-image: linear-gradient(#15170A, #06090c00, #10111000);
    margin-top: calc(100vh + 4555px);
}