/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Section Styling */
body {
    color: #ffffff !important;
    background-color: #804a0c7a;
    font-family: "Nunito";
    text-align: center;
}
li {
    border-radius: 10px;
    list-style-type: none;
    background: #319b66d7;
    box-shadow: 0px 4px 23px 0px #00000040;
}
button {
    border-radius: 10px;
    background: #cc7f27;
    color: #ffffff !important;
    font-family: "Lora";
}
h1 {
    font-size: 9vw;
    font-family: "Quicksand";
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}
h2 {
    font-size: 8vw;
    font-family: "Lora";
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}
h3 {
    font-size: 7vw;
    font-family: "Raleway";
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}
h4 {
    font-size: 6vw;
    font-family: "Raleway";
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}
h5 {
    font-size: 5vw;
    font-family: "Raleway";
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}
a {
    text-decoration: none;
    color: #ffffff !important;
    text-shadow: 2px 2px 2px #000000;
}
p {
    font-size: 3vw;
    font-family: "Nunito";
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000000;
}
small {
    font-size: 2vw;
    font-family: "Nunito";
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000000;
}
input {
    font-size: 3vw;
    color: #000000 !important;
    font-family: "Quicksand";
}
label {
    font-size: 3vw;
    color: #ffffff !important;
    font-family: "Lora";
}

@media only screen and (min-width: 960px) {
    /* For desktop: */
    h1 {
        font-size: 6rem;
        font-family: "Quicksand";
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
    h2 {
        font-size: 4rem;
        font-family: "Lora";
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
    h3 {
        font-size: 3rem;
        font-family: "Raleway";
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
    h4 {
        font-size: 3rem;
        font-family: "Raleway";
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
    h5 {
        font-size: 2rem;
        font-family: "Raleway";
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
    a {
        text-decoration: none;
        color: #ffffff !important;
        text-shadow: 2px 2px 2px #000000;
    }
    p {
        font-size: 1.4rem;
        font-family: "Nunito";
        color: #ffffff !important;
        text-shadow: 1px 1px 1px #000000;
    }
    small {
        font-size: 1.2rem;
        font-family: "Nunito";
        color: #ffffff !important;
        text-shadow: 1px 1px 1px #000000;
    }
    input {
        font-size: 1.4rem;
        color: #000000 !important;
        font-family: "Quicksand";
    }
    label {
        font-size: 1.4rem;
        color: #ffffff !important;
        font-family: "Lora";
    }
}

/* Navbar Styling */
#navbar {
    font-family: "Raleway";
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff !important;
    background: #cc7f27;
    box-shadow: 0px 4px 23px 0px #00000040;
    backdrop-filter: blur(50px);
}
#navbar span {
    color: #ffffff !important;
    font-size: 3rem;
    font-family: "Nunito";
}
#navbar #button {
    background: #319b66d7;
}
#navbar a {
    font-size: 1.5rem;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px #000000;
}

/* Home Section Styling */
#home {
    background: #319b66d7;
}
#introduction {
    border-radius: 20px;
    background: #64cc98d7;
    border-style: hidden;
    box-shadow: inset;
    box-shadow: 0px 4px 23px 0px #00000040;
}
#featured {
    border-radius: 20px;
    background: #226845d7;
    box-shadow: 0px 4px 23px 0px #00000040;
}
#featured .card {
    border-radius: 20px;
    background: #cc7f27;
    box-shadow: 0px 4px 23px 0px #00000040;
}

/* Categories Section Styling */
#categories-section {
    background: #cc7f27;
}
#categories {
    border-radius: 20px;
    background: #ca965a;
    box-shadow: 0px 4px 23px 0px #00000040;
}
#resources {
    border-radius: 20px;
    background: #9b611e;
    box-shadow: 0px 4px 23px 0px #00000040;
}
#resources .card {
    border-radius: 15px;
    min-height: 30vh;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #319b66d7;
    box-shadow: 0px 4px 23px 0px #00000040;
}

/* About Section Styling */
#about {
    background: #319b66d7;
}
#mission {
    border-radius: 20px;
    background: #64cc98d7;
    box-shadow: 0px 4px 23px 0px #00000040;
}
#contact {
    border-radius: 20px;
    background: #226845d7;
    box-shadow: 0px 4px 23px 0px #00000040;
}

/* Footer Styling */
#footer {
    background: #cc7f27;
}
#footer a {
    font-family: "Quicksand";
    color: #000000 !important;
    text-shadow: 1px 1px 1px #000000;
}
#footer span {
    font-family: "Quicksand";
    color: #000000 !important;
    text-shadow: 1px 1px 1px #000000;
}
#footer li {
    box-shadow: none;
    background: none;
}
