@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
body {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;    
}
b, strong {
    font-size: 30px;
}
header {
    background-color: #f5f5f5;
}
header > .container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.privacy-text p {
    padding-top: 0;
    color: #212529;
    font-weight: normal;
}
.privacy-text strong {
    font-size: 20px;
}
.privacy-text ol li {
    font-weight: 400;
}
.facebook-text {

}
.logo {
    padding: 20px 60px;
    margin-left: 70px;
}
.games-desktop a:hover {
    text-decoration: none;
}
.social {
    display: inline-block;
    margin-top: -40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;    
}
.facebook {
    padding-left: 20px;
    /* padding-right: 120px; */
    padding-right: 0;
}
.email {
    padding-left: 20px;
    padding-right: 20px;
}
.social:hover {
    text-decoration: none;
    color: #fff;
}
.logo-text {
    font-size: 50px;
    color: #0c65c1;
    font-weight: 100;
    padding: 0;
    /* font-family: 'Josefin Sans', cursive; */
    font-family: 'Anonymous Pro', monospace;
    /* font-family: 'Schoolbell', cursive; */
}
.footer-description {
    border-bottom: 2px solid #fff;
}
.background-top {
    background-image: url('../img/bg-top.png');
    height: 100%;
    background-repeat: no-repeat;
}
.background-bottom {
    background-image: url('../img/bg-bottom.png');
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    margin-top: -85px;
}
.email-button {
    font-size: 16px;
    text-align: right;
    color: #fff; 
    padding: 5px 20px;
    font-weight: 300;
    letter-spacing: 1px;
}
.copyrights {
    text-align: left;
    padding: 10px 20px;
    display: inline-block;
}
.privacy {
    display: inline-block;
}
.privacy a {
    color: #fff;
}
.email-button:hover {
    text-decoration: none;
    color: #fff;    
}
.games-desktop > .row {
    padding: 30px 0;
   
}
.games-desktop {
    padding-left: 110px;
    padding-right: 110px;
}
.intro {
    font-size: 24px;
    display: block;
    padding: 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    padding: 0px 80px 35px;
}
.description {
    font-size: 20px;
    color: #0b3b9f;    
    font-weight: 500;
    letter-spacing: 1px;
    /* padding-left: 55px;
    padding-right: 55px; */
}
.footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.footer {
    font-size: 24px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 75px;
    padding-right: 75px;
}
p {
    margin-bottom: 0;
    padding: 20px 0;
}
.game {
    border: 2px solid #232323;
    padding: 2px;
    border-radius: 5px;
}
.games-mobile {
    display: none;
}
@media (max-width: 991px) {
    .facebook-text {
        display: none;
    }  
}
/* Mobile */
@media (max-width: 576px) {
    header img {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
    b, strong {
        font-size: 20px;
        font-weight: 600;
    }
    /* centered columns styles */

    .facebook-text {
        display: none;
    }    
    .logo {
        padding: 20px 35px;
        margin-left: -12px;
    }
    .social {
        /* float: right; */
        float:left;
        /* margin-top: 0; */
        margin-top: 5px;
        
    }
    .facebook {
        padding-right: 25px;
        height: 56px;
    }
    .email {
        padding-right: 0;
        height: 56px;
    }
    .background-top {
        background-image: url('../img/bg-top-2-mobile.png');
        height: 100%;
        background-repeat: no-repeat;        
        background-size: contain;    
    }
    .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .background-bottom {
        margin-top: 15px;        
        background-image: url('../img/bg-bottom-2-mobile.png');
        height: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;   
        background-size: contain;    
    }
    .email-button {
        display: block;
        font-size: 12px;
        text-align: center;
        margin: 0 auto;
    }
    .footer {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .footer p {
        font-size: 12px;
    }
    .intro {
        padding: 10px 13px 8px;
        font-size: 12px;
    }
    .games-mobile {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .copyrights {
        text-align: center;
        display: inline-block;
    }
    .privacy {
        display: inline-block;
    }
    .privacy a {
        color: #fff;
    }
    .games-mobile img {
        display: block;
        margin: 0 auto;
    }
    .games-mobile > .row {
        padding: 15px 0 10px 0;
    }
    .games-desktop {
        display: none;
    }
    .description {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        font-weight: 600;
        margin-top: -10px;
    }
    /* .banner {
        margin-bottom: 20px !important;
    } */
    .logo-text {        
        padding: 0;
        text-align: center;       
    }
    header > .container {
        padding-top: 0px;
    }

}