/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding: 13rem 2rem;
  position: relative;
  background: url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 100vh;
}


.kvlogo {
  display: block;
  margin: 0 auto 10px;
  filter: drop-shadow(0 0 6px #a480f2);
}

#hero h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  margin-top: 1.5rem;
  color: #ffffff;
  text-shadow: 0 0 10px #8b26c3;
}