body {
    color: #484747;
}

li {
    margin-top: 20px;
}

p {
    line-height: 30px;
}

.logos {
    display: flex;
    align-items: center;
}

.logos a {
    text-decoration: none;
    display: inline-block;

}

.logos .logos_separator {
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: black;
    height: 55px;
    transform: rotate(20deg);
}

.logoGame {
    max-width: 250px;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.logoGame img {
    max-height: 62px;
}

.ticker {
    color: #fff;
}

.hero {
    height: 750px;
    font-weight: bold;
    position: relative;
    background-image: url('../images/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #569CCB;
}

.hero h1 {
    font-size: 60px;
}

.hero h2 {
    font-size: 45px;
}

.bg1 {
    background-color: #839CA9;
}

.bg1 p,
.bg1 strong,
.bg1 b {
    color: #FFF;
}

.bg1 h2,
.bg1 h3 {
    color: #FFF;
}

.bg1 li {
    color: #FFF;
}

.bg2 {
    background-color: #569CCB;
}

.bg3 {
    background-color: #000;
}

.bg4 {
    background-color: #F3F3F3;
}

.bg3 * {
    color: #fff;
}

.highlight {
    color: #3E5F7E;

}

.highlight2 {
    color: #4D9FEC;

}

a {

    color: #FDBF0F;
}

.signup {
    background-color: #000000;
    background-image: url('../images/subscribe.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 500px;
}

.signup input[type=email] {
    border: solid 3px #FDBF0F;
    padding: 5px 5px 5px 20px;
    color: #000;
    border-radius: 5px;
}

.signup input[type=submit] {
    border: solid 3px #FDBF0F;
    background-color: #FDBF0F;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 20px;
}

.header_ticker {
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #FDBF0F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
}

.header_ticker2 {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    height: 100%;
    background-color: #FDBF0F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
    font-size: 15px;
}

.header_ticker a {
    text-decoration: none;
    color: #000;
    padding: 0px 20px;
    font-weight: bold;
}

body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 64px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}

.disclaimer p {
    font-size: 15px !important;
}

@media (max-width: 768px) {
    body::before {
        display: none !important;
    }

    .header_ticker2::before {
        width: auto;
        height: auto;
        background-color: #ccc;
        position: absolute;
        display: block;
        content: "Sponsored content";
        top: 0;
        right: 36%;
        padding: 0 10px;
        border-radius: 0 0 10px 10px;
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10000;
    }

    .header_ticker {
        right: 0px !important;

    }

    .header_ticker2 {
        right: 0px !important;
        max-width: 100% !important;
        width: 100%;
        top: 72px;
        height: 100px;
        border-radius: 0 0 10px 10px;

    }
}

.text-1 {
    color: #FDBF0F !important;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.text-2 {
    color: #98120C !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-3 {
    color: #E28902 !important;
}

.text-dark {
    color: #1D1D1D !important;
}

.btn-primary {
    background: #FDBF0F;
    color: #313131;
    font-size: 26px;
    font-weight: 900;
    border-radius: 10px;
    padding: 20px 60px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #dda50a;
    color: #313131;
    text-decoration: none;
}

.rounded-more {
    border-radius: 15px !important;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 38px;
        line-height: 55px !important;
    }

    .hero h2 {
        font-size: 30px;
        line-height: 50px !important;
    }

    .signup {
        background-image: none;
    }

    .btn-primary {
        font-size: 20px;
    }
}