/* (c) Windmill - (r) gcb 20260723 1055 */
/* for Banham Zoo GiantCashBonanza site */

body {
   background-color: #091900;
   font-family: "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: #d37847;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

#header {
   background-color: #cfe087;
}

.navbar {
   background-color: #182e07;
   border-color: #091900;
   font-size: 18px;
}

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

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

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

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

.navbar-toggler {
   background-color: #182e07 !important;
   border-color: #cfe087 !important;
   color: #cfe087 !important;
}

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

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

.btn.btn-primary {
   background-color: #182e07 !important;
   color: #cfe087 !important;
}

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

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

#footer {
   background-color: #182e07;
   border-color: #091900;
   color: #cfe087;
}

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

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