:root {
    --color-fg: var(--lightblue);
    --color-bg: var(--black);
    --color-text-dark: var(--black);
    --color-text-light: var(--lightblue);
}

body {
    background-color: var(--color-bg);
}


@media (max-width: 991px) {
    .gesang-container {
        width: 100vw;
    }

    .gesang-top {
        background-color: var(--color-fg);
    }

    .gesang-img-top {
        display: block;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        height: 250px;
        width: 250px;
        max-width: 100vw;
        max-height: 100vw;
    }

    .gesang-title-top {
        margin-top: 50px;
        padding-left: 10px;
        padding-right: 10px;

        color: var(--color-text-dark);
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .gesang-subtitle-top {
        padding-left: 10px;
        padding-right: 10px;

        font-family: "Roboto", sans-serif;
        color: var(--color-text-dark);
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .gesang-text-top {
        padding: 10px;
        font-family: "Roboto", sans-serif;
        color: var(--color-text-dark);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    .gesang-text-top a {
        color: var(--color-text-dark);
    }
    .gesang-text-top a:link {
        color: var(--color-text-dark);
    }
    .gesang-text-top a:hover {
        color: var(--color-text-dark);
        opacity: 80%;
    }
    .gesang-text-top a:active {
        color: var(--color-text-dark);
        opacity: 50%;
    }
    .gesang-text-top a:visited {
        color: var(--color-text-dark);
    }
    
    .gesang-bottom {
        background-color: var(--color-bg);
        width: 100vw;
        margin-top: 50px;
        color: var(--color-text-light);
        font-family: "Roboto", sans-serif;
    }

    .gesang-bottom h2 {
        padding: 10px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .gesang-bottom h3 {
        padding: 10px;
        font-weight: 300;
    }

    .gesang-bottom h4 {
        padding: 5px;
        font-weight: 300;
    }

    .gesang-bottom-text{
        padding: 10px;
    }

    .gesang-bottom a {
        color: var(--color-text-light);
    }
    .gesang-bottom a:link {
        color: var(--color-text-light);
    }
    .gesang-bottom a:hover {
        color: var(--color-text-light);
        opacity: 80%;
    }
    .gesang-bottom a:active {
        color: var(--color-text-light);
        opacity: 50%;
    }
    .gesang-bottom a:visited {
        color: var(--color-text-light);
    }


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .fixed-top {
        mix-blend-mode: difference;
    }

    .navbar-link {
        color: var(--color-fg);
    }

    .navbar-link:link {
        color: var(--color-fg);
    }

    .navbar-link:visited {
        color: var(--color-fg);
    }

    .navbar-link:hover {
        color: #666666;
    }

    .navbar-link:active {
        color: #666666;
    }

    .footer-link {
        color: var(--color-fg);
    }

    .footer-link:link {
        color: var(--color-fg);
    }

    .footer-link:visited {
        color: var(--color-fg);
    }

    .footer-link:hover {
        color: #666666;
    }

    .footer-link:active {
        color: #666666;
    }
    .gesang-top {
        background-color: var(--color-fg);
        height: 550px;
    }

    .gesang-container {
        position: relative;
        width: 980px;
    }


    .gesang-img-top {
        position: absolute;
        top: 130px;
        left: 0px;
        height: 300px;
        width: 300px;
    }
    
    .gesang-title-top {
        position: absolute;
        top: 130px;
        left: 300px;
        color: var(--color-text-dark);
        font-family: "Roboto", sans-serif;
        font-size: 70px;
        font-weight: 300;
        letter-spacing: 12px;
        text-transform: uppercase;
    }

    .gesang-subtitle-top {
        position: absolute;
        top: 240px;
        left: 400px;
        width: 560px;

        font-family: "Roboto", sans-serif;
        color: var(--color-text-dark);
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .gesang-text-top {
        position: absolute;
        top: 280px;
        left: 400px;
        width: 560px;

        font-family: "Roboto", sans-serif;
        color: var(--color-text-dark);
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .gesang-text-top a {
        color: var(--color-text-dark);
    }
    .gesang-text-top a:link {
        color: var(--color-text-dark);
    }
    .gesang-text-top a:hover {
        color: var(--color-text-dark);
        opacity: 80%;
    }
    .gesang-text-top a:active {
        color: var(--color-text-dark);
        opacity: 50%;
    }
    .gesang-text-top a:visited {
        color: var(--color-text-dark);
    }

    .gesang-bottom {
        background-color: var(--color-bg);
        width: 900px;
        margin-top: 50px;
    }
    .gesang-bottom-title {
        display: flex;
        justify-content: center;
    }

    .gesang-bottom h2 {
        color: var(--color-text-light);
        font-family: "Roboto", sans-serif;
        font-size: 36px;
        font-weight: 300;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .gesang-bottom h3 {
        color: var(--color-text-light);
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .gesang-bottom h4 {
        color: var(--color-text-light);
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gesang-bottom-text {
        color: var(--color-text-light);
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 80px;
    }

    .gesang-bottom-info {
        color: var(--color-text-light);
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 400;
    }

    .gesang-bottom a {
        color: var(--color-text-light);
    }
    .gesang-bottom a:link {
        color: var(--color-text-light);
    }
    .gesang-bottom a:hover {
        color: var(--color-text-light);
        opacity: 80%;
    }
    .gesang-bottom a:active {
        color: var(--color-text-light);
        opacity: 50%;
    }
    .gesang-bottom a:visited {
        color: var(--color-text-light);
    }
}