/* This css is auto-created by the Client class - do not edit directly */

:root {
--gr-primary: #055193;
--gr-secondary: #FBAF35;
--gr-background: #EDF1F7;
--gr-font: "Raleway", "Arial", sans-serif;
--gr-radius:0px;
--gr-buttonradius:0px;
--gr-primary-light: #05519330;
--gr-secondary-light: #FBAF3530;
--gr-splash:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/grunhub-login-splash.png");
--gr-coin:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/grunhub_points_coin.png");
--gr-news:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-news-circle.png");
--gr-donate: url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-donatepage-icon.png");
--gr-prize: url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-prizedrawpage-icon.png");
--gr-dashprize:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-dashboard-widget-prize-oct23.png");

}

a:link {
  text-decoration: none;
}

.header{
background-color:var(--gr-primary); 
}

.header-contain{
background-color:var(--gr-primary); 
}

.logo-desktop {
            background-image: url(../images/__1882671692092967gr-Grunhub-logo-desktop469954655.png) !important;
}

.logo-mobile {
            background-image: url(../images/__8290771695972763Mobile-Logo-GrunHub717808868.png) !important;
}

.gr-primary-text {
            color: #055193;
}

.gr-primary-background {
            background-color: #055193;
            color: #000000;
}

.gr-secondary-text {
            color: #fbaf35;
}

.gr-secondary-background {
            background-color: #fbaf35;
            color: #fafafa;
}