/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: 'sinkin_black';
  src: url("../fonts/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.eot");
  src: url("../fonts/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.woff") format("woff"), url("../fonts/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.ttf") format("truetype"), url("../fonts/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.svg#sinkin_sans900_x_black") format("svg");
  font-weight: normal;
  font-style: normal; }
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; }

.clearer {
  clear: both; }

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: arial; }

body > * {
  width: 100%;
  min-height: 100%; }

h1 {
  padding: 30px 15px;
  font-size: 2.7em;
  color: #C6660C;
  font-weight: bold;
  font-family: 'sinkin_black'; }

h2 {
  color: #C6660C;
  padding: 30px 15px;
  font-size: 1.8em;
  font-family: 'sinkin_black'; }

h3 {
  color: #707070;
  padding: 15px 15px;
  font-size: 1em;
  font-family: 'sinkin_black'; }

p {
  padding: 0 15px;
  margin-bottom: 30px;
  line-height: 1.5em;
  color: grey; }

a {
  color: #C6660C;
  text-decoration: none; }

hr {
  border-color: #fff; }

header {
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  header #header-content {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background-color: white;
    text-align: center; }
    header #header-content p {
      font-size: 1.5em; }

article #article-content {
  max-width: 800px;
  margin: 0 auto; }
  article #article-content h2 {
    text-align: center; }
  article #article-content p {
    color: grey; }
  article #article-content #last-p {
    font-size: 1.3em;
    line-height: 1.1em;
    color: #C6660C; }
  article #article-content #date {
    padding: 15px 60px;
    text-align: right;
    font-size: 1.1em; }

footer {
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  footer #footer-content {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background-color: white;
    text-align: center;
    padding: 50px 0; }
    footer #footer-content p {
      font-size: 1.5em; }
    footer #footer-content a {
      font-size: 3em;
      font-weight: bold;
      opacity: 0.8;
      transition: 0.3s; }
      footer #footer-content a:hover {
        opacity: 1; }

@media (max-width: 980px) {
  header {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right top; }
    header #header-content h1 {
      font-size: 2em; }
    header #header-content p {
      font-size: 1.0em; }

  footer {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center; }
    footer #footer-content p {
      font-size: 1.2em; }
    footer #footer-content a {
      font-size: 2.2em; } }
@media (max-width: 768px) {
  header {
    background-size: 180% auto; } }

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