html {
    height: 100%;
    width: 100%;
}

body {
    text-align: center;
    color: #fbf5e0;
    font-family: "poleno", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    min-height: 100%;
    background-color: #1e454a;
    margin: 0;
    padding: 0;
}

div.main {
    min-height: calc(100vh - 100px);
}

div#background {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0;
    padding: 0;
}

div#background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.button-bar {
    margin-top: 340px;
    vertical-align: middle;
}

a.button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 216px;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: none;
    font-size: 18pt;
    position: relative;
    padding-top: 20px;
    margin: 6px 6px;
    box-sizing: border-box;
}

a.button img {
    position: absolute;
    left: 20px;
    top: 14px;
}

a.button-filled {
    background-image: url('imgs/BUTTON.PNG');
    color: #94aa97;
    padding-left: 40px;
}
a.button-filled:hover {
    background-image: url('imgs/BUTTON_FULL_LIGHT.PNG');
}

a.button-outline {
    background-image: url('imgs/BUTTON_EMPTY.PNG');
    color: #fbf5e0;
}
a.button-outline:hover {
    background-image: url('imgs/BUTTON_FULL_LIGHT.PNG');
    color: #94aa97;
}

img.logo {
    max-width: 90%;
    margin-top: 150px;
}

div.social-media a {
    margin: 7px;
}

div.social-media a:hover {
    filter: brightness(1.2);
}

div.social-media img {
    vertical-align: middle;
}

div.footer {
    height: 100px;
    position: relative;
}

div.legal-footer {
    font-family: "sofia-pro-soft", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #7c8c86;
    position: absolute;
    bottom: 10px;
    left: 80px;
    right: 80px;
}

div.company-logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

div.coming-soon {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24pt;
    color: #bcc3b3;
}


@media screen and (width <= 400px) {
    img.logo {
        margin-top: 100px;
    }
    a.button {
        width: 151px;
        height: 45px;
        font-size: 14pt;
        padding-top: 14px;
    }

    a.button img {
        width: 25px;
        left: 15px;
        top: 10px;
    }

    a.button-filled {
        padding-left: 30px;
    }

    div.social-media a {
        margin: 4px;
    }

    div.social-media img {
        width: 24px;
    }

    div.coming-soon {
        margin-bottom: 4px;
    }

    div.legal-footer {
        right: 120px;
        text-align: left;
        left: 20px;
    }
}
