@media (max-width: 768px) {
  .nbmuc {
    display: none;
  }
}
.navbar {
  opacity: 1;  /* was 0, GSAP never fires to correct it */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 90px !important;
  position: relative;
  z-index: 1030;
}
.navbar-brand {
  margin-left: 15px!important;
}
#navbg {
  min-height: 90px!important;
  background: url("/web/20211017000205im_/https://blackpoolfurs.co.uk/img/nav-bg.png")!important;
  background-position-x: 15px!important;
  background-repeat: no-repeat!important;
}
body {
  background: #030329;
  font-family: 'Inter', sans-serif;
  color: white;
}
.navbarMeetCountdown {
  width: 200px;
  height: 64px;
  letter-spacing: -0.075rem;
  color: white;
  text-align: right;
  font-weight: 700;
  margin-right: 15px;
}
#nbnmText {
  position: absolute;
  margin: 0;
  width: 200px;
  height: 32px;
  line-height: 2rem;
  font-size: 1.25rem!important;
}
#nbnmCount {
  position: absolute;
  font-family: "Roboto Mono", monospace;
  margin: 0;
  top: 32px;
  width: 200px;
  height: 32px;
  line-height: 2.5rem;
  font-size: 1.45rem;
}
hr {
  background: white;
}
#upcomingEventList {
  color: initial;
}
.carousel-inner {
  border-radius: 25px;
}
.card .btn {
  color: white;
}
#mainWrapper {
  margin-top: 128px;
  opacity: 1;
}
.faqtext {
  font-size: 16px !important;
}
.faqIcon {
  line-height: 0!important;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.container-dark {
  background-color: #030329;
}
.jumbotron {
  background: transparent !important;
}
.list-group-item.bg-dark {
  background-color: #343a40 !important;
}
