

h1,
h2 {
  font-weight: 100;
  font-size: 32px;
  margin: 20px 0px 20px;
  line-height: 1.4;
}
h2 {
  font-size: 28px;
}
h2:before {
  content: ' ';
  display: block;
  width: 60px;
  border-bottom: 5px solid #FFF;
  position: absolute;
  margin: -25px 0px 0px 0px;
}

body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', 'Helvetia Neue', sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
  background-color: #ffffff;
  min-width: 320px;
}


.container {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.container .centered-unit {
  position: absolute;
  top: 50%;
  margin-top: -220px;
  width: 100%;
  text-align: center;
}

img {
	width: 100%;
	height: auto;
	max-width: 500px;
}