p {
    font-family: 'Ubuntu', sans-serif;
}

h2 {
    font-family: 'Russo One', sans-serif;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

header {
    background: linear-gradient(to right bottom, #26262C, #15171B);
    color: white;
    padding: 20px 0;
    text-align: center;
    cursor: default;
}

header img {
    max-width: 50px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: -8px;
}

header h1 {
    margin: 0;
    font-size: 3.6em;
    cursor: default;
    display: hidden;
    color: white;
    margin-bottom: 15px;
}


header p {
    font-size: 1.2em;
    margin-top: 10px;
}

header a {
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
    text-decoration-color: #fc6450;
}

nav {
    background-color: #272727cc;
    color: white;
    padding: 10px 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    padding: 15px;
    font-size: 1.3rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    color: #fab7af;
    text-decoration: underline;
    text-decoration-color: #fc6450;
}

nav ul li a.activeNavLink {
    color: #fc6450;
}

nav ul li a.subActiveNavLink {
    color: #fab7af;
}

#linkYoutube:hover {
    color: #ff6666
}

#linkDiscord:hover {
    color: #6d7bf8
}

#linkGithub:hover {
    color: #c182e3
}

#linkOsu:hover {
    color: #ff66ab
}

#linkOsuskins:hover {
    color: #ff66ab
}

.mobileNav {
    text-align: left;
    background-color: #272727;
    height: max-content;
    img {
        align-self: left;
        align-content: left;
        width: 100px;
        height: 100px;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
    }

    ul li {
        display: block;
        font-size: 5rem;
        padding: 15px 15px;
    }
    ul li:nth-of-type(odd) {
        background: #272727;
    }
    
    ul li:nth-of-type(even) {
        background: #202020;
    }
}

@media (min-resolution: 1.5dppx) {
    header h1 {
        font-size: 5rem;
    }
    header p {
        font-size: 2rem;
    }
}