@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

.content-section--fullpage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.content-section--fullpage:first-of-type {
}

.content-section__headline-container {
}
.content-section__headline-container span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 1.7rem;
  color: Cornsilk;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 800;
}

.content-section__headline {
  margin: 0;
  opacity: 0;
}

.scroll-indicator {
  position: absolute;
  bottom: 10px;
  display: block;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.scroll-indicator__line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 25px;
  background-color: rgba(0,0,0,0);
  margin: auto;
  content: "";
}
