/* 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;
  -webkit-tap-highlight-color: transparent; }

/* 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: 'Nationale';
  src: url("../fonts/Nationale-Regular.eot") format("embedded-opentype");
  src: url("../fonts/Nationale-Regular.woff2") format("woff2"), url("../fonts/Nationale-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Nationale';
  src: url("../fonts/Nationale-DemiBold.eot") format("embedded-opentype");
  src: url("../fonts/Nationale-DemiBold.woff2") format("woff2"), url("../fonts/Nationale-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
body {
  font: normal 14px/1.4 'Nationale', serif;
  color: #231F20;
  height: 100vh;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
  -webkit-transition-delay: 0s;
  -moz-transition-property: background-color;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
  -moz-transition-delay: 0s;
  -o-transition-property: background-color;
  -o-transition-duration: 1s;
  -o-transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
  -o-transition-delay: 0s;
  transition-property: background-color;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.73, 0.26, 0.21, 0.99);
  transition-delay: 0s;
  -webkit-font-smoothing: antialiased; }

a, a:visited {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent; }
  a:hover, a:visited:hover {
	text-decoration: line-through;
	color: #999;
    }

em {
  font-style: italic; }

p {
  margin-bottom: 2em; }

h2 {
  font-weight: 600;
  margin-bottom: 1em; }

.caps {
  text-transform: uppercase;
  font-size: 0.75em;
  margin-right: 5px; }

.preloader {
  display: none; }

header {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10; }
  header h1 {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

section #gallery li {
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }
  section #gallery li.active {
    opacity: 1; }
  section #gallery li.right {
    background-position: right center; }
  section #gallery li.left {
    background-position: left center; }
  section #gallery li.small {
    background-size: auto 60%;
    background-position: center 24.1vh; }
    .portrait section #gallery li.small {
      background-size: 50% auto; }
  section #gallery li.medium {
    background-size: auto 80%;
    background-position: center 15vh; }
    .portrait section #gallery li.medium {
      background-size: 80% auto; }
  section #gallery li.full {
    background-size: cover; }
  section #gallery li img {
    display: none; }
.loading section #gallery, .footer-active section #gallery {
  display: none; }

footer {
  display: none;
  position: absolute;
  top: 100px;
  padding: 30px;
  z-index: 20; }
  .footer-active footer {
    display: block; }

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