/* -= UNIVERSAL =- */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    /* background: rgb(0, 195, 255); */
    background: linear-gradient(to bottom, #00c3ff, #00ade2, #0097c5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 160, 210);
    background: linear-gradient(to bottom, #0097c5, #00ade2, #00c3ff);
}

@font-face {
    font-family: 'Google Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Google Sans Regular'), url('fonts/Google-sans.woff') format('woff');
}

body {
    font-family: 'Google Sans Regular';
    margin: 0;
    background: #383838;
    color: white;
    height: 100%;
}

header {
    background: #2E2E2E;
    position: fixed;
    width: 100%;
    z-index: 1;
}

header::after {
    content: '';
    display: table;
    clear: both;
}

.container {
    width: auto;
    margin-left: 25px;
}

.container p {
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    color: white;
    font-size: 16;
    font-weight: bold;
}

.logo {
    float: left;
    width: 39px;
    padding-top: 21px;
    padding-bottom: 10px;
}

nav {
    float: right;
}

nav ul {
    margin: 0;
    padding: 0;
    padding-right: 35px;
    list-style: none;
    padding-top: 18px;
    letter-spacing: -0.3;
    font-weight: bold;
}

nav li {
    display: inline-block;
    margin-left: 20px;
    padding-top: 15px;
}

nav a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
}

nav a:hover {
    color: #999999;
    text-decoration: underline;
}

.footergs p{
    opacity: 0.32;
}

/* -= MAIN STYLE =- */
.gaminkHTMLPartPage, .gaminkBodyPartPage {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: y mandatory;
}

.gaminkBodyPartPage::-webkit-scrollbar {
    display: none;
}

.section {
    scroll-snap-align: start;
    width: 100%;
    height: 100vh;
}

.overlay a {
    text-decoration: none;
    color: white;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    align-content: center;
    text-align: center;
    z-index: 99;
}

.welcome {
    background: url("pictures/gamingSocialBG/milthmBG.png");
    background-size: cover;
    background-position: center;
}

/* -= osu! Section =- */
.osu {
    background-image: url("pictures/gamingSocialBG/osuBG.png");
    background-size: cover;
    background-position: center;
}

.osuProfileButton {
    display: inline-block;
    text-align: center;
    align-content: center;
    border-radius: 8px;
    font-weight: bold;
    font-size: 20px;
    width: fit-content;
    height: fit-content;
    background: #ff66aa;
}

.osuBackgroundButton {
    background-image: url("pictures/gamingSocialBG/triangleOsu.png");
    height: fit-content;
    padding: 18px;
    background-size: cover;
    background-position-y: bottom;
    z-index: 1;
}

.osuText3 {
    z-index: 2;
}

/* -= BGP Section =- */
.bang_dream {
    background-image: url("pictures/gamingSocialBG/bgpBG.jpg");
    background-size: cover;
    background-position: center;
}

.bgpText2 a {
    text-decoration: underline;
}

/* -= Genshin Section =- */
.genshin {
    background-image: url("pictures/gamingSocialBG/genshinBG.png");
    background-size: cover;
    background-position: center;
}

/* -= UNIVERSAL =- */
.osuContainer,
.bgpContainer,
.genshinContainer {
    text-align: center;
}

.osuText1,
.bgpText1,
.genshinText1 {
    font-size: 48px;
}

.osuText2,
.bgpText2,
.genshinText2 {
    font-size: 24px;
}

.gamingComingSoon {
    /* background: url("pictures/comingSoonBG.jpg"); */
    background-size: cover;
    background-position: center;
}

.footergs {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #2E2E2E;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: center;
}

/* -= Tablet Size =- */

@media only screen and (max-width: 839px) {
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 628px) {
    nav li {
        padding-right: 9px;
        padding-top: 12px;
    }
    
    .logo {
        padding-top: 18px;
    }
    
    .container {
        width: 100%;
    }
    
    .container p {
        font-size: 14px;
        padding-top: 16px;
    }

    .container nav ul li a {
        font-size: 15px;
    }
    
    .container nav ul li {
        padding-right: 2px;
    }
}

@media only screen and (max-width: 582px) {
    .logo {
        width: 30px;
        padding-top: 18px;
    }

    .container p {
        font-size: 10px;
        padding-top: 16px;
    }

    nav li {
        padding-right: 9px;
        padding-top: 6px;
    }

    .container nav ul li a {
        font-size: 13px;
    }

    .container {
        margin-left: 18px;
    }
}

/* -= Phone Size =- */

@media only screen and (max-width: 510px) {
    .logo {
        width: 30px;
        padding-top: 12px;
    }

    .container {
        margin-left: 12px;
    }

    .container p {
        display: none;
    }

    .container nav ul li a {
        font-size: 12px;
    }

    .container nav ul li {
        padding-right: 2px;
    }

    .container nav ul {
        padding-right: 32px;
        padding-top: 14px;
    }
}
