/* (c) Windmill - (r) yt 20250922 2145 */
/* for the Sheffield Sharks Your Team site */

body {
   background-color: #14194B;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   line-height: 16px;
   color: #4a4a4a;
}

h1 {
   color: #14194B;
   font-size: 24px;
   line-height: 24px;
}

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


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

p {
   color: #333333;
}

b {
   color: #000000;
}

a {
   color: #14194B;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

#header {
   background-color: #14194B;
   background-image: url('/sharks/gfx/sharks-header-bg.jpg');
   background-position: center top;
   background-repeat: no-repeat;

}

.navbar {
   background-color: #14194B;
   border-color: #000033;
   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: #fde900!important;
   color: #14194B !important;
   text-decoration: none;
}

.nav-link:hover {
   background-color: #14194B !important;
   color: #fde900 !important;
   text-decoration: none;
}

.dropdown-menu {
   background-color: #14194B !important;
}

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

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

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

input.totals {
   background: #fdfffe;
   color: #4a4a4a;
   text-decoration: none;
}

.btn.btn-primary {
   background-color: #14194B !important;
   color: #fde900 !important;
}

.btn:hover {
   background-color: #fde900 !important;
   color: #14194B !important;
}

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

#footer {
   background-color: #14194B;
   border-color: #000033;
   color: #cccccc;
}

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

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