/* (c) Windmill - (r) gcb 20260114 0115 */
/* for the Newsome Panthers GiantCashBonanza site */

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

#header {
   background-color: #990000;
}

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

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

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

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

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

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

.btn:hover {
   background-color: #221111 !important;
   color: #cc0000 !important;
}

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

#footer {
   background-color: #221111;
   border-color: #000000;
   color: #cccccc;
}

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

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