@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.rounded-box {
  border-radius: 5px;
}

.event-details p + p {
  padding-top: 5px;
}

#sidenav-overlay {
  z-index: 996;
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
  }

  h3,
  h4 {
    font-size: 15px;
  }

  .small-font-awesome {
    font-size: 30px;
  }
}

.footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  padding: 5px;
  background: #ef5350;
  z-index: 999;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

