/*
 * CTGA Green Theme
 * Gebaseerd op de bestaande huisstijlkleur #719735
 * Alleen noodzakelijke overrides voor een groen gevoel
 */

:root {

    --color-dark-orange:  #719735;
    --color-orange:       #719735;
    --color-light-orange: rgba(113, 151, 53, 0.08);

}


body {
    background-color: #f4f8ec !important;
}




header.container-fluid.fixed-top {
    border-bottom: 2px solid #719735 !important;
}


nav .nav-link:hover,
nav .nav-link:focus,
nav .nav-link.active {
    color: #719735 !important;
}


footer.container-fluid {
    background-color: #2d3d15 !important;
}


::selection {
    background: #c8dc96;
    color: #2d3d15;
}


