#fw-section-footer {

            /* Override styles for background and text color */
            .footer--center {
                background-color: #0f1f40 !important;
                color: white !important;
            }

            /* Override styles for links */
            .footer--center a {
                color: white !important;
            }
            /* Override styles for list items */
            .footer--center li{
                color: white !important;
            }
            /*override styles for copy*/
            .footer--center .footer__copy{
                color: white !important;
            }
}



#fw-section-header {

header {
    background-color: #81e1a2 !important;
}

.header {
    background-color: #81e1a2 !important;
}

#header {
    background-color: #81e1a2 !important;
}
}