body{
    color: black;
    background-color: white;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: black;
}
button:focus, button:active{
    outline: none;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loading.gif") 50% 50% no-repeat rgb(255, 255, 255);
}

/* Player Card Start */
.section-card{
    position: relative;
}
.section-card img{
    width: 380px;
}
@media (max-width: 575px){
    .section-card{
        margin-top: 30px;
    }
    .section-card img{
        width: calc(100vw - 28px);
    }
}
.text-player-id-on-card{
    position: absolute;
    left: 36px;
    bottom: 20px;
    color: white;
    margin-bottom: 0px;
}
/* Player Card End */

/* Header Start */
#page-header{
    position: fixed;
    width: 100%;
    z-index: 2;
}
#page-container.page-header-dark #page-header {
    color: white;
    background-color: transparent;
}
.content-header{
    height: 3rem;
    background-color: #ec0000;
}
#page-container>#page-header .content, #page-container>#page-header .content-header{
    max-width: unset;
}
@media (min-width: 768px){
    .content {
        padding-top: 0.8rem;
    }
    .content .push{
        margin-bottom: 0.8rem;
    }
}
.page-header-dark #page-header .nav-main-link{
    color: white;
    font-size: 17.6px;
}
.page-header-dark #page-header .content-header .nav-main-link{
    font-size: 15.3px;
}
.logo-header{
    height: 42px;
}
.btn-book{
    font-size: 22px;
    font-weight: 800;
    width: 140px;
    height: 34px;
    /* margin: 20px; */
    background-color: #ec0000;
    border: 2px solid white;
    transition: all .5s ease;
    /* margin-right: -1.74rem; */
}
.btn-book:hover{
    background-color: #200b33;
    border: 2px solid white;
}
.btn-book a{
    color: white;
}
.btn-book:hover a{
    color: white;
}
.btn-book:focus, .btn-book:active{
    outline: none;
}
/* Header End */

#main-container{
    margin-top: 140px;
}

/* Nav Tabs Start */
.nav-tabs .nav-item:not(:last-child){
    margin-right: 10px;
}
.nav-tabs .nav-link{
    background-color: #ec0000;
    border: 2px solid #ec0000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0;
}
.nav-tabs .nav-link h3{
    color: #fff;
}
.nav-tabs .nav-link:hover{
    background-color: white;
    border: 2px solid #ec0000;
}
.nav-tabs .nav-link:hover h3{
    color: black;
}
.nav-tabs .nav-link.active{
    background-color: #200b33;
    border: 2px solid #200b33;
}
.nav-tabs .nav-link.active h3{
    color: #fff;
}
.nav-tabs .nav-link.active:hover{
    background-color: white;
    border: 2px solid #200b33;
}
.nav-tabs .nav-link.active:hover h3{
    color: black;
}
#main-navigation .nav-main-submenu .nav-main-link-name{
    font-size: 17px;
    color:white;
    font-weight: 300;
    font-family: sans-serif;
    line-height: 1;
}
#main-navigation .nav-main-submenu {
  width: 140px; 
  background-color: rgba(0, 0, 0, 0.7)  !important;
}

/* Nab Tabs End */

/* Flipbook Start */
.tool-zoom{
    margin: 0 !important;
}

.offers-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 75px;
    background: red;
}

.offers-column-wrapper {
    margin: 0;
    padding: 0;
}

.offers-header-container {
    margin-top: 116px;
}

@media (max-width: 1477px) {
    .offers-header-container {
        margin-top: 116px;
    }
}

@media (max-width: 1199px) {
    .offers-header-container {
        margin-top: 64px;
    }
}

@media (max-width: 480px) {
    .offers-header-font-size {
        font-size: 1.5rem;
    }
}

@media (hover: none) {
    .tool-zoom {
        display: none;
    }

    #printer {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #flipbook-slider-thumb-second {
        display: none;
    }
}

#flipbook-container-overriding-viewport-attr {
    width: 1000px;
}

#flipbook-container-response {
    width: 100% !important;
    margin-left: 5%;
}

#flipbook-arrow-next {
    position: absolute;
    top: 50%;
    right: 56px;
}

@media screen and (max-width: 1800px) {
    #flipbook-container-response {
        zoom: 0.9;
        width: 100% !important;
        margin-left: 9%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}

@media screen and (max-width: 1480px) {
    #flipbook-container-response {
        zoom: 0.8;
        width: 100% !important;
        margin-left: 14%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}

@media screen and (max-width: 1200px) {
    #flipbook-container-overriding-viewport-attr {
        width: 775px;
    }

    #flipbook-container-response {
        zoom: 0.7;
        width: 100% !important;
        margin-left: 9%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}

@media screen and (max-width: 992px) {
    #flipbook-container-overriding-viewport-attr {
        width: 650px;
    }

    #flipbook-container-response {
        zoom: 0.6;
        width: 100% !important;
        margin-left: 8%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 56px;
    }
}

@media screen and (max-width: 768px) {
    #flipbook-container-overriding-viewport-attr {
        width: 500px;
    }

    #flipbook-container-response {
        zoom: 0.5;
        width: 100% !important;
        margin-left: -2%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 660px) {
    #flipbook-container-overriding-viewport-attr {
        width: 500px;
        /*margin-left: -2%;*/
    }

    #flipbook-container-response {
        zoom: 0.5;
        width: 100% !important;
        margin-left: 4%;
        left: 500px;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 620px) {
    #flipbook-container-overriding-viewport-attr {
        width: 400px;
    }

    #flipbook-container-response {
        zoom: 0.40;
        width: 100% !important;
        margin-left: -2%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 520px) {
    #flipbook-container-overriding-viewport-attr {
        width: 350px;
    }

    #flipbook-container-response {
        zoom: 0.35;
        width: 100% !important;
        margin-left: 8%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    #flipbook-container-overriding-viewport-attr {
        width: 350px;
    }

    #flipbook-container-response {
        zoom: 0.30;
        width: 100% !important;
        margin-left: 12%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 30px;
    }
}

@media screen and (max-width: 420px) {
    #flipbook-container-overriding-viewport-attr {
        width: 260px;
    }

    #flipbook-container-response {
        zoom: 0.275;
        width: 100% !important;
        margin-left: 15%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 400px) {
    #flipbook-container-overriding-viewport-attr {
        width: 220px;
    }

    #flipbook-container-response {
        zoom: 0.265;
        width: 100% !important;
        margin-left: 13.5%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 370px) {
    #flipbook-container-overriding-viewport-attr {
        width: 200px;
    }

    #flipbook-container-response {
        zoom: 0.235;
        width: 100% !important;
        margin-left: 9.5%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 10px;
    }
}

@media screen and (max-width: 320px) {
    #flipbook-container-overriding-viewport-attr {
        width: 180px;
    }

    #flipbook-container-response {
        zoom: 0.2;
        width: 100% !important;
        margin-left: 10%;
    }

    #flipbook-arrow-next {
        position: absolute;
        top: 50%;
        right: 0;
    }
}
/* Flipbook End */

/* Win/Loss Start */
.section-win-loss .modal-wrap, .section-w2g .modal-wrap{
    padding: 0 10px;
}
/* Win/Loss End */

/* Footer Start */
footer{
    background-image: url("../images/ballysFooterBG.jpg");
    /* background-image: url("https://casinos.ballys.com/atlantic-city/files/templates/2062/ballysFooterBG.jpg"); */
    /* background-color: #ec0000; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.logo-footer{
    width: 245px;
}
footer h3{
    color: white;
    font-weight: 800;
}
footer a{
    color: white;
}
footer a:hover{
    color: white;
    text-decoration: underline !important;
}
.fa-brands{
    font-family: 'Font Awesome 6 Brands';
}
.logo-delawarelottery{
    width: 75px;
}
.input-sign-up-emails{
    width: calc(100% - 128px);
    height: 50px;
    padding: 0 15px;
    border: none;
    outline: none;
}
.btn-sign-up-emails{
    font-size: 24px;
    font-weight: 800;
    width: 160px;
    height: 50px;
    background-color: #ffeb00;
    border: 2px solid #ffeb00;
    color: black;
    transition: all .5s ease;
}
.btn-sign-up-emails:hover{
    background-color: black;
    border: 2px solid black;
    color: #ffeb00;
}

.good-hands-logo{
    max-width: 220px;
    display: block;
    margin-top: 2rem;
    margin-bottom: 3rem;
    opacity: 0.85;
}
/* Footer End */

/* slide show */
/* Slideshow container */
.slideshow .slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slideshow .mySlides {
  display: none;
}

/* Next & previous buttons */
.slideshow .prev, .slideshow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow .next {
  right: -50px;
  border-radius: 3px 0 0 3px;
}
.slideshow .prev {
  left: -50px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow .prev:hover, .slideshow .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideshow .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow .active, .slideshow .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.slideshow .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}