body {
  font-family: "Droid Sans", sans-serif !important;
}

.container {
  max-width: 1100px !important;
}

header {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-image: url("/assets/background.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
header .navbar {
  background-color: #ffffff !important;
  font-size: 14px;
  padding: 23px 0px !important;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.12);
}
header .navbar .navbar-brand img {
  width: 95%;
}
header .navbar .nav-item a:hover:not(.active) {
  color: #0e76bc !important;
}
header .navbar .active {
  color: #0e76bc !important;
}
header #campaign-description-section {
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #campaign-description-section #campaign-description-wrapper {
  text-align: center;
}
header #campaign-description-section #campaign-description-wrapper #header-logo {
  width: 450px;
}
header #campaign-description-section #campaign-description-wrapper #campaign-description {
  line-height: 1.2rem;
  font-size: 15px;
  margin-top: 8px;
}
header #campaign-description-section #campaign-description-wrapper #event-details {
  font-size: 18px;
}
header #campaign-description-section #campaign-description-wrapper #registration-fee {
  font-size: 15px;
  margin-top: -15px;
}
header #campaign-description-section #campaign-description-wrapper .btn {
  background-color: inherit;
  padding: 5px 30px;
  border: solid 3px #39b54a;
  color: #0e76bc;
  font-weight: bold;
  border-radius: 0px;
}

@media (max-width: 481px) {
  #campaign-description-wrapper {
    padding: 0px 20px;
  }
  #campaign-description-wrapper #header-logo {
    width: 100% !important;
  }
}/*# sourceMappingURL=main.css.map */