body {
  font-family: "Poppins", sans-serif !important;
  background-color: #1d1e28;
  border-top: 5px solid #9574d6;
  overflow: hidden;
}
@media (max-width:960px) { 
  .bannerImage  { display: none;  } 

}

a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.navbar {
  background-color: transparent !important;
}
.btn-outline-success {
  color: #ad91ff !important;
  border-color: #ad91ff !important;
}
.btn-outline-success:hover {
  background-color: #a384ff !important;
  color: white  !important;
  border-color: #a384ff  !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  padding: 0.5rem 0.7rem;
  font-size: 14px;
}

.siteBanner {
  background-color: #1d1e28;
  height: 100vh;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.siteBannerInner {
  position: relative;
  z-index: 999999;
}

.siteBannerInner h2 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 36px !important;
}

.siteBannerInner p {
  color: rgba(255, 255, 255, 0.685) !important;
  font-size: 16px !important;
  font-family: "Lato", sans-serif;
}

.bannerImage {
  position: absolute;
  right: 0;
  top: 0;
}

.btncustom {
  background-color: #ad91ff !important;
  font-weight: 400;
  font-size: 0.8571em;
  border: none;
  padding: 15px 48px;
}




