/*

Author: Jakub Matyszewski

Version: 1.0

*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
Main styles
========================================================================== */
html, button, input, select, textarea {
  color: #000; }

body {
  font-size: 1em;
  line-height: 1.4; }

body {
  -webkit-tap-highlight-color: transparent; }

::-moz-selection {
  background: #c7d4d5;
  text-shadow: none; }

::selection {
  background: #c7d4d5;
  text-shadow: none; }

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 21px 0;
  padding: 0;
  border-top-style: solid;
  border-top-width: 1px; }

img {
  vertical-align: middle;
  pointer-events: none; }

textarea {
  resize: vertical; }

select:focus, input:focus {
  outline: none; }

pre {
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: relative;
  line-height: 1; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: 'Playfair Display', sans-serif;
  overflow-x: hidden;
  background: #fff;
  padding: 25px; }

#main-wrapper {
  height: inherit;
  background: #fefffb;
  position: relative; }

#bg-box {
  background: url(../images/bg-box.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

#main-content {
  display: none; }

.hello {
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  width: 82px;
  margin-left: -41px; }

#nav {
  cursor: pointer;
  display: block;
  padding: 10px 35px 16px 0px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -17px;
  z-index: 99; }
  #nav span,
  #nav span:before,
  #nav span:after {
    background: #000;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 35px;
    transition: 0.5s; }
  #nav span:before {
    top: -7px; }
  #nav span:after {
    bottom: -7px; }

.nav-active span {
  transform: rotate(45deg); }
.nav-active span:before {
  transform: rotate(-90deg);
  top: 0 !important; }
.nav-active span:after {
  opacity: 0; }

.arrows {
  display: none; }
  .arrows span {
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease; }
  .arrows span:hover {
    color: #968d7a; }
  .arrows .nav-left, .arrows .nav-right {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi4xIDQyLjciPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+ICANCgkuYXJyb3d7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+PHBhdGggY2xhc3M9ImFycm93IiBkPSJNMC40IDIxYzcuMSA3LjEgMTQuMyAxNC4yIDIxLjQgMjEuMyIvPjxwYXRoIGNsYXNzPSJhcnJvdyIgZD0iTTAuNyAyMS40YzctNyAxNC4xLTE0IDIxLjEtMjEiLz48L3N2Zz4=) no-repeat;
    width: 22px;
    height: 42px; }
  .arrows .nav-left {
    left: 50px; }
  .arrows .nav-right {
    right: 50px;
    transform: rotate(180deg) translateY(50%); }

.arrow {
  fill: red;
  stroke: pink; }

#menu {
  display: none;
  cursor: pointer;
  position: fixed;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  top: 100px; }
  #menu a {
    color: #000;
    text-decoration: none; }
  #menu .active {
    color: #968d7a;
    border-bottom: 1px #968d7a solid; }

#plant {
  max-width: 100%;
  margin-top: 100px;
  text-align: center; }
  #plant figcaption {
    border-bottom: 1px solid;
    color: #968d7a;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    padding: 5px 20px; }
  #plant p {
    border-top: 1px solid #bfcbdd;
    margin: 14px 0;
    padding-top: 7px; }
  #plant img {
    max-width: 100%;
    padding-bottom: 20px; }
  #plant figure {
    display: none; }

/*# sourceMappingURL=style.css.map */
