html, body {
    background: linear-gradient(180deg, #0b1020 0%, #131b2f 100%);
}

.has-background-dark, .navbar-item, .navbar-link {
    background-color: #11182b !important;
}

html .has-text-light {
    color: #dbe7ff !important;
}

html .has-text-light h2 {
    color: #eef4ff !important;
    line-height: 120%;
    margin-bottom: 20px;
}

.box {
    box-shadow: none;
}

.has-background-dark:not(html) {
    background-color: transparent !important;
}

.navbar.has-background-dark {
    background-color: #10182a !important;
    border-bottom: 1px solid #233352;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.navbar h2 {
    font-size: 1.2rem !important;
    text-transform: uppercase;
    margin-bottom: 0!important;
}

body.has-navbar-fixed-bottom, html.has-navbar-fixed-bottom {
    padding-bottom: 0 !important;
}

.section.has-background-dark {
    background:
        linear-gradient(180deg, #0d1426 0%, #18233f 100%),
        url("./img/bone.svg") repeat !important;
    background-blend-mode: soft-light;
}

h2, h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

strong {
    color: #eef4ff;
}

.is-darksalmon {
    background-color: #6366f1;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s;
}

.is-darksalmon:hover {
    background-color: #7c83ff;
    color: #ffffff;
}

p.box {
    padding-left: 0;
    padding-right: 0;
}

.button.is-success {
    background-color: #2563eb;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s;
}

.button.is-success br {
    display: none;
}

.button.is-success:hover {
    background-color: #3b82f6;
    color: #fff;
}

.has-text-light {
    color: #dbe7ff !important;
}

.has-text-light p, .has-text-light img {
    margin-bottom: 20px;
}

.fullwidth {
    width: 100% !important;
}

.sticky-banner {
    position: sticky;
    padding: 30px 20px !important;
    top: 100px;
}

.sticky-banner .button {
    width: 100% !important;
}

.has-background-grey {
    background-color: #1a243d !important;
}

.navbar img {
    margin-bottom: 0 !important;
}

.button.is-fullwidth {
    width: auto;
    margin: 0 auto;
}

.column.d-flex {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.column.d-flex .button {
    width: 250px;
}

.is-mobile-button {
    display: none;
}

.is-desktop-button {
    display: block;
}

.navbar-item {
    padding: 0;
}

.navbar-item img {
    max-height: 65px;
    margin-right: 25px;
}

@media screen and (max-width: 820px) {
    .button.is-success br {
        display: block;
    }

    body.has-navbar-fixed-bottom, html.has-navbar-fixed-bottom {
        padding-bottom: 40px !important;
    }

    .navbar-item .wheretoplay {
        display: none;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar .button {
        font-size: 14px;
    }

    .navbar.navbar-footer {
        z-index: 1;
        padding-bottom: 20px;
    }

    .is-mobile-button {
        display: block;
    }

    .is-desktop-button {
        display: none;
    }
}
