body {
  background-color: #fcfcfc;
  margin: 0;
  padding-top: 80px;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  font-size: 1.1em;
  color: #515151;
}

header {
  z-index: 1337;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 84px;
  border: 1px solid transparent;
  background-color: #eee;
  background: linear-gradient(#eee, #fff) left repeat;
  transition: all 0.1s ease-in-out;
}
header h1 {
  float: left;
  transition: all 0.1s ease-in-out;
}
header.small {
  height: 42px;
  box-shadow: 2px 0 2px #515151;
}
header.small h1 {
  font-size: 1em;
}
header.small nav > ul > li {
  margin: 4px 0 0 15px;
}
header:after {
  clear: both;
}
header nav {
  display: block !important;
  height: auto !important;
  padding: 0;
  overflow: visible !important;
  width: auto;
  border-top: 0;
  float: right;
}
header nav ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  float: left;
}
header nav ul li {
  position: relative;
  display: block;
  float: left;
  margin: 25px 0 0 15px;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  header nav ul li {
    line-height: 2.5em;
  }
  header nav ul li a i {
    font-size: 1.5em;
  }
  header nav ul li a span {
    display: none;
  }
}

footer {
  height: 250px;
  background-color: #515151;
}
footer p {
  color: #eee;
}
footer p.small {
  font-size: 1em;
  line-height: 1.5em;
  float: left;
}
footer p.icons {
  float: right;
}
footer p.icons a {
  font-size: 1.5em;
  letter-spacing: 0.5em;
  color: #eee;
}
footer p.icons a:hover {
  color: #00B4FF;
}
footer p.icons a:last-of-type {
  letter-spacing: 0;
}

iframe.video {
  padding: 10px 0;
}

h1, h2, h3, h4 {
  font-family: "adelle-1", "adelle-2", serif;
  color: #515151;
}

h2 > span.date {
  float: right;
  font-size: 0.8em;
  color: #888;
}

p, li {
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  font-size: 1.1em;
  color: #515151;
  letter-spacing: 0.0625em;
  line-height: 1.5em;
}

a {
  color: #00B4FF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

div.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}
div.content::after {
  clear: both;
  content: "";
  display: block;
}
div.content.main {
  padding: 5px 10px;
}

div.element {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 48.82117%;
}
div.element:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */