header {
  width: 100%;
  background-image: url(img/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}

header a {
  color: white;
}

#slogan h1 {
  font-size: 4rem;
}

#slogan h2 {
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

section {
  padding: 100px 0px;
}

.sec-headline h2 {
  text-align: center;
  text-decoration: underline;
  font-family: 'Roboto Slab', serif;
}

.carousel-header {
  position: absolute;
  right: 15%;
  top: 20px;
  left: 15%;
  z-index: 10;
}
/*# sourceMappingURL=index.css.map */