/*
 * Please ignore the Man behind the curtain – in this case, the "curtain" is the source
 * code and "the Man" is horribly written code. I promise I'll fix this later.
*/
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Proxima Nova";
  src: url(/resources/proximanova_regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Entypo";
  src: url(/resources/entypo.ttf);
}

@font-face {
  font-family: "Entypo Social";
  src: url(/resources/entypo-social.ttf);
}

body {
  background: #343336;
  font-family: Raleway, "Helvetica Neue", Helvetica, sans-serif;
}

a {
  color: gray;
}

.axis {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.make text {
  text-anchor: end;
}

.overlay {
  fill: none;
  pointer-events: all;
}

svg .focus,
svg:not(:hover) .focus {
  display: none;
}

section {
  position: relative;
}

.hero {
  background-color: black;
  position: absolute;
  height: 450px;
  overflow: hidden;
  width: 100%;
}

.hero .wrapper {
  width: 100%;
}

.hero img {
  opacity: 0.45;
  width: 100%;
}

section.intro {
  color: gray;
  height: 100px;
  padding-top: 175px;
  text-align: center;
}

section.intro h1 {
  color: white;
  font-family: "Proxima Nova", sans-serif;
  font-size: 50px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

section.intro .dash {
  display: block;
}

section.intro header {
  font-size: 24px;
}

section.elsewhere {
  background-color: #FF3F00;
  margin-top: 172px;
  padding: 40px 0;
  text-align: center;
}

section.elsewhere li {
  display: inline-block;
  font-family: 'Entypo Social', 'Entypo', 'Yanone Kaffeesatz', sans-serif;
  margin: 0 10px;
}

section.elsewhere li a {
  color: #9F381D;
  font-size: 58px;
  line-height: 28px;
  padding: 0 5px;
  text-decoration: none;
}

section.elsewhere li a:hover {
  color: white;
}

section.brief {
  background: white;
  margin: auto;
  padding: 60px 0;
  text-align: center;
}

section.brief div {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  margin: auto;
  text-transform: uppercase;
  width: 500px;
}

article.stats {
  background: #E5E6E5;
  margin: auto;
  padding: 40px;
}

article.stats header, article.stats section {
  margin: 0 auto 15px;
  width: 600px;
}

article.stats section.photos .content {
  position: relative;
}

article.stats section.photos form {
  color: #bbb;
  font-size: 11px;
  line-height: 2em;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
}

article.stats section.photos form label {
  display: block;
}

article.stats section.photos small {
  color: #999;
  display: block;
  margin: 5px 0;
}

article.elsewhere {
  background: #E5E6E5;
  border-top: 1px solid #D5D5D5;
  margin: auto;
  padding: 40px;
}

article.elsewhere section {
  margin: 0 auto 15px;
  width: 600px;
}

footer {
  color: #555;
  font-family: Raleway;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  padding: 30px 0;
  text-align: center;
}
