/* (c) Windmill - (r) gcb 20260918 0105 */
/* for the Oldham RLFC GiantCashBonanza site */

body {
   background-color: #f0f0f0;
   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: #bb2c35;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

#header {
   background-color: #ffffff;
}

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

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

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

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

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

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

.btn:hover {
   background-color: #141b20 !important;
   color: #ff0000 !important;
}

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

#footer {
   background-color: #bb2c35;
   border-color: #ab1c25;
   color: #e5e5e5 !important;
}

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

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