/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Halloween-themed styles */




#top-content .big-title {
    color: #FF9900;
}

#features {
    background-color: #5e428a;
}


#features .feature-title {
    color: #FF9900!important;
}

#features .feature-box .feature-details h4 {
    color: #FF9900!important;
}



/* Halloween-themed styles end */


/* Halloween Colors */
:root {
    --halloween-orange: #ff6f61;
    --halloween-purple: #5e428a;
    --dark-grey: #2b2b2b;
}

/* Navigation */
.navbar {
    background-color: #5e428a;
}

