.SS-Green {color:#8CC540;}
.SS-Blue {color:#145FAB;}

.nav-link {text-transform: uppercase;}
.nav-link:hover {color:#145FAB;}

#message {background:#145FAB;
color:white;}

#hours-note {background:#8CC540;
color:white;}

.btn .btn-outline-primary {
  --bs-btn-color: #8CC540 !important;
  --bs-btn-border-color: #145FAB !important;
  --bs-btn-hover-color: #fff !important;
  bs-btn-hover-bg: #8CC540 !important;
  bs-btn-hover-border-color: #8CC540;
  bs-btn-focus-shadow-rgb: 13, 110, 253;
  bs-btn-active-color: #fff;
  bs-btn-active-bg: #145FAB;
  bs-btn-active-border-color: #145FAB;
  bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  bs-btn-disabled-color: #0d6efd;
  bs-btn-disabled-bg: transparent;
  bs-btn-disabled-border-color: #0d6efd;
  bs-gradient: none;
}