/* (c) Windmill - (r) gcb 20260703 1035 */
/* for the Mental Health Foundation GiantCashBonanza site */

@font-face{
	font-family:"AdelleSansCondensed";
	src:url('https://giantcashbonanza.online/mentalhealth/css/adelle-sans-condensed.otf'),
	url('https://giantcashbonanza.online/mentalhealth/css/adelle-sans-condensed.otf');
}

body {
   background-color: #f5f5f7;
/*   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
   font-family: AdelleSansCondensed, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 20px;
}

h1 {
   color: #333333;
   font-size: 26px;
   line-height: 26px;
}

h2 {
   color: #333333;
   font-size: 23px;
   line-height: 23px;
}

h3 {
   color: #333333;
   font-size: 20px;
   line-height: 20px;
}

h5 {
   color: #333333;
   font-size: 13px;
   line-height: 13px;
}

p {
   color: #333333;
}

b {
   color: #000000;
}

a {
   color: #6e0fee;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

#header {
   background-color: #ffffff;
}

.navbar {
   background-color: #6e0fee;
   border-color: #36008d;
   font-size: 18px;
}

.navbar-brand {
   color: #ffffff !important;
   font-size: 18px;
   text-decoration: none;
}

.nav-link {
   color: #ffffff !important;
   text-decoration: none;
}

.nav-link.active {
   background-color: #5db5ca !important;
   color: #36008d !important;
   text-decoration: none;
}

.nav-link:hover {
   background-color: #36008d !important;
   color: #f69210 !important;
   text-decoration: none;
}

.navbar-toggler {
   background-color: #6e0fee !important;
   border-color: #ffffff !important;
   color: #ffffff !important;
}

.navbar-toggler:hover {
   background-color: #36008d !important;
   border-color: #ffffff !important;
   color: #f69210 !important;
}

#page-content {
   background-color: #ffffff;
   color: #333333;
}
input.totals {
   background: #ffffff;
   color: #333333;
   text-decoration: none;
}

.btn.btn-primary {
   background-color: #6e0fee !important;
   color: #ffffff !important;
}

.btn:hover {
   background-color: #36008d !important;
   color: #f69210 !important;
}

#side-panel {
   background-color: #5db5ca;
}

#footer {
   background-color: #6e0fee;
   border-color: #36008d;
   color: #e5e5e5;
}

#footer a {
   color: #ffffff;
   text-decoration: underline;
}

#footer a:hover {
   color: #ffffff;
   text-decoration: none;
}
