/* goldman-regular - latin */
@font-face {
    font-family: 'Goldman';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/goldman-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/goldman-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/goldman-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/goldman-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/goldman-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/goldman-v15-latin-regular.svg#Goldman') format('svg'); /* Legacy iOS */
  }
  /* goldman-700 - latin */
  @font-face {
    font-family: 'Goldman';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/goldman-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/goldman-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/goldman-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/goldman-v15-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/goldman-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/goldman-v15-latin-700.svg#Goldman') format('svg'); /* Legacy iOS */
  }

* {
    margin: 0;
    padding: 0;
}
body {
    margin: 3em 1em;
    font-family: "Goldman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #020202;
    text-align: center;
}
h1 {
    max-width: 540px;
    margin: 0.4em auto 1.5em auto;
    font-size: 3em;
    line-height: 1em;
}
h2 {
    font-size: 1em;
    font-weight: 400;
    margin-top: 2em;
}
a {
    font-weight: 700;
    color: #020202;
    text-decoration: none;
}
.red {
    color: #CC0505;
}
.light {
    font-weight: 400;
}
img {
    width: 100%;
    max-width: 420px;
}