@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Rammetto+One');

body {
    background-color: #336599;
    font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper {
    max-width: 1500px;
}

.logo {
    max-width: 800px;
    max-height: 100px;
}

.letters-list li:first-child {
    list-style-type: none;
    display: inline-block;
}

.letters-list li {
    list-style-type: none;
    display: inline-block;
    margin-left: 5px;
    font-size: 2em;
    font-family: 'Rammetto One', "Helvetica Neue", Helvetica, Arial, cursive;
}

.single-game {
    max-width: 160px;
}

.games-main-list li {
    list-style-type: none;
    display: inline-block;
    max-width: 160px;
}

.game-img {
    width: 150px;
    height: 135px;
}

.cat-games-list li {
    list-style-type: none;
}

.google-ads-type-2-banner {
    max-width: 970px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .cpm_right {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .cpm_left {
        display: none;
    }
}