/* (c) Windmill - (r) nyc 20250716 1040 */
/* for the Skelmersdale United FC NYCDA Weekly Draw 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: #000000;
   font-size: 24px;
   line-height: 24px;
}

h2 {
   color: #000000;
   font-size: 21px;
   line-height: 21px;
}


h3 {
   color: #000000;
   font-size: 18px;
   line-height: 18px;
}

p {
   color: #000000;
}

b {
   color: #000000;
}

a {
   color: #0071aa;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

#header {
   background-color: #0071aa;
   background-image: url('../gfx/floatingfund-header-bg.jpg');
   background-position: center top;
   background-repeat: no-repeat;
}

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

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

.dropdown-menu {
   background-color: #0071aa !important;
}

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

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

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

.btn.btn-primary {
   background-color: #0071aa;
   color: #ffffff;
}

.btn:hover {
   background-color: #000000;
   color: #ffffff;
}

#side-panel {
   background-color: #99ccff;
}

#footer {
   background-color: #0071aa;
   border-color: #005599;
   color: #e5e5e5;
}

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

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