@font-face {
    font-family: PPSupplyMono;
    src: url(assets/fonts/PPSupplyMono-Regular.otf);
}

html{
    font-family: PPSupplyMono;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

header{
    text-align: left;
}


.content{
    position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
  width: 80vw;
  
}

.vinyl{
    margin: 0 auto;
    padding: 3rem;
    background-image: url("assets/images/Website_x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vinyl img{
    max-width: 50vw;
    max-height: 50vh;
}

.video{
    position: absolute;
    right: 0vw;
    top: 50%;
    transform: translateY(-50%);
}

.video video{
    max-width: 15vw;
}





.ke-logo{
    text-align: center;
    max-width: 10vw;
    margin: 0 auto;
}

a{
    color: #ffffff;
}

a:active{
    color: #ffffff;
}


footer{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2rem;
   
}




.popover{
    position: absolute;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
    width: 50vw;
    background-color: #ffffff9d;
    padding: 2rem;
    border-radius: 2rem;
    color: #000000;
}

button{
    background-color: transparent;
    border: none;
    width: 3rem;
}

.closeButton{
    position: absolute;
    width: 3rem;
    right: 0.5rem;
    top: 0rem;
}

.mainPlayButton{
    display: none;
    position: absolute;
    bottom: -2vh;
    left: calc(50% - 1.5rem);
}

h2{
    font-size: 1.2rem;
    text-align: center;
}

.tutorial-image{
    display: inline-flex;
}

.tutorial-text{
    display: inline-block;
}

.tutorial-text p{
    width: 29%;
    float: left;
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
    padding: 0 2%;
}

@media (max-aspect-ratio: 1/1) {
    .video{
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }

    .video video{
        max-width: unset;
        max-height: 25vh;
    }

    .popover{
        width: 80vw;
    }
  }

  @media only screen and (max-width: 500px) {
    footer{
        font-size: 0.8rem;
    }
    
}

@media only screen and (min-width: 1200px) {
    footer{
        font-size: 1.2rem;
    }
    
}

