html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

.navbarItem:hover {
    text-decoration: none;
}

.burgerItem:hover {
    text-decoration: none;
}

.member:hover {
    text-decoration: none;
}



/* --- TEXT --- */

p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-block-end: 0;
    margin-block-start: 0;
}

h1 {
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: 0.2rem;
    margin-block-end: 0;
    margin-block-start: 0;
}

h2 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-block-end: 0;
    margin-block-start: 0;
}

h5 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-block-end: 0;
    margin-block-start: 0;
}

.navbarText {
    font-size: 1.5rem;
    font-weight: 600;
}



/* --- TEXT COLORS --- */

.blue {
    color: #505bff;
}

.darkBlue {
    color: #00054d;
}

.white {
    color: #fff;
}



/* --- RESPONSIVE --- */

/* --- 440px --- */
@media only screen and (max-width: 440px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.8rem;
    }

    p {
        font-size: 1.4rem;
    }
}