﻿.logo {
    font-family: 'Segoe UI', Roboto, system-ui;
    font-weight: 900;
    font-size: 50px;
    line-height: initial;
    margin-bottom: 48px;
    color: white;
}

.subpage {
    background-position: top left, center center;
    background-attachment: fixed, fixed;
    background-size: auto, cover;
    color: white;
    display: block;
    height: 5em;
}

.subpagelogo {
    margin-left: auto;
    margin-right: auto;
    width: 50em;
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 48px;
    }

    .downloadButtons {
        display: none;
    }

    .additionalSpacer {
        margin-bottom: 35px;
    }

    .subpage {
        height: 8em;
    }

    .subpagelogo {
        width: 100%;
        text-align: center;
    }
}


.backgroundG {
    background-image: linear-gradient( to right, #344757, #526371 );
}
