/* (c) Windmill - (r) yrl 20250715 1505 */
/* for the Stalbridge Community Shop Your Lottery site */

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

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

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


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

p {
   color: #333333;
}

b {
   color: #000000;
}

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

#header {
   background-color: #ffffff;
   background-position: center top;
   background-repeat: no-repeat;
}

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

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

.dropdown-menu {
   background-color: #004aad !important;
}

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

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

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

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

.btn.btn-primary {
   background-color: #004aad !important;
   color: #f5f5f5 !important;
}

.btn:hover {
   background-color: #ff1616 !important;
   color: #ffffff !important;
}

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

#footer {
   background-color: #004aad;
   border-color: #003399;
   color: #cccccc;
}

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

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