:root {
  --bc-red: #e10024;
  --bc-hover-red: #a5001b;
  --bc-yellow: #f6d144;
  --bc-red-rgb: rgba(225,0,36,1);
  --bc-red-rgb-transp: rgba(225,0,36,.25);
  --bs-bg-op: 1;
}
body {
  font-weight: 300;
  font-size: 1.25rem;
  background-color: #222;
}
.btn-primary {
  background-color: var(--bc-red);
  border: none;
}
.btn-primary:hover {
  background-color: var(--bc-hover-red);
}
#sidebar-wrapper {
  background-color: var(--bc-red);
}
.masthead {
  min-height: 45rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background:transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.form-control {
  font-weight: 300;
}
.submasthead {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background:transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 10vh;
}
.overlay {
  background-color: rgba(0,0,0,0);
}
#logo {
  max-width: 300px;
  min-width: 200px;
  width: 100%;
  margin-bottom: 2rem;
  animation: 0.5s ease-out 0s 1 slideInFromTop;
}
.submasthead #logo {
  max-width: 250px;
}
.bg-primary {
  background-color: var(--bc-red) !important;
}
.masthead h1, .submasthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.masthead h2 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}
.masthead h1, .masthead h2, .submasthead h1 {
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
}
i {
  color: var(--bc-red);
}
footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 300;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #cf8e8e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 29, 29, 0.25);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #871919 !important;
  border-color: #7f1717 !important;
  box-shadow: 0 0 0 0.25rem rgba(173, 63, 63, 0.5) !important;
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #c34343 !important;
  border-color: #b12f2f !important;
  cursor: not-allowed;
  pointer-events: auto;
}
form {
  padding: 1em;
}
#form-msg {
  padding: 1em;
  display: none;
}
#form-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
}
.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid;
  border-color: #dbdcef;
  border-right-color: #e10024;
  animation: spinner 1s infinite linear;
}
.collapsible .card-header {
  padding: 0;
  margin: 0;
}
.collapsible .card-body {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.card-body iframe {
  width: 100%;
  height: 300px;
}
.menu-item-title {
  font-weight: bold;
}
#quicklinks a {
  color: #fff;
  text-decoration: none;
}

header a {
  color: #fff;
  text-decoration: none;
}

header a:hover, header a:active  {
  color: rgb(194, 194, 194);
  text-decoration: underline;
}


#quicklinks a:hover {
  color: #e8e8e8;
}
.bg-light a {
  color: var(--bc-red);
  text-decoration-thickness: 1px;
}
.bg-light a:hover {
  color: var(--bc-hover-red);
}
.btn-link {
  color: var(--bc-red);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--bc-hover-red);
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--bc-red-rgb-transp);
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
.location-date {
  padding: 1em;
  background-color: var(--bc-red);
  line-height: 1.75em;
  color: #fff;
  font-weight: 500;
  margin-right: 0.75em;
  min-width: 6em;
}
.location-date > div:first-of-type {
  font-size: 1.25em;
}
.location-date > div:nth-last-of-type(1) {
  font-size: 1.5em;
  white-space: nowrap;
}
.card-header button {
  width: 100%;
  font-size: 1em;
}
.text-left {
  text-align: left;
}
.card-header {
  display: flex;
}
.icon-bg {
  background-image: url('../img/pattern.png');
}
.map iframe {
  pointer-events: all;
}
.content-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#btn-icons button {
  margin-bottom: 0.75em;
}
.btn i {
  color: #fff;
}
.content-section-heading h3, .content-section-heading .h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .card-header button {
      width: 100%;
      font-size: 0.75em;
 }
  #logo {
      max-width: 250px;
 }
  .masthead h1, .submasthead h1 {
      font-size: 2.75rem;
 }
  .masthead h2 {
      font-size: 2rem;
 }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #logo {
      max-width: 250px;
 }
  .masthead h1, .submasthead h1 {
      font-size: 3.0rem;
 }
  .masthead h2 {
      font-size: 2rem;
 }
}
.menu-toggle, .scroll-to-top {
  text-decoration: none;
}
.menu-toggle:hover, .scroll-to-top:hover {
  text-decoration: none;
}
.menu-toggle i, .scroll-to-top i {
  color: #fff;
  line-height: 51px;
}
#sidebar-wrapper.active {
  box-shadow: -1px -2px 4px rgba(0,0,0,0.4);
}
#main-nav {
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 1.5em;
}
#main-nav li {
  padding-right: 1em;
  font-size: 0.9em;
}
#main-nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 100000;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
#main-nav li a:hover {
  opacity: 0.5;
}
.menu-item-img {
  margin-bottom: 1em;
}
.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row {
  display: flex;
}
.form-group {
  margin-bottom: 1rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
}
small, .small {
  font-size: 0.75em;
}
.plain-heading {
  display: block;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
/* CSS Animation */
@keyframes pop {
  0% {
      opacity: 0;
      transform: scale(0.25);
 }
  100% {
      opacity: 1;
      transform: scale(1);
 }
}
@keyframes slideInFromTop {
  0% {
      transform: translateY(-50%);
      opacity: 0;
 }
  100% {
      transform: translateX(0);
      opacity: 1;
 }
}
@keyframes slideInFromLeft {
  0% {
      transform: translateX(-50%);
      opacity: 0;
 }
  100% {
      transform: translateX(0);
      opacity: 1;
 }
}
@keyframes spinner {
  to {
      transform: rotate(1turn);
 }
}
/* Developed by Brandon Hayden */
