﻿/** only set what needs to be changed */

:root {
    --themecolor: #28b035;
}


    .Logo, .Logo:link, .Logo:visited {
        width: 92px;
        height: 92px;
        background: url(images/logoioc.png) no-repeat center center;
    }


/** =Footer **/
/*
footer {
    background: --themecolor;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2677ae), color-stop(100%,#0a4265));
    background: -moz-linear-gradient(top, --themecolor 0%, #0a4265 100%);
    background: linear-gradient(top, --themecolor 0%, #0a4265 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='--themecolor', endColorstr='#0a4265',GradientType=0 );
}
*/			
