@import url('https://fonts.googleapis.com/css2?family=Oswald');

html, body {
    font-family: 'Oswald', sans-serif;
    background-color: #111111;
    background: url('../images/evening.jpg');
    background-size: cover;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    color: initial;
}

.login {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 99;
    color: #FF00FF;
    font-size: 25px;
}
    .login i {
        color: #FF00FF;
        cursor: pointer;
        margin: 7px;
    }
        .login i:hover {
            color: #DEA114;
        }

.videos {
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    height: 100vh;
    text-align: center;
    overflow-y: scroll;
}
    .videos::before {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .videos h1 {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 79px;
        letter-spacing: 2px;
        color: #EEEEEE;
        margin: 0px;
        margin-top: 3vh;
        width: 93vw;
        padding: 3vh;
    }
        .videos h1::after {
            content: "A music collection by Andre Speek";
            position: absolute;
            bottom: 9px;
            left: 0px;
            font-size: 12.5px;
            font-family: sans-serif;
            width: 93vw;
            text-align: center;
        }
        .videos h1 img {
            --size: 75px;
            width: var(--size);
            height: var(--size);
            border-radius: 50%;
            transform: scale(1.75, 1.75) rotate(7deg);
            margin-right: 1.5vw;
            border: 0.3vw solid rgba(0, 0, 0, 0.3);
        }

.headerBlock {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 90vw;
    display: grid;
    grid-template-columns: 40vw auto;
    margin: 21px auto;
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
}
    .headerBlock div {
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.7);
        color: #DDDDDD;
        padding: 1.5vw 17% 0px 17%;
        text-align: left;
    }
    .headerBlock p {
        box-sizing: border-box;
        margin: 3vh 0px;
        width: 35vw;
        font-family: sans-serif;
        color: #AAAAAA;
    }
        .headerBlock p b {
            display: block;
            margin: 7px 0px;
            font-size: 125%;
            color: #DEA114;
        }
    .headerBlock h3 {
        margin: 5px;
        font-size: 27px;
    }
        .headerBlock h3 i {
            width: 25px;
            height: 25px;
            text-align: center;
            font-size: 95%;
            padding: 9px;
            background-color: #DEA114;
            color: #FFFFFF;
            border-radius: 50%;
            margin-right: 11px;
        }
    .headerBlock span {
        box-sizing: border-box;
        display: inline-block;
        width: 35vw;
        font-family: sans-serif;
        letter-spacing: 1px;
        line-height: 1.5;
        color: #DEA114;
    }
    .headerBlock table {
        margin-top: 11px;
    }
    .headerBlock td {
        padding: 3px 0px;
    }
    .headerBlock section {
        padding: 11px 21px;
        background-color: #333333;
        margin-top: 21px;
        border-radius: 3px;
    }
.headerVideo {
    position: relative;
    z-index: 99;
    --size: 35vw;
    width: var(--size);
    height: calc(var(--size) / 16 * 9);
    border: 0.5vw solid rgba(175, 0, 175, 0.5);
    box-shadow: 0px 0px 3vw #333333;
    margin-bottom: 17px;
}

.videoContainer {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 0.5vw solid rgba(175, 00, 175, 0.35);
    border-radius: 5px;
    margin: 1.5vw 3vw;
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    box-shadow: 0px 0px 0.35vw rgba(0, 0, 0, 0.7);
}
    .videoContainer h2 {
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 45px;
        background-color: rgba(0, 0, 0, 0.99);
        font-family: sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0px;
        padding: 7px 17px;
    }
        .videoContainer h2 i {
            text-align: center;
            font-size: 95%;
            padding: 7px;
            background-color: rgba(35, 0, 35, 0.95);
            color: #F5F5F5;
            border: 1px solid rgba(175, 0, 175, 0.55);
            border-radius: 50%;
            margin-right: 11px;
            transform: scale(1.5, 1.5) translateY(7px);
        }
        .videoContainer h2 span {
            position: absolute;
            top: -11px;
            right: 17px;
            font-size: 11px;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, 0.25);
        }
.video {
    margin: 0px;
    padding: 0px;
    --size: 23vw;
    width: var(--size);
    height: calc(var(--size) / 16 * 9);
    background-color: rgba(0, 0, 0, 0.7);
}

.viewer {
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    padding: 5vw;
    padding-top: 2.5vw;
    display: grid; 
    grid-template-columns: 45vw auto;
    grid-gap: 2.5vw;
    overflow-y: scroll;
    --size: 40vw;
}
    .viewer::before {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .viewer article {
        box-sizing: border-box;
        padding: 1.5vw;
        background-color: rgba(0, 0, 0, 0.77);
        color: #EEEEEE;
        width: 100%;
        height: calc(var(--size) / 16 * 9);
    }
        .viewer article h1 {
            color: #DEA114; 
            font-size: 2.5rem;
            margin-top: 0px;
        }
            .viewer article h1 i {
                color: #FFFFFF;
                font-size: 21px;
                padding: 9px;
                background-color: #DEA114;
                border-radius: 50%;
                margin-right: 7px;
                transform: translateY(-9px);
            }
        .viewer article h6 {
            font-family: sans-serif;
            line-height: 1.5;
            font-size: 1.25rem;
            font-weight: normal;
            color: #DDDDDD;
            width: 90%;
        }
    .viewer section {
        grid-column: 1 / 3;
        height: auto;
        background-color: #212121;
        color: #FFFFFF;
        padding: 2.5vw;
        font-family: sans-serif;
        line-height: 1.35;
        letter-spacing: 0.5px;
        display: grid;
        grid-template-columns: 3fr 2fr;
    }
        .viewer section h3 {
            font-size: 2.1rem;
            color: #DEA114;
            margin: 0px;
        }
        .viewer section p {
            
        }
        .viewer section content {
            box-sizing: border-box;
            width: auto;
            margin-left: 7vw;
            background-color: #313131;
            padding: 1.5vw;
        }
            .viewer section content h3 img {
                --size: 55px;
                width: var(--size);
                height: var(--size);
                border-radius: 50%;
            }
.viewerVideo {
    box-sizing: border-box;
    position: relative;
    --size: 45vw;
    width: var(--size);
    height: calc(var(--size) / 16 * 9);
    border: 0.5vw solid rgba(175, 0, 175, 0.5);
    box-shadow: 0px 0px 3vw #333333;
}
.btnViewer {
    padding: 9px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: rgba(45, 45, 45, 0.77);
    color: #DDDDDD;
    margin: 9px;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
    .btnViewer i {
        font-size: 125%;
        margin-right: 7px;
    }
    .btnViewer:hover {
        background-color: #000000;
        border: 1px solid #DEA114;
        color: #DEA114;
    }

.formTitle {
    padding: 11px;
    font-size: 1.5rem;
    background-color: #000000 !important;
    color: #DEA114;
    letter-spacing: 1px;
}
.form {
    display: inline-block;
    border-collapse: collapse;
    min-width: 550px;
    background-color: transparent;
    color: #DDDDDD;
}
    .form th {
        width: 30%;
        padding: 7px 9px;
        background-color: #212121;
        font-family: sans-serif;
        text-align: left;
        font-weight: normal;
    }
    .form td {
        padding: 7px 9px;
        text-align: left;
        background-color: #555555;
    }
    .form li {
        text-align: left;
    }
    .form a {
        color: #DEA114;
        text-decoration: none;
    }

input, button, textarea {
    box-sizing: border-box;
    padding: 7px;
    border: 1px solid #AAAAAA;
    width: 375px;
    border-radius: 3px;
    outline: none;
}
    input[type=text] {
        box-shadow: 0 0 0px 1000px #AAAAAA inset;
    }
button {
    width: 95px;
    background-color: #DEA114;
    color: #FFFFFF;
    border: 1px solid #DEA114;
    cursor: pointer;
}

@media only screen and (max-width: 1150px) {
    .videos h1 {
        font-size: 2rem;
        z-index: 9;
    }
        .videos h1 img {
            --size: 15vw;
            margin-right: 5vw;
        }
        .videos h1::after {
            bottom: -15px;
        }

    .headerBlock {
        display: flex;
        flex-direction: column;
    }
        .headerBlock h3 {
            font-size: 1.25rem;
        }
        .headerBlock div {
            padding: 21px;
        }
        .headerBlock span, .headerBlock p {
            width: 100%;
            line-height: 1.5;
        }
    .headerVideo {
        --size: 80vw;   
    }

    .video {
        --size: 80vw;
    }

    input[type=text] {
        width: 55vw;
    }
}

#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

