@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

:root {
    font-family: 'Lato', sans-serif;
    color: #282223;
}

.bg {
    background-color: #ffffff;
    /*background-image: url("img/background.svg");*/
    /* Full height */
    height: 100%;
    min-height: 100svh;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-content {
    background-image: url("img/background.png");
    /*background-color: #FCFCFC;*/
}

.modal-body {
    /*background-color: #FCFCFC;*/
}

.modal-header {
    /*background-color: #ffffff;*/
}

.headline {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: calc(19 / 16);
    text-align: center;
}

.cta-headline {
    color: #282223;
    font-size: 1.5rem;
    font-weight: bold;
    /*letter-spacing: -0.18px;*/
    /*line-height: 1;*/
    text-align: center;
    margin-bottom: 10px;
}

.cta-subtitle {
    font-size: 1.2rem;
    color: #748398;
    font-weight: 300;
    /*line-height: 1.3;*/
    /*letter-spacing: -0.2px;*/
    text-align: center;
    margin-bottom: 1em;
}

.primary-button {
    font-size: 1.1rem;
    background: #EE003A;
    border-radius: 2px;
}

.flat-button {
    font-size: 1.1rem;
    color: #011832;
}

.header-image {
    object-fit: contain;
}

@media only screen and (min-device-width: 420px) and (min-device-height: 840px) {
    .header-image {
        max-height: 115px;
    }
}
