@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200&display=swap');

.creditSpace{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: rgb(20,20,20);
    padding-bottom: 250px;
    z-index: 99999999999999999999999;
}
h1.creditTitle{
    width: calc(100% - 50px);
    font-size: 10em;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 50px;
    float: right;
    clear: both;
    margin-bottom: 15px;
    margin-top: 150px;
    text-transform: uppercase;
    color: white;
    font-family: 'Jost', sans-serif;
}
.creditContainer{
    float: left;
    width: calc(100% - 300px);
    margin: 0;
    padding: 0;
    margin-top: 50px;
    margin-left: 150px;
    margin-right: 150px;
}
.creditContainer img{
    width: 150px;
    height: 150px;
    filter: invert(100%);
    float: left;
    margin: 0;
    padding: 0;
    margin-left: calc((50% - 75px)/9);
    margin-right: calc((50% - 75px)/9);
    transition: 0.2s;
    opacity: 0.5;
}
.creditContainer img:hover{
    transition: 0.2s;
    scale: 1.2;
    opacity: 1;
}

/**********/
/* MOBILE */
/**********/

@media (min-width: 279px) and (max-width: 823px) {
    .creditSpace{
        padding-bottom: 100px;
    }
    h1.creditTitle{
        width: calc(100% - 20px);
        font-size: 5em;
        margin-right: 20px;
        margin-top: 100px;
    }
    .creditContainer{
        width: calc(70px * 4);
        margin-top: 0px;
        margin-left: calc(50% - (70px * 2));
        margin-right: calc(50% - (70px * 2));;
    }
    .creditContainer img{
        width: 70px;
        height: 70px;
        margin-left: 0;
        margin-right: 0;
    }
    #snglCreditView{
        width: 250px;
        height: 250px;
        padding: 25px;
        margin-left: calc(50% - 150px);
        margin-right: calc(50% - 150px);
        position: fixed;
        top: 250px;
        left: 0;
        overflow: hidden;
        background: rgb(15,15,15);
        box-shadow: 0 0 15px black;
        z-index: 99999999999999999999999999999999999999;
        display: none;
    }
    p.closingSnglView{
        position: absolute;
        top: -5px;
        right: -5px;
        color: white;
        width: 50px;
        height: 50px;
        font-size: 1.2em;
        text-align: center;
        line-height: 1em;
        z-index: 999999999999999999999999999999999999999999999;
    }
    #backgroundCredit{
        width: 800px;
        height: 800px;
        margin-left: -400px;
        margin-top: -400px;
        background-size: 70px 70px;
        background-position: center;
        filter: invert(100%);
        opacity: 0.05;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    #snglLogoView{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        filter: invert(100%);
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (min-width: 279px) and (max-width: 320px) {
    #snglCreditView{
        top: 150px;
    }
}
