section, article, header, footer, nav, aside, hgroup {
  display: block;
}

body {
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  background: url("densitypaths.png") top left no-repeat;
  background-size: 1440px;
}

/* iPad (portrait & landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
  }
}

/* iPhone/iPod Touch (portrait & landscape) */
@media only screen and (max-device-width: 480px) {
  body {
  }
}

#main {
  background: rgba(255, 255, 255, .9);
  margin: 3em 5em;
  padding: 1em 2em;
  width: 480px;
}

h1 {
  font-size: 1em;
  text-transform: uppercase;
  font-variant: normal;
  font-style: normal;
  font-weight: 300;
  font-family: "museo-sans-1", "museo-sans-2", sans-serif;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.7s linear;
  -moz-transition: color 0.7s linear;
  -o-transition: color 0.7s linear;
  transition: color 0.7s linear;
}

a:visited { color: inherit; }

a:hover {
  color: #0a69c5;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:active { text-decoration: none; }
