body {
  cursor: url(assets/cursors/cursor.cur), auto;
}

a {
  text-decoration: none;
  color: #212121;
}

a:hover {
  color: #67d861;
}

.sticky {
  position: fixed;
  z-index: 10;
}

.navbar--container {
  top: 15%;
  color: #212121;
  background: #67d861;
  left: 0;
  height: 250px;
  width: 80px;
  -webkit-box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  visibility: visible;
}

.navbar--icon:hover {
  color: #212121;
  cursor: url(assets/cursors/pointer.cur), default;
}

.nb-icon {
  margin-bottom: 49px;
  margin-left: 39px;
  font-size: 1.2em;
}

.navbar--title {
  margin-left: 40px;
  margin-top: 20px;
}

.navbar--title h4 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #212121;
}

.nav--open {
  height: 100vh;
  width: 300px;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  background: #212121;
  z-index: 8;
}

.nav--open-icon {
  padding: 0 1px 0 3px;
  border-radius: 5px;
  float: right;
  font-size: 1.8em;
  color: #67d861;
}

.nav--open-icon:hover {
  color: #212121;
  background: #67d861;
  cursor: url(assets/cursors/pointer.cur), default;
}

.nav--open-title {
  padding: 20px;
  line-height: 2em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  color: #67d861;
}

.nav--open-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.nav--open-menu a {
  font-size: 2em;
  font-weight: 100;
  padding: 15px 0;
  color: #67d861;
  text-decoration: none;
}

.nav--open-menu a:hover {
  background: #212121;
  -webkit-box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
}

.close {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

#register {
  height: 100%;
  background: #67d861;
  color: #212121;
}

#register:hover {
  background: #212121;
  color: #67d861;
  -webkit-box-shadow: 5px 5px 25px rgba(103, 216, 97, 0.5);
  box-shadow: 5px 5px 25px rgba(103, 216, 97, 0.5);
}

.page-footer {
  margin-bottom: 0;
}

.countdown {
  width: 100vw;
  height: 165px;
  z-index: 9;
  bottom: 0;
  margin-bottom: -30px;
  -webkit-box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
}

#countdown-text {
  padding-top: 20px;
  font-size: x-large;
}

.glow-light:hover {
  -webkit-box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
  box-shadow: 2px 2px 15px rgba(103, 216, 97, 0.5);
}

.glow-dark:hover {
  -webkit-box-shadow: 2px 2px 15px rgba(33, 33, 33, 0.5);
  box-shadow: 2px 2px 15px rgba(33, 33, 33, 0.5);
}

#landing-section {
  height: 300px;
  padding-top: 100px !important;
}

.err404-btn {
  color: #67d861;
}

.err404-btn:hover {
  color: #fafafa;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#212121),
    color-stop(#67d861),
    to(#212121)
  );
  background: linear-gradient(to top, #212121, #67d861, #212121);
}

::-webkit-scrollbar-track {
  background: #212121;
}

.glove a {
  cursor: url(assets/cursors/pointer.cur), default;
}

#faq-section .collapsible-header:hover {
  cursor: url(assets/cursors/pointer.cur), default !important;
}

.jfForm-background-mask {
  background: #212121 !important;
}
/*# sourceMappingURL=style.css.map */
