@import url('https://fonts.googleapis.com/css?family=Acme&display=swap');

body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #771097 url("/style/bg.png") repeat-x;
    color: #F9F9F9;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Acme', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrapper {
    max-width: 1500px;
}

.letters-style {
    background-color: #FF7F7F;
}

.letters-style a {
    color: #FFE97F;
}

.letters-style a:hover {
    color: #771097;
}


.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: 3em;
    font-family: 'Acme', "Helvetica Neue", Helvetica, Arial, cursive;
}

.nav-custom {
    padding: 1px 8px;
    transition: 0.5s ease;
}

.nav-custom:hover {
    background-color: #771097;
    border-radius: 5px;
}

.navbar-nav > li > .dropdown-menu { background-color: #FF7F7F; }

.game-list-item {
    margin-left: 7px;
    margin-right: 7px;
    width: 150px;
    border: 2px #FF7F7F solid;
}

.game-list-item:hover {
    border: 2px #FFE97F solid;
}


.game-list-item .game-img {
    width: 146px;
    height: 125px;
}


.game-list-item .game-name {
    background-color: rgba(0,0,0,.3);
    color: #FFF;
    z-index: 1000;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 3px #000;
}

.letter-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) {

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

    }

    .cpm_left {
        display: none;
    }
}
