@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@700&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

body {
    font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #404451;
    color: #F1F1F1;
}

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

.wrapper {
    max-width: 1500px;
}

.letters-list a {
    color: #f1857c;
    text-decoration: none;
}

.letters-list a:hover {
    color: #7cf1c0;
}

.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: 'Kanit', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.nav-custom:hover {
    background-color: #57616b;
    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;
}

.flash-game-single {
    background-color: #343A40;
    padding: 5px 8px;
    margin: 5px;
    border-radius: 10% / 50%;
    max-width: 500px;
    display: inline-block;
}

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

}


.myOwnClass {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
    text-align: center;
}
.myOwnClassCell {
    padding: 2px;
    margin: 5px 10px;
    background-color: #333641;
    border-radius: 15% 15% 2% 2%;
    border: 1px solid #333641;
    max-width: 380px;
}

.myOwnClassCell:hover {
    background-color: #22242b;
}

.myOwnClassA {
    font-family: 'Fredoka One', cursive;
}

.myOwnClass .imggame:hover {
    filter: alpha(Opacity=90);
    opacity: 0.90;
}

.myOwnClass .imggame {
    filter: alpha(Opacity=40);
    opacity: 0.40;
}

.myOwnClassGame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
    text-align: center;
}
.myOwnClassGameCell {
    padding: 2px;
    margin: 5px 10px;
    background-color: #333641;
    border-radius: 15% 15% 2% 2%;
    border: 1px solid #333641;
    max-width: 165px;
}

.myOwnClassGameCell:hover {
    background-color: #22242b;
}

.myOwnClassGameA {
    font-family: 'Fredoka One', cursive;
}

.myOwnClassDescImg {
    padding: 2px;
    margin: 5px 10px;
    background-color: #333641;
    border-radius: 15% 15% 15% 15%;
    border: 1px solid #333641;
    max-width: 150px;
}

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