body{
    background-color: rgb(212, 202, 214);
    font-family: 'Press Start 2P';
}

.afterimage {
    position: fixed;
    width: 20px;
    height: 20px;
    background: url('/public/img/mouse.png') no-repeat center center;
    background-size: cover;
    pointer-events: none;
    mix-blend-mode:soft-light;
    transform: translate(-20%, -20%);
    opacity: 0.3;
    transition: opacity 1s ease-out;
}

a{
    color: rgb(112, 77, 124);
}

p{
    /*background-color: #d4cad65b;*/
    font-size: 15px;
}

.content{
    text-align: center;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.centered {
    margin: 0;
    position: fixed;
    top: 50%;
    right: 50%;
}

h1{
    margin-left: 50px;
    margin-right: 50px;
    word-break: keep-all;
}


#loading{
    position: absolute;
    top: 7%;
    left: 7%;
    opacity: 60%;
    width: 10%;
    height: auto;
}

#name{
    color:rgb(66, 46, 65);
    text-shadow: 3px 3px 3px white;  
    width: 100%; 
}

.lang{
    align-items: center;
    justify-content: center;;
}

.ref{
}

.prompt{
    font-size: 120%;
    cursor:pointer;
    top: 7%;
    right: 0;
    left: 0;
    position: fixed;
    opacity: 20%;
}

.tagline{
    font-size: 100%;
    left: 0;
    position: fixed;
    opacity: 20%;
    transform: translate(-0.5%, 0.5%);
    right: 0;
    top: 65%;
}

.n1{
    font-size: 200%;
    cursor:pointer;
    right: 0;
    top: 40%;
    position: fixed;
}

.n1:hover{
    color: rgb(162, 91, 172);
    opacity: 20%;
}

.ntrans1{
    animation: namemove1 1.5s ease;
}

.n2{
    font-size: 100%;
    position: fixed;
    top: 7%;
    margin: 0;
    z-index: 5;
}

.ntrans2{
    font-size: 100%;
    position: fixed;
    animation: namemove2 1.5s ease;
    top: 7%;
    margin: 0;
}

.n3{
    font-size: 100%;
    position: fixed;
    top: 4%;
    left: -25%;
    padding-left: 30%;
    padding-right: 30%;
}

.ntrans3{
    font-size: 100%;
    position: fixed;
    animation: namemove3 1.5s ease;
    top: 4%;
    left: -25%;
}

.n4{
    font-size: 200%;
    position: fixed;
    top: 7%;
    transform: translate(-0.5%, 0%);
}

.ntrans4{
    font-size: 100%;
    position: fixed;
    animation: namemove4 1.5s ease;
    top: 7%;
    left: 4%;
}

.n2-scrolled{
    text-shadow: 3px 3px 5px rgb(0, 0, 0);  
    opacity: 20%;
    z-index: -1;
}

.info{
    margin: auto;
    width: 80%; 
    letter-spacing: -1px;
    font-size: 80%;
    text-align: center;
    color:rgb(95, 62, 93);
    text-shadow: 3px 3px 3px white;  
    line-height: 1.6rem;
}

.info img{
    display:block;
    border: 2px dashed darkorchid;
    box-shadow: 10px 10px 2px grey;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

.info .row{
    margin-bottom: 80px;
}

.info2{
    margin: auto;
    width: 80%; 
    letter-spacing: -1px;
    font-size: 60%;
    text-align: center;
    color:rgb(95, 62, 93);
    text-shadow: 3px 3px 3px white;  
    line-height: 1.6rem;
}

.info2 h2 {
    font-size: 20px;
}

.infosect{
    border: 2px dashed darkorchid;
    box-shadow: 10px 10px 2px grey;
    background: hwb(291 88% 9% / 0.089);
    padding: 10px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.infosect p{
    padding: 5px;
    padding-top: 10px;
    font-size: 120%;
}

.lang p {
    margin: 0;
    font-size: 100%;
}

.secthead{
    font-family: 'Press Start 2P';
    font-size: 18px;
    padding: 5px;
    letter-spacing: -1px;
}

hr{
    border-top: 2px dashed darkorchid;
}

.vr {
    min-height: 100%;
    width:0;
    margin: 0;
    border-left: 4px dashed darkorchid;
    box-shadow: 3px 3px 3px white;  
}

.dual {
    width: 100vh;
}

.triple {
    width: 66.6vh;
}

button{
    display:block;
    width: 60%;
    padding: 12px 20px;
    border: 2px dashed darkorchid;
    border-radius: 9px;
    box-shadow: 10px 10px 2px grey;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5%;
    margin-left: auto;
    color:rgb(95, 62, 93);
    background-color: rgb(212, 202, 214);
    font-family: 'Press Start 2P';
    z-index: 3;
}

button:hover{
    background-color: rgb(202, 155, 200);
    cursor: pointer;
}

.row{
    display: flex;
    justify-content: center;
}

.column{
    padding: 10px;
    display: flex;
    flex-direction: column
}

.fa {
    padding: 20px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    opacity: 70%;
    color: rgb(72, 47, 80);
  }
  
  .fa:hover {
    opacity: 100%;
  }

.dischead{
    text-align: left;
    letter-spacing: 5px;
    text-decoration: underline;
    margin-bottom: 30px;
    font-family: 'Press Start 2P';
    font-size: 50%;
    padding: 5px;
    letter-spacing: -1px;
}

.discimg{
    max-height: 350px;
}

.floating2{
    animation: float 2s infinite; 
}

.floating8{
    animation: float 8s infinite;
}

.floating4{
    animation: float 4s infinite;
}

.floating6{
    animation: float 6s infinite;
}


@keyframes float {  
    0% {
        transform: translate(0%, 0%)
    }
    50% {
        transform: translate(-1%, -5%);
    }
    100% {
        transform: translate(0%, 0%)
    }
}


@keyframes namemove1 {
    
    0% {
        font-size: 200%;
        top: 40%;
        margin: 0;
    }
    100% {
        font-size: 100%;
        top: 7%;
        margin: 0;
    }
}

@keyframes namemove2 {
    
    0% {
        font-size: 100%;
        top: 7%;
    }
    100% {
        font-size: 100%;
        top: 7%;
        left: -25%;
        padding-left: 30%;
        padding-right: 30%;
    }
}

@keyframes namemove3 {
    
    0% {
        font-size: 100%;
        top: 7%;
        left: -25%;
        padding-left: 30%;
        padding-right: 30%;
    }
    100% {
        font-size: 100%;
        top: 7%;
        left: -0.5%;
    }
}

@keyframes namemove4 {
    
    0% {
        font-size: 100%;
        top: 7%;
    }
    100% {
        font-size: 200%;
        left: -0.5%;
    }
}

.fade-in {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

            animation-fill-mode: initial; 
            -webkit-animation-fill-mode: initial;

}

.fade-out {
    -webkit-animation: fadeOut 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeOut 1s; /* Firefox < 16 */
        -ms-animation: fadeOut 1s; /* Internet Explorer */
         -o-animation: fadeOut 1s; /* Opera < 12.1 */
            animation: fadeOut 1s;
}

@keyframes fadeOut {
    from { opacity: 0.3; }
    to   { opacity: 0; }
}

@-moz-keyframes fadeOut {
    from { opacity: 0.3; }
    to   { opacity: 0; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 0.3; }
    to   { opacity: 0; }
}

@-o-keyframes fadeOut {
    from { opacity: 0.3; }
    to   { opacity: 0; }
}

@-ms-keyframes fadeOut {
    from { opacity: 0.3; }
    to   { opacity: 0; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



@media screen and (max-width: 832px){
    .info2{
        display: block;
    }
    .info2 .vr{
        display: none;
    }
    .info2 .dual{
        width: auto;
    }
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 0.9em;
    }
    .info{
    }
    .info img{
    }
    .info2{
        font-size: 80%;
    }
}

@media screen and (max-width: 730px){
    .info img{
        width: 300px;
        height: auto;
    }
    .triple {
        width: auto;
    }
    .row{
        display: block;
    }
    .vr{
        display: none;
    }
    .dual{
        width: auto;
    }
    button{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        padding: 20px 20px;
    }
}


@media screen and (max-width: 470px) {
    .info2{
        width: 100%;
    }
    .info img{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 5%;
        margin-left: auto;
        width: 100%;
        height: auto;
    }
    .row{
        display: block;
    }


}

@media screen and (max-width: 372px) {
    .n1 {
        font-size: 130%;
    }

    .prompt {
        font-size: 80%;
    }

    .tagline {
        font-size: 80%;
    }
}
