/*
  Custom styles
 */
.h-text {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;

  display: table;
  height: auto;

  color: #efefef;
  text-transform: uppercase;
  text-align: center;

  font-size: 8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;

  letter-spacing: -0.02em;
  line-height: 1.2em;
}
.medium{

font-size: 1em;
font-family: Helvetica, Arial, sans-serif;
font-weight: 700;

letter-spacing: -0.04em;
line-height: 2.0em;
padding: 0 0.025em;
display: table;
  height: auto;
  position:relative;
  margin:30px auto;
   color: #666;
}

.medium a{color: #ccc; text-decoration:none;}