nav.navbar {
    background-color: #010329;
    color: #fff;
  }
  nav.navbar a {
    color: #fff;
  }
  nav.navbar img.brandLogo {
    height: 50px;
  }
  @media only screen and (min-width: 992px) {
    nav.navbar img.brandLogo {
      width: 176px;
      height: 80px;
    }
  }
  nav.navbar .navbar-nav {
    margin-top: 55px;
    margin-left: 50px;
  }
  @media only screen and (min-width: 992px) {
    ul.specialButtons .login {
      background-color: #7575e8;
      border-radius: 3px;
      color: #fff !important;
      margin-left: 10px;
      transition: background-color ease-in-out 0.2s;
    }
    ul.specialButtons .login:hover {
      background-color: #4949e1;
    }
  }
  @media only screen and (min-width: 992px) {
    ul.specialButtons .join {
      background-color: #269b21;
      border-radius: 3px;
      color: #fff !important;
      margin-left: 10px;
      transition: background-color ease-in-out 0.2s;
    }
    ul.specialButtons .join:hover {
      background-color: #1c7118;
    }
  }
  @media only screen and (min-width: 992px) {
      ul.specialButtons .taster {
          background-color: #969b21;
          border-radius: 3px;
          color: #fff !important;
          margin-left: 10px;
          transition: background-color ease-in-out 0.2s;
      }

          ul.specialButtons .join:taster {
              background-color: #7c7118;
          }
  }
  html,
  body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  }
  body {
    padding-top: 76px;
  }
  @media only screen and (min-width: 992px) {
    body {
      padding-top: 106px;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-collapse {
      position: fixed;
      top: 76px;
      /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #010329;
      transition-timing-function: ease-in-out;
      transition-duration: 0.3s;
      transition-property: left, visibility;
    }
    .offcanvas-collapse.open {
      left: 0;
      visibility: visible;
    }
  }
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
  }
  .nav-underline .nav-link:hover {
    color: #007bff;
  }
  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5);
  }
  .bg-purple {
    background-color: #6f42c1;
  }
  .lh-100 {
    line-height: 1;
  }
  .lh-125 {
    line-height: 1.25;
  }
  .lh-150 {
    line-height: 1.5;
  }
  body {
    color: #5a5a5a;
  }
  .btn-primary {
    background-color: #010329;
    border-color: #010329;
  }
  .btn-primary:hover {
    background-color: #2f39fa;
    border-color: #2f39fa;
  }
  .btn-primary:active {
    background-color: #9398fc;
    border-color: #9398fc;
  }
  footer {
    background-color: #ccc;
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
  footer a {
    color: #666;
  }
  .pageMargins {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  @media only screen and (min-width: 768px) {
    .pageMargins {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  }
  .valSummary {
    background-color: red;
    color: #fff !important;
    padding: 10px;
  }
  .valSummary ul li {
    color: #fff;
  }
  .accordian-header-click .card-header {
    cursor: pointer;
    background-color: #010329;
    color: #fff;
    transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  }
  .accordian-header-click .card-header span {
    display: inline;
    padding-right: 30px;
  }
  .accordian-header-click .card-header.collapsed {
    background-color: #eee;
    color: #666;
  }
  .accordian-header-click .card-header.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    float: right;
  }
  .accordian-header-click .card-header.collapsed:hover {
    background-color: #ddd;
  }
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
    background-color: #010329;
    background-color: rgba(128, 129, 255, 0.9);
    max-width: 600px;
    padding: 2rem;
  }
  .carousel-caption h1 {
    color: #fff;
    font-size: 1.7rem;
  }
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    background-color: #777;
    background-position: center center;
    background-size: cover;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  /* MARKETING CONTENT
  -------------------------------------------------- */
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
    color: #010329;
  }
  .marketing .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  /* Featurettes
  ------------------------- */
  section.featurettes {
    /* Thin out the marketing headings */
  }
  section.featurettes .featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
  }
  section.featurettes .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.05rem;
  }
  section.featurettes .featurette-heading span.text-muted {
    display: block !important;
    color: #6169fb !important;
  }
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption h1 {
      font-size: 1.9rem;
    }
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
    .featurette-heading {
      font-size: 50px;
    }
    .featurette-heading span {
      font-size: 43px;
    }
  }
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  div.mapToolTip {
    background-color: white;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px;
    border-radius: 3px;
    font-size: 11pt;
    font-weight: normal;
  }
  div.mapToolTip span {
    display: block;
    font-size: 7pt;
    color: #666;
  }
  div.customInfoBox {
    background-color: white;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px;
    border-radius: 3px;
    font-size: 11pt;
    font-weight: normal;
    text-align: left;
    max-width: 300px;
  }
  div.customInfoBox span.title {
    display: block;
    font-weight: 600;
  }
  div.customInfoBox span.description {
    display: block;
    font-weight: 300;
    font-size: 9pt;
  }
  div.customInfoBox a {
    font-size: 8pt;
    font-weight: 300;
    color: #010329;
    text-decoration: underline;
  }
  div.clubContainer {
    margin-top: 20px;
  }
  div.clubContainer div.clubWrapper {
    margin-bottom: 10px;
  }
  div.clubContainer i {
    color: #ccc;
  }
  div.clubContainer a {
    display: block;
    color: #333;
    background-color: #eaeaea;
    border: 1px solid #ccc;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  }
  div.clubContainer a:hover {
    text-decoration: none;
    background-color: #010329;
    color: #fff;
  }
  div.clubContainer span.clubName {
    font-size: 12pt;
    font-weight: 600;
  }
  div.clubContainer span.clubStatus {
    display: block;
    font-size: 9pt;
    font-weight: 300;
  }
  div.white-links a {
    color: #fff;
    text-decoration: underline;
  }
  div.white-links a:hover {
      color: #000;
      text-decoration: underline;
  }
  a.sessionLink {
      display: block;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 10px 60px 10px 10px;
      margin-bottom: 5px;
      color: #333;
      position: relative;
      text-decoration: none;
  }
  a.sessionLink span {
    background-color: forestgreen;
    color: #fff;
    font-size: 8pt;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 12px;
    font-weight: 600;
  }
  a.sessionLink:hover {
    background-color: #eee;
  }
  a.sessionLink:hover span {
    background-color: darkgreen;
  }
  .jumbotron {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    margin-bottom: 0;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
  }
  @media (min-width: 768px) {
    .jumbotron {
      padding-top: calc(4.5rem*2);
      padding-bottom: calc(4.5rem*2);
    }
  }
  .jumbotron p:last-child {
    margin-bottom: 0;
  }
  .jumbotron-heading {
    font-weight: 300;
  }
  .jumbotron .container {
    max-width: 40rem;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #333;
  }
  .pageContent h4 {
    margin-top: 50px;
  }
  .pageContent h2 + h4 {
    margin-top: 0;
  }
  .pageContent ul li,
  .pageContent ol li {
    padding-bottom: 10px;
  }
/* Django forms */
.formError {
  background-color: red;
  color: #fff !important;
  padding-top: 10px;
}
