@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap');

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #000f16;
}

.content {
    padding: 50px 30px 0 30px;
}

.content .logo {
    margin-left: 50%;
    width: 150px;
    transform: translateX(-50%);
    animation-name: logo_animation;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    z-index: 2;
    position: relative;
}

.twitch-player {
    margin-top: -70px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 70%;
    z-index: 1;
    position: relative;
}

#twitch-embed-kamikatze, #twitch-embed-goicke {
    aspect-ratio: 16 / 9;
    width: 48%;
}

#twitch-embed-kamikatze {
    float: left;
}

#twitch-embed-goicke {
    float: right;
}

#twitch-embed-kamikatze iframe, #twitch-embed-goicke iframe {
    width: 100%;
    height: 100%;
}

.twitch-logo {
    padding: 0.2rem;
    border-width: 0.2rem;
    border-style: solid;    
    border-radius: 9000px;
    background-color: black;
    width: 6%;
    height: auto;
}

#twitch-logo-kamikatze {
    border-color: #ff8b14;
    float: left;
    margin-left: 24%;
    transform: translate(-50%, -40%);
}


#twitch-logo-goicke {
    border-color: #9147ff;
    float: right;
    margin-right: 24%;
    transform: translate(50%, -40%);
}

.description {
    width: 60%;
    max-width: 800px;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
}

.description p {
    line-height: 1.8;
    font-size: 18px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.player-last-episode {
    float: left;
    margin-top: 80px;
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.player-last-episode iframe {
    margin-top: 40px;
    height: 300px;
}

.platforms {
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    float: left;
    margin-top: 70px;
}

.platforms .logo-container {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.platforms .logo-container img {
    height: 40px;
    width: auto;
    margin: 0 30px;
}

.title-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    height: fit-content;
    flex-direction: column;
}

.title-container-sm {
    display: none;
}

.title-container .title {
    color: #fff;
    font-family: 'Londrina Outline', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-align: cetner;
    text-transform: uppercase;
    text-shadow:    0 0 5px #ff7bac,
                    0 0 10px #ff7bac,
                    0 0 20px #ff7bac,
                    0 0 40px #ff7bac,
                    0 0 80px #ff7bac,
                    0 0 100px #ff7bac,
                    0 0 120px #ff7bac;
    animation: blink 3s infinite linear alternate;
}

.title > .letter {
    margin: 0 9px;
}

@keyframes blink {
    60%, 70%, 79% {
        opacity: 1;
    }
    65%, 67%, 76%, 78% {
        opacity: 0;
    }
    66%, 69%, 77% {
        opacity: 0.8;
    }
}

.title-container .subtitle {
    color: #d6d1e8;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    padding: 8px 16px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #a48ff2 2px 2px 10px;

    animation: border-flicker 6s ease-in-out 8.15s infinite alternate both;
}

.title-container .subtitle > .letter {
    margin: 0 20px;
}

.instagram .title-container .title {
    text-shadow: none;
    animation-delay: 2s;
}

.instagram .title-container .title .l1-0 {
    text-shadow:    0 0 5px #f40001,
                    0 0 10px #f40001,
                    0 0 20px #f40001,
                    0 0 40px #f40001,
                    0 0 80px #f40001,
                    0 0 100px #f40001,
                    0 0 120px #f40001;
}

.instagram .title-container .title .l1-1 {
    text-shadow:    0 0 5px #eb001b,
                    0 0 10px #eb001b,
                    0 0 20px #eb001b,
                    0 0 40px #eb001b,
                    0 0 80px #eb001b,
                    0 0 100px #eb001b,
                    0 0 120px #eb001b;
}

.instagram .title-container .title .l1-2 {
    text-shadow:    0 0 5px #e40032,
                    0 0 10px #e40032,
                    0 0 20px #e40032,
                    0 0 40px #e40032,
                    0 0 80px #e40032,
                    0 0 100px #e40032,
                    0 0 120px #e40032;
}

.instagram .title-container .title .l1-3 {
    text-shadow:    0 0 5px #db004d,
                    0 0 10px #db004d,
                    0 0 20px #db004d,
                    0 0 40px #db004d,
                    0 0 80px #db004d,
                    0 0 100px #db004d,
                    0 0 120px #db004d;
}

.instagram .title-container .title .l1-4 {
    text-shadow:    0 0 5px #d40062,
                    0 0 10px #d40062,
                    0 0 20px #d40062,
                    0 0 40px #d40062,
                    0 0 80px #d40062,
                    0 0 100px #d40062,
                    0 0 120px #d40062;
}

.instagram .title-container .title .l1-5 {
    text-shadow:    0 0 5px #cf0071,
                    0 0 10px #cf0071,
                    0 0 20px #cf0071,
                    0 0 40px #cf0071,
                    0 0 80px #cf0071,
                    0 0 100px #cf0071,
                    0 0 120px #cf0071;
}

.instagram .title-container .title .l1-6 {
    text-shadow:    0 0 5px #c80085,
                    0 0 10px #c80085,
                    0 0 20px #c80085,
                    0 0 40px #c80085,
                    0 0 80px #c80085,
                    0 0 100px #c80085,
                    0 0 120px #c80085;
}

.instagram .title-container .title .l1-7 {
    text-shadow:    0 0 5px #c20097,
                    0 0 10px #c20097,
                    0 0 20px #c20097,
                    0 0 40px #c20097,
                    0 0 80px #c20097,
                    0 0 100px #c20097,
                    0 0 120px #c20097;
}

.instagram .title-container .title .l1-8 {
    text-shadow:    0 0 5px #ba00ae,
                    0 0 10px #ba00ae,
                    0 0 20px #ba00ae,
                    0 0 40px #ba00ae,
                    0 0 80px #ba00ae,
                    0 0 100px #ba00ae,
                    0 0 120px #ba00ae;
}

.instagram {
    margin-top: 80px;
    float: left;
    width: 70%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.instagram p {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 18px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.instagram img {
    height: 80px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.instagram .title-container {
    display: flex !important;
}

@keyframes flicker {
    0%, 2%, 35%, 37%, 39%, 41%, 100% {
        opacity: 1;
    }
    1%, 3%, 34%, 36%, 38%, 40% {
        opacity: 0;
    }
}

@keyframes border-flicker {
    0%, 2%, 4%, 6%, 33%, 37%, 39%, 41%, 100% {
        border: 2px solid white;
        box-shadow: #a48ff2 0px 0px 10px, inset #a48ff2 2px 2px 10px;
    }
    1%, 3%, 5%, 34%, 36%, 38%, 40% {
        border-color: transparent;
        box-shadow: unset;
    }
}

@keyframes logo_animation {
    0% {opacity:40%}
    3% {opacity:100%}
    6% {opacity:100%}
    7% {opacity:40%}
    8% {opacity:100%}
    9% {opacity:40%}
    10% {opacity:100%}
    99% {opacity:100%}
    100% {opacity:40%}
}

.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: #343434;
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1600px) {
    .content .logo {
        width: 140px;
    }

    .twitch-player {
        width: 80%;
    }

    .description {
        width: 70%;
    }

    .instagram {
        width: 60%;
    }
}

@media (max-width: 1300px) {

    .twitch-player {
        width: 90%;
    }

    .twitch-logo {
        width: 7%;
    }

    .description {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .title-container .title {
        font-size: 3.5rem;
    }

    .description p, .instagram p {
        font-size: 17px;
    }

    .title-container .subtitle {
        font-size: 1.5rem;
    }

    .platforms .logo-container {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .platforms .logo-container a {
        margin-top: 30px;
    }
}

@media (max-width: 1100px) {
    .content .logo {
        width: 120px;
    }

    .twitch-logo {
        width: 8%;
    }

    .title-container .title {
        font-size: 3rem;
    }

    .platforms .logo-container {
        margin-top: 10px;
    }

    .twitch-player, .player-last-episode, .platforms {
        width: 95%;
    }
}

@media (max-width: 1000px) {

    .platforms .logo-container a {
        margin-top: 40px;
    }

    .instagram {
        width: 80%;
    }
}

@media (max-width: 870px) {
    .twitch-player {
        margin-top: -45px;
    }

    #twitch-embed-kamikatze, #twitch-embed-goicke {
        float: none;
        width: 80%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #twitch-embed-goicke {
        margin-top: -10px;
        float: none;
    }

    .twitch-logo {
        float: none !important;
        width: 11%;
        margin-left: 50% !important;
        transform: translate(-50%, -40%) !important;
    } 

    #twitch-logo-goicke {
        margin-right: 0;
    }

    .title-container .subtitle > .letter {
        margin: 0 15px;
    }
}

@media (max-width: 815px) {
    .title-container .title {
        font-size: 2.5rem;
    }

    .description, .instagram {
        width: 95%;
    }

    .player-last-episode {
        margin-top: 70px;
    }
}

@media (max-width: 725px) {
    .title-container .subtitle {
        padding: 8px 10px;
    }

    .twitch-player, .player-last-episode, .platforms {
        width: 100%;
    }

    .title > .letter {
        margin: 0px 6px;
    }

    .title-container .subtitle > .letter {
        margin: 0 12px;
    }

    .title-container .subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 620px) {
    #twitch-embed-kamikatze, #twitch-embed-goicke {
        width: 90%;
    }

    .description p, .instagram p {
        font-size: 15px;
    }

    .platforms .logo-container {
        width: 200px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .title-container {
        display: none;
    }

    .title-container-sm {
        display: flex !important;
    }

    .title-container-sm .title {
        margin-top: 15px;
    }

    .title-container-sm .subtitle {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 550px) {
    .content {
        padding: 20px 30px 0 20px;
    }

    #twitch-embed-kamikatze, #twitch-embed-goicke {
        width: 100%;
    }

    .twitch-logo {
        width: 13%;
    } 

    .platforms {
        margin-top: 50px;
    }

    .player-last-episode {
        margin-top: 60px;
    }

    .instagram {
        margin-top: 60px;
    }
}

@media (max-width: 450px) {
    .content .logo {
        width: 110px;
    }

    .twitch-player {
        margin-top: -40px;
    }

    .twitch-logo {
        width: 15%;
    } 

    .title-container-sm .title {
        font-size: 2rem;
    }

    .platforms .logo-container img {
        height: 35px;
    }

    .platforms {
        margin-top: 40px;
    }

    .instagram .title-container .title {
        font-size: 2rem;
    }
}