@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue-Regular.ttf);
}

.mainBody {
    background: url(img/njcbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.offersBody {
    background: url(img/njcbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.offersBody a:hover{
    text-decoration: none;
}
a {
    color: #000;
}

.logo {
    margin: 50px auto;
}

.form {
    background-color: #fff;
    max-width: 500px;
    text-align: left;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    border: 5px solid #cda966;
}

.form h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-label {
    font-size: 20px;
    font-weight: bold;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 10px;
}

.form-check {
    padding-left: 1.7rem !important;
    margin-top: 30px !important;
}

.form-check-input {
    margin-top: 0.8rem;
}

.form-check-label {
    margin-left: 15px;
    font-size: 12px;
}

button {
    width: 100%;
    background-color: #2fa809 !important;
    font-size: 35px !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    margin: 30px 0px;
}

.googleTerms {
    font-size: 10px;
}

.box {
    background-color: #000;
    text-align: center;
    padding: 50px 10px 10px 10px;
    border-radius: 10px;
    border-bottom: 5px solid #cda966;
    border-left: 5px solid #cda966;
    border-right: 5px solid #cda966;
}

.boxSmall {
    background-color: #000;
    text-align: center;
    margin: 30px 33px 0px 33px;
    padding: 35px 10px 10px 10px;
    border-radius: 10px;
    border-bottom: 5px solid #cda966;
    border-left: 5px solid #cda966;
    border-right: 5px solid #cda966;
}

.ribbon {
    position: absolute;
    top: -46px;
    left: 0px;
    width: 100%;
}

.ribbonSmall {
    position: absolute;
    top: -9px;
    left: 32px;
    width: 83%;
}

.casinoLogo {
    border-bottom: 2px solid #cda966;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-width: 190px;
}

.casinoLogoSmall {
    border-bottom: 2px solid #cda966;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    max-width: 190px;
}

.stars {
    margin-bottom: 30px;
}

.starsSmall {
    margin-bottom: 15px;
}

.welcomeBonus {
    font-family: BebasNeue;
    color: #fff;
    font-size: 48px;
    margin-bottom: 0px !important;
    line-height: 50px;
}

.welcomeBonusSmall {
    font-family: BebasNeue;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px !important;
    line-height: 35px;
}

.bonusButton {
    color: #fff;
    background-color: #2fa809;
    font-size: 46px;
    font-family: BebasNeue;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px !important;
}

.bonusButtonSmall {
    color: #fff;
    background-color: #2fa809;
    font-size: 38px;
    font-family: BebasNeue;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px !important;
}

.bi-chevron-double-right {
    font-size: 30px;
    margin-top: 6px;
}

.footer_text {
    padding: 20px;
}

.footer {
    -position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 30px;
    background-color: #202020;
    border-top: 5px solid #cda966;
    text-align: center;
}

.footer a {
    color: #cda966;
    font-size: 12px;
}

.footer p {
    color: #fff;
    font-size: 12px;
}

.footerLogos img {
    padding: 0px 15px 0px 15px;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay div {
    position: absolute;
    top: 50%;
}

.slidedown-button {
    font-size: 14px !important;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1140px !important;
    }
}

@media (max-width: 1160px) {
    .ribbon {
        top: -42px;
    }

    .ribbonSmall {
        top: -5px;
    }
}

@media (max-width: 1150px) {
    .ribbon {
        top: -43px;
    }

    .ribbonSmall {
        top: -6px;
        left: 39px;
        width: 80%;
    }
}
@media (max-width: 1050px) {
    .ribbon {
        top: -38px;
    }

    .ribbonSmall {
        top: -1px;
    }
}

@media (max-width: 940px) {
    .ribbon {
        top: -33px;
    }

    .ribbonSmall {
        top: 4px;
    }
}

@media (max-width: 845px) {
    .ribbon {
        top: -29px;
    }

    .ribbonSmall {
        top: 8px;
        left: 29px;
    }

    .bonusButton {
        font-size: 35px;
    }

    .bonusButtonSmall {
        font-size: 35px;
    }

    .box .bi-chevron-double-right {
        font-size: 20px !important;
    }

    .boxSmall .bi-chevron-double-right {
        font-size: 20px !important;
    }

    .welcomeBonusSmall {
        font-size: 30px;
    }

    .welcomeBonus {
        font-size: 38px;
    }

    .casinoLogoSmall {
        width: 100%;
    } 
        
    .casinoLogo {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 540px;
    }
    .footer {
        position: unset;
        margin-top: 30px;
    }
    .ribbon {
        top: -56px;
    }
    .ribbonSmall {
        top: 15px;
        left: 29px;
        width: 90%;
    }
    .boxSmall {
        margin-top: 70px !important;
    }
    .box, .boxSmall {
        max-width: 451px;
        margin: 0 auto;
    }
    .casinoLogo, .casinoLogoSmall {
        width: unset;
    }
}

@media (max-width: 576px) {
    .ribbon {
        left: 24px;
        width: 90%;
        top: -50px;
    }

    .ribbonSmall {
        top: 18px;
        left: 25px;
    }

    .box, .boxSmall {
        max-width: 400px;
        margin: 0 auto;
    }
}