/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2017, 8:42:00 PM
    Author     : KC
*/
:root {

    --main-theme-color: #92C400;
    --main-theme-color-light: grey;
    --main-theme-color-lighter: grey;


    --sub-page-header-height:55px;
    --general-font-size:16px;
    --general-font-family: 'Lato', sans-serif;
    --general-menu-title-font-family:'Oswald', sans-serif;
    --general-larger-font-family:'Oswald', sans-serif;
    --general-font-color: #6E6E6E;

    --comment-border-color:#92C400;

}
.btn-action:hover, .btn-primary:hover {
    background-color: #009e09;
}