body{
    color: #182335;
    font: 16px Arial;
}

img{
    max-width: 100%;
    width: auto;
}

/* Bootstrap */

.bg-primary{
    background: #182335!important;
}

.bg-secondary{
    background: #fccc01!important;
}

.text-secondary{
    color: #fccc01!important;
}

/* General */

.logo{
    max-width: 200px;
    margin: 0 auto;
}

.btn-register{
    background: #fccc01;
    color: #182335;
    border: 0;
}

    .btn-register:hover{
        background: #FFF;
        color: #182335;
    }

.fb-hover{
    transition: transform .2s;
}

.fb-hover:hover{
    transform: scale(1.1);
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    body{
        background: url(../images/skin/bg-page.jpg) repeat-y top left;
        background-size: 100%;
    }

    .logo{
        margin: 0;
    }

    .carousel-control-prev{
        left: 18%;
    }
    
    /* Home Page */

    .section-home-casino{
        background: url(../images/home/banner-home-casino.jpg) no-repeat left center;
        background-size: 100%;
    }

    .section-home-racebook{
        background: url(../images/home/banner-home-racebook.jpg) no-repeat left top;
        background-size: 100%;
    }

 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    

 }

