/* (c) Windmill - (r) gcb 20250515 1740 */
/* for the Hudderfield RUFC GiantCashBonanza site */

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

#header {
   background-color: #ffffff;
}

.navbar {
   background-color: #fbb515;
   border-color: #eba505;
   font-size: 18px;
}

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

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

.nav-link.active {
   background-color: #721a33 !important;
   color: #fbb515 !important;
   text-decoration: none;
}

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

.navbar-toggler {
   background-color: #fbb515; !important;
   border-color: #721a33 !important;
   color: #721a33 !important;
}

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

#page-content {
   background-color: #ffffff;
   color: #333300;
}

.btn.btn-primary {
   background-color: #fbb515;
   color: #721a33;
}

.btn:hover {
   background-color: #721a33;
   color: #fbb515;
}

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

#footer {
   background-color: #333333;
   border-color: #111111;
   color: #e5e5e5;
}

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

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