/*
Theme Name: GGC PRO Theme New
Author: kitune
Version: 1.0
Requires at least: 6.0
*/

body{
    margin:0;
    padding:0;
}


/* top news and contact */
.top-news-contact-section{
    padding: 40px 20px;
    max-height:100vh;
    
}

.top-news-contact-flex{
    display: flex;
    justify-content: space-between;
}

.top-news-contact-flex__item{
    width:50%;
}

/* top styles */
.top-menu-style__member,
.top-menu-style__news,
.top-menu-style__contact{
    font-size: 4em;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: -2px -2px 0 #000, 2px -2px 3px #000, -2px 2px 5px #000, 2px 2px 5px #000;
}

.top-menu-style__member span,
.top-menu-style__news span,
.top-menu-style__contact span{
    font-size: 0.4em;
}

@media screen and (max-width: 600px) {
    .top-news-contact-flex__item{
        width:90%;
    }

    .top-news-contact-flex{
        display: block;
    }

    .top-menu-style__member,
    .top-menu-style__news,
    .top-menu-style__contact{
        font-size: 2em;
    }

    .top-menu-style__member span,
    .top-menu-style__news span,
    .top-menu-style__contact span{
        font-size: 1em;
    }


}



