/* first for Internet Explorer < 9 */
@font-face {
  font-family: ff-din-web;
  src: url("/DINWeb.eot"); }

@font-face {
  font-family: ff-din-web;
  src: url("/DINWeb-Bold.eot");
  font-weight: bold; }

/* then for WOFF-capable browsers */
@font-face {
  font-family: ff-din-web;
  src: url("/DINWeb.woff") format("woff"); }

@font-face {
  font-family: ff-din-web;
  src: url("/DINWeb-Bold.woff") format("woff");
  font-weight: bold; }

body {
  font: 1.1em/1.7 "helvetica neue", helvetica, arial, sans-serif;
  text-align: center;
  max-width: 34em;
  margin: 0 auto;
  padding: 1em 3%;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(off_white), to(white));
  background-repeat: no-repeat;
  color: #072f3d; }

h1 {
  text-shadow: #dddddd 2px 2px 5px;
  font-size: 3.5em;
  font-weight: normal;
  letter-spacing: -0.04em;
  margin: 0.2em;
  color: #626771; }
  h1:first-letter {
    color: #188dcd; }

h2 {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: -0.04em; }

p {
  font-size: 1.2em; }

a {
  text-decoration: none;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: #eeeeee; }
  a:link, a:visited {
    color: #188dcd; }
  a:hover, a:focus, a:active {
    background-color: white;
    text-decoration: underline; }

h2 a.fourstack {
  padding: 0.3em;
  font-family: ff-din-web, Arial, sans-serif;
  font-size: 2em;
  letter-spacing: -0.11em;
  background-color: white;
  font-weight: bold;
  display: block;
  text-align: left;
  line-height: 0.75em;
  display: inline-block;
  color: #de136d; }
  h2 a.fourstack:hover {
    text-decoration: none; }

h3 {
  letter-spacing: -0.1em;
  line-height: 0.1em;
  font-weight: bold;
  font-size: 1.2em;
  font-family: ff-din-web, Arial, sans-serif;
  color: #de136d;
  background-color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0; }
  h3 br {
    line-height: 0; }
  h3:visited {
    color: #de136d; }
  h3:hover, h3:focus, h3:active {
    background-color: #f9f9f9; }

section, header, footer {
  display: block; }

@media all and (min-width: 600px) {
  body {
    line-height: 1.5;
    font-size: 1.5em;
    padding: 0 3%; } }
@media all and (min-width: 970px) {
  body {
    font-size: 2em; } }

