/* (c) Windmill - (r) gcb 20260330 1840 */
/* for the Cast BikesGiantCashBonanza site */

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

#header {
   background-color: #3c1e58;
}

.navbar {
   background-color: #68c7fa;
   border-color: #3c1e58;
   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: #872b76 !important;
   color: #ffffff !important;
   text-decoration: none;
}

.nav-link:hover {
   background-color: #8dd8fb !important;
   color: #3c1e58 !important;
   text-decoration: none;
}

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

.navbar-toggler:hover {
   background-color: #8dd8fb !important;
   border-color: #3c1e58 !important;
   color: #3c1e58 !important;
}

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

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

.btn:hover {
   background-color: #8dd8fb !important;
   color: #3c1e58 !important;
}

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

#footer {
   background-color: #3c1e58;
   border-color: #872b76;
   color: #e5e5e5;
}

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

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