@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700;800&display=swap');

a, a:focus, a:hover {
    color: #003694;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

header {
    background-color: transparent;
}

.background {
    background-image: url("/images/triplePhoenix/background.webp");
    background-size: cover;
}

.logo {
    background-image: url("/images/logo-casinò-goldbet-new.png");
}

.bookmaker[data-bookmaker-id="128"] {
    order: 1;
}

footer {
    background-color: #003595;
}

.call-to-action {
    color: #003694;
    background-color: #FFF01E;
}

header .call-to-action {
    background-color: #003595;
    color: #fff;
}

@media (max-width: 1024px) {

    .match > h2 {
        font-size: 32px;
    }

}

@media (max-width: 599px) {

    header {
        padding-left: 1em;
    }

    .match > h2 {
        font-size: 28px;
    }

}

