/*!
 Theme Name:   Emily Rosser
 Description:  Emily Rosser
 Author:       Frederik Delmotte
 Author URI:   http://frederikdelmotte.com
 Version:      1.2.5
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 
 * variables
 */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* 
 * mixins
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * fonts
 */
@font-face {
  font-family: 'FolioBTBoo';
  src: url("fonts/FolioBTBoo.eot");
  src: url("fonts/FolioBTBoo.eot?#iefix") format("embedded-opentype"), url("fonts/FolioBTBoo.woff2") format("woff2"), url("fonts/FolioBTBoo.woff") format("woff"), url("fonts/FolioBTBoo.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal; }
/* 
 * global
 */
body {
  background: #fff;
  color: #000; }

h1, h2, h3, p, a, span, ul li {
  font-family: 'FolioBTBoo', arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em; }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: inherit; }

img {
  max-width: 100%;
  display: block;
  backface-visibility: hidden; }

img,
video {
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-drag: -moz- none;
  -webkit-user-drag: none;
  user-drag: none; }

main, article, section, aside, div {
  position: relative; }

/* 
 * layout
 */
body header {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  mix-blend-mode: difference; }
  body header h1,
  body header nav a {
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  body header h1 {
    opacity: 0;
    -webkit-animation: fadeIn 1s cubic-bezier(0, 0, 0.58, 1) forwards;
    -moz-animation: fadeIn 1s cubic-bezier(0, 0, 0.58, 1) forwards;
    -o-animation: fadeIn 1s cubic-bezier(0, 0, 0.58, 1) forwards;
    animation: fadeIn 1s cubic-bezier(0, 0, 0.58, 1) forwards; }
  body header nav a {
    margin-right: 3px;
    letter-spacing: 0.05em; }
    body header nav a:nth-of-type(1) {
      opacity: 0;
      -webkit-animation: fadeIn 1s 100ms cubic-bezier(0, 0, 0.58, 1) forwards;
      -moz-animation: fadeIn 1s 100ms cubic-bezier(0, 0, 0.58, 1) forwards;
      -o-animation: fadeIn 1s 100ms cubic-bezier(0, 0, 0.58, 1) forwards;
      animation: fadeIn 1s 100ms cubic-bezier(0, 0, 0.58, 1) forwards; }
    body header nav a:nth-of-type(2) {
      opacity: 0;
      -webkit-animation: fadeIn 1s 200ms cubic-bezier(0, 0, 0.58, 1) forwards;
      -moz-animation: fadeIn 1s 200ms cubic-bezier(0, 0, 0.58, 1) forwards;
      -o-animation: fadeIn 1s 200ms cubic-bezier(0, 0, 0.58, 1) forwards;
      animation: fadeIn 1s 200ms cubic-bezier(0, 0, 0.58, 1) forwards; }
    body header nav a:nth-of-type(3) {
      opacity: 0;
      -webkit-animation: fadeIn 1s 300ms cubic-bezier(0, 0, 0.58, 1) forwards;
      -moz-animation: fadeIn 1s 300ms cubic-bezier(0, 0, 0.58, 1) forwards;
      -o-animation: fadeIn 1s 300ms cubic-bezier(0, 0, 0.58, 1) forwards;
      animation: fadeIn 1s 300ms cubic-bezier(0, 0, 0.58, 1) forwards; }
body main {
  z-index: 1;
  background: #fff; }
  body main section {
    width: 100%;
    padding: 86px 0; }
    body main section > div > div {
      margin-bottom: 86px;
      padding: 0 20px;
      opacity: 0;
      backface-visibility: hidden;
      transform: translateZ(0);
      -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.3s;
      -moz-transition: opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.3s;
      -ms-transition: opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.3s;
      -o-transition: opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.3s;
      transition: opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.3s; }
      body main section > div > div img,
      body main section > div > div video {
        width: 100%;
        display: block;
        object-fit: contain; }
      body main section > div > div.bleed {
        padding: 0px; }
        body main section > div > div.bleed img,
        body main section > div > div.bleed video {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        body main section > div > div.bleed.left img,
        body main section > div > div.bleed.left video {
          object-position: center left; }
        body main section > div > div.bleed.right img,
        body main section > div > div.bleed.right video {
          object-position: center right; }
      body main section > div > div.show {
        opacity: 1; }
    body main section > div:last-child > div:last-child {
      margin-bottom: 0; }
body footer {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  mix-blend-mode: difference; }
  body footer p {
    color: inherit;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    -webkit-animation: fadeIn 1s 500ms cubic-bezier(0, 0, 0.58, 1) forwards;
    -moz-animation: fadeIn 1s 500ms cubic-bezier(0, 0, 0.58, 1) forwards;
    -o-animation: fadeIn 1s 500ms cubic-bezier(0, 0, 0.58, 1) forwards;
    animation: fadeIn 1s 500ms cubic-bezier(0, 0, 0.58, 1) forwards; }

/* 
 * media queries
 */
@media screen and (min-width: 760px) {
  body header {
    display: flex;
    padding: 17px 0; }
    body header h1, body header nav {
      width: 50%; }
  body main section {
    padding: 0; }
    body main section > div > div {
      padding: 0;
      margin-bottom: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center; }
      body main section > div > div img,
      body main section > div > div video {
        max-width: 75%; }
      body main section > div > div.small img,
      body main section > div > div.small video {
        max-width: 50%;
        height: 50%; }
      body main section > div > div.medium img,
      body main section > div > div.medium video {
        height: 75%; }
      body main section > div > div.large {
        height: auto;
        min-height: 100vh; }
      body main section > div > div.large img,
      body main section > div > div.large video, body main section > div > div.bleed img,
      body main section > div > div.bleed video {
        max-width: none; }
      body main section > div > div.left {
        justify-content: flex-start; }
        body main section > div > div.left img,
        body main section > div > div.left video {
          object-position: center left; }
      body main section > div > div.right {
        justify-content: flex-end; }
        body main section > div > div.right img,
        body main section > div > div.right video {
          object-position: center right; }
      body main section > div > div.left-center {
        justify-content: flex-start; }
      body main section > div > div.right-center {
        justify-content: flex-end; }
      body main section > div > div.left-center span, body main section > div > div.right-center span {
        width: calc( 50% - 40px );
        padding: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      body main section > div > div.left-center img,
      body main section > div > div.left-center video, body main section > div > div.right-center img,
      body main section > div > div.right-center video {
        max-width: 100%;
        object-fit: contain;
        object-position: center center; }
    body main section > div.flex {
      display: flex; }
      body main section > div.flex > div {
        width: 50%; }
        body main section > div.flex > div:nth-of-type(2) {
          -webkit-transition-delay: 0.6s;
          -moz-transition-delay: 0.6s;
          -ms-transition-delay: 0.6s;
          -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }
        body main section > div.flex > div.large img,
        body main section > div.flex > div.large video {
          width: 100%;
          height: auto; }
  body footer {
    display: flex;
    padding: 17px 0; }
    body footer p {
      width: 50%; } }

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