/* (c) Windmill - (r) gcb 20260723 1845 */
/* for Lichfield Garrick GiantCashBonanza site */

@font-face{
	font-family:"Effra";
	src:url('https://giantcashbonanza.online/lichfieldgarrick/css/Effra.ttf'),
	url('https://giantcashbonanza.online/lichfieldgarrick/css/Effra.ttf');
}

body {
   background-color: #000000;
   font-family: Effra, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   line-height: 16px;
}

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

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

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

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

p {
   color: #333333;
}

b {
   color: #000000;
}

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

#header {
   background-color: #e5005b;
   background-image: url('../gfx/lichfieldgarrick-header-bg.jpg');
   background-position: center top;
   background-repeat: no-repeat;
//   text-align: center !important;
}

.navbar {
   background-color: #e5005b;
   border-color: #ffffff;
   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: #ffffff !important;
   color: #e5005b !important;
   text-decoration: none;
}

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

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

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

#page-content {
   background-color: #ffffff;
   color: #182e07;
}

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

.btn:hover {
   background-color: #a9338b !important;
   color: #ffffff !important;
}

#side-panel {
   background-color: #ebebeb;
}

#footer {
   background-color: #e5005b;
   border-color: #ffffff;
   color: #e5e5e5;
}

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

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