  html,
  body{
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
    color: hsl(0, 0%, 65%);
  }



  h1{
    font-size: 4.5em;
    line-height: 1em;
    margin: 0;
    color: hsl(0, 0%, 95%);
		font-family: 'Open Sans', sans-serif;

  }

  h2{
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1em;
    /*font-style: italic;*/
    margin-top: 0;
		font-family: 'Open Sans', sans-serif;
  }

  h3{
    line-height: 1em;
    font-weight: 300;
    font-size: 2.5em;
    /*font-style: italic;*/
    margin-top: 0;
    margin-bottom: .85em;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: -.03em;
  }

  h4{
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.15em;
    line-height: 1em;
		font-family: 'Open Sans', sans-serif;
  }

  h5{
    font-weight: normal;
    /* text-transform: uppercase; */
    margin-top: 0;
    font-size: 1.15em;
    margin-bottom: 1em;
    line-height: 1em;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
  }

  a{
    color: inherit;
    text-decoration: none;
  }

  p a{
    text-decoration: underline;
  }


  .fill a{
    font-weight: bold;
  }


  .center{
    text-align: center;
  }

  .right{
    text-align: right;
  }

  @media screen and (min-width:100em) {
    h3{
      /*font-size: 1.4em;*/
    }

  }
