/* (c) Windmill - (r) pmm 20251015 0950 */
/* for Bristol City PayMyMembership site */

body {
   background-color: #e2dddd;
   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;
}

p {
   color: #333333;
}

b {
   color: #000000;
}

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

#header {
   background-color: #e21a23;
/*   background-image: url('../gfx/robinslotto-background.png');
   background-position: top left;
   background-size: contain;
   background-repeat: no-repeat;*/
}

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

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

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

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

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

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

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

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

#footer {
   background-color: #e21a23;
   border-color: #990000;
   color: #ffffff;
}

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

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