@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Londrina+Solid&display=swap');

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

h1,h2,h3,h4,h5,h6 {
    font-family: 'Londrina Solid', Helvetica, Arial cursive;
}

.wrapper {
    max-width: 1500px;
}

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

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

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


.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: 'Architects Daughter', "Helvetica Neue", Helvetica, Arial, cursive;
}

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

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

.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;
}

.custom-content {
    background-color: #380065;
}

.google-ads {
    margin: 0 auto;
    text-align: center;
}

.google-ads1 {
    margin: 5px;
    width: 336px;
    height: 280px;
    display: inline-block;
}

.google-ads2 {
    margin: 5px;
    width: 336px;
    height: 280px;
    display: inline-block;
}

.google-ads-type-2 {
    margin: 0 auto;
    text-align: center;
    width: 970px;
    height: auto;
    display: inline-block;
}

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

}

.cpmstar-bottom {
    max-width: 300px;
    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-ads1 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .google-ads2 {
        display: none;
    }


    .google-ads-type-2 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        height: auto;
        display: inline-block;
    }

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

    }

    .cpm_left {
        display: none;
    }
}