/* Custom overides - Nicole */


.container-banner .banner-overlay .overlay {
    background-color: rgba(0,0,0,0);
}




/*--------------------------*/

/* The page header of Cassiopeia has the class "header" so you control it with .header */
/* gradient van groen gekozen voor header en footer*/
.header {
      background: linear-gradient(90deg, rgba(249, 243, 230,100) 0%, rgba(59,124,87,100) 30%, rgba(53,72,55,100) 100%);
}

/* The page footer of Cassiopeia has the class "footer" so you control it with .footer */
.footer {
       background: linear-gradient(90deg, rgba(249, 243, 230,100) 0%, rgba(59,124,87,100) 30%, rgba(53,72,55,100) 100%);
}
/*--------------------------*/
/* overrule Backgroud color of submenu, stadard background of submenu is white, with dark blue text*/