﻿body {
  margin: 0;
  padding: 0;
  background: ;
  color: white;
}



.bg-hidden {
  top: -10%;
  opacity: 0;
}

.bg-visible {
  top: 0;
  opacity: 1;
}

h1 {
  text-align: center;
  font-family: Arial;
  letter-spacing: 1px;
}

.hero {
  position: relative;
  width: 100%;
  height: 600px;
  background: url('../art.jpg') no-repeat fixed 20% 20%;
  background-size: 130%;
  overflow: hidden
}

.hero h1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: .3em;
  font-size: 3em;
  font-weight: lighter;
}

.content-wrapper {
  width: 80%;
  height: 100px;
  padding: 1em 10%;
}

.content-wrapper h1 {
  margin: 0;
  color: white;
}

.content-wrapper p {
  font-family: "Open Sans";
  text-indent: 1.5em;
}