*{
    cursor: url('./icons/left_ptr.png'), pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}

*:not(body, html){
    overflow: hidden;
}

@keyframes fadeIn {
    0% {
        filter: blur(2px);
    }
    100% {
        filter: blur(0px);
    }
}

::selection {
    background: none;
}

body, html{
    background-color: black;
    height: 100%;
    max-width: 100%;
}

#bg{
    animation: fadeIn 2s;
    background: url("https://cdn.discordapp.com/attachments/1086388114790027384/1148033386083000370/1920x1080-456458-Haikyuu-Japan-anime-karasuno-kanji_cleanup-transformed.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    display: block;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
}

.textWhite{
    color: white;
}

h2{
    color: white;
}

p{
    color: white;
}

.fontOpenSans{
    font-family: 'Open Sans', sans-serif;
}

.fontMontserrat{
    font-family: 'Montserrat', sans-serif;
}

#mainNav nav ul li a{
    text-decoration: none;
    display: inline-block;
    margin-right: 50px;
    cursor: url('./icons/hand2.png'), pointer;
    transition: .4s;
}


#mainNav nav ul li a:hover{
    color:rgb(163, 93, 2);
    transform: translateY(-1px);
    transition: .3s;
}

#mainNav nav ul li{
    list-style-type: none;
    font-size: 19px;
}

#mainNav nav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin-right: 10px;
}

#mainNav{
    animation: fadeIn 1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(48, 48, 48);
    padding-bottom: 13px;
}

#h1{
    text-decoration: none;
    cursor: url('./icons/hand2.png'), pointer;
    font-size: 25px;
    margin-left: 210px;
}


#indexDiv ul li a{
    margin-right: 15px;
    height: 32px;
    width: 32px;
}

#indexDiv ul li a img{
    cursor: url('./icons/hand2.png'), pointer;
    height: 32px;
    width: 32px;
    transition: .3s;
}

#indexDiv ul li img:hover{
    transform: translateY(-5px);
    transition: .3s;
}

#indexDiv ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    color: white;
}

#logopng{
    width: 250px;
    height: 250px;
}

#wrapper {
    margin-top: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#wrapper h2 {
    color: white;
    font-family: 'Signika Negative', sans-serif;
    font-size: 50px;
}

#aboutDiv {
    animation: fadeIn 1s;
    color: white;
    margin-top: 100px;
}


#aboutDiv h2 {
    text-align: center;
    font-size: 50px;
}

#aboutText {
    overflow: hidden;
    margin-top: 100px;
    margin-left: 120px;
    margin-right: 120px;
}

#aboutText p {
    font-size: 25px;
}

#aboutText p a{
    text-decoration: none;
}

#aboutText h3{
    margin-top: 60px;
    text-align: center;
    font-size: 40px;
}

#aboutText ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    overflow: hidden;
}

.clrGold{
    color: rgb(192, 125, 38)
}

.hand2{
    cursor: url('./icons/hand2.png'), pointer;
}

#contacts{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contacts span{
    margin-right: 100px;
    display: block;
}

#contacts ul{
    list-style-type: none;
    display: block;
}

#contacts ul li svg{
    width: 32px;
    height: 32px;
    margin-right: 7px;
}

#contacts ul li img{
    width: 32px;
    height: 32px;
    margin-right: 7px;
}

#contacts ul li{
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

#contacts ul li a{
    text-decoration: none;
    font-size: 25px;
}

#linktreeDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: auto;
    width: 100%;
    margin-left: 18px;
}

#linktree{
    animation: fadeIn 1s;
    text-align: center;
    margin-top: 100px;
}

#linktree h2{
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    margin-bottom: 50px;
    font-family: 'Rubik', sans-serif;
}

#linktreeDiv ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}

#linktreeDiv ul li{
    flex: 0 0 15%;
    width: 20%;
    box-sizing: border-box;
}

.linkDiv{
    transition: .3s;
    display: flex;
    margin-bottom: 45px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    color:white;
    width: 220px;
    height: 50px;
    border: 2px solid rgb(48, 48, 48);
    border-radius: 10px;
}

.linkDiv p{
    font-size: 25px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 2px;
    color: rgb(224, 224, 224)
}

#linktreeDiv ul li a{
    text-decoration: none;
}

.linkDiv:hover{
    transform: translateY(-3px);
    transition: .3s;
}

@media only screen and (max-width: 600px) {
    #contacts{
        flex-direction: column;
    }
    #wrapper2 h2{
        font-size: 35px;
    }

    #contacts span{
        margin-right: 0;
        margin-bottom: 20px;
    }

    #aboutDiv{
        margin-top: 70px;
    }

    #wrapper {
        margin-top: 190px;
        margin-right: 0;
    }

    #mainNav nav ul li a{
        margin-right: 30px;
        font-size: 15px;
    }

    #h1{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1205px) {
    #linktreeDiv ul{
        display: block;
    }

    #linktreeDiv ul li{
        max-width: 200%;
        width: 300px;
    }

    #aboutText{
        margin-left: 20px;
        margin-right: 10px;
    }
}

#hypixelDiv h2{
    text-align: center;
    margin-top: 200px;
    font-size: 80px;
}

#hypixelDiv span{
    color: white;
}

#hypixelDiv span .cmd::selection{
    color: white!important;
    background-color: blue!important;
}
