/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/assets/fonts/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/assets/fonts/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/assets/fonts/OpenSans-ExtraBold.ttf") format("truetype"); }
::-moz-selection {
  background: #F2AF5A; }

::selection {
  background: #F2AF5A; }

html {
  min-height: 100%; }

body {
  min-height: 100%;
  color: #262626;
  background: #F1F0F0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 90px 40px; }
  @media (min-width: 768px) {
    body {
      padding: 180px 50px; } }

h1 {
  font-size: 40px;
  font-weight: 600;
  color: #40A6BE;
  line-height: 1.1;
  margin-bottom: 15px; }

.content {
  max-width: 800px;
  margin: 0 auto; }

.text-large {
  font-size: 28px; }

.text-center {
  text-align: center; }

p {
  margin-bottom: 10px; }

a {
  color: #40A6BE;
  text-decoration: none;
  border-bottom: 2px solid #40A6BE; }
  a:hover, a:focus {
    color: #F2AF5A;
    border-color: #F2AF5A; }

nav {
  padding: 5px 0;
  margin-top: 40px; }

nav li {
  display: inline-block;
  margin: 10px 10px 05px 0; }
