@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Teko:300&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Quicksand&subset=latin-ext);/* CSS RESET */
/* 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; }

/* STYLES */
* {
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  background: #20273b;
  box-sizing: border-box;
  overflow-x: hidden; }

#main {
  background: #fcfaf1;
  min-width: 901px;
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box; }
  #main h1 {
    font-size: 48px;
    line-height: 54px; }
  #main h2 {
    font-size: 36px;
    line-height: 42px; }
  #main h3 {
    font-size: 30px;
    line-height: 36px; }
  #main p {
    font-size: 24px;
    line-height: 30px; }

wrapper {
  min-width: 901px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: block;
  box-sizing: border-box; }

.clearfix {
  clear: both; }

.relative-container {
  position: relative; }

@media (min-width: 601px) and (max-width: 900px) {
  #main {
    min-width: 601px; }
  wrapper {
    min-width: 601px;
    max-width: 900px; }
  #main h1 {
    font-size: 43.2px;
    line-height: 48px; }
  #main h2 {
    font-size: 31.2px;
    line-height: 36px; }
  #main h3 {
    font-size: 28.8px;
    line-height: 33.6px; }
  #main p {
    font-size: 24px;
    line-height: 28.8px; } }

@media (max-width: 600px) {
  #main {
    min-width: 0; }
  wrapper {
    min-width: 0;
    max-width: 600px; }
  #main h1 {
    font-size: 40.8px;
    line-height: 45.6px; }
  #main h2 {
    font-size: 30px;
    line-height: 33.6px; }
  #main h3 {
    font-size: 27.6px;
    line-height: 32.4px; }
  #main p {
    font-size: 22.8px;
    line-height: 27.6px; } }
navbar {
  display: block;
  float: left;
  height: 60px; }
  navbar ul {
    display: inline-block;
    height: 60px;
    vertical-align: top; }
    navbar ul li {
      display: inline-block;
      padding: 20px 10px 20px 10px; }
      navbar ul li a {
        font-size: 24px;
        line-height: 32px;
        font-family: "Teko", sans-serif;
        color: #ffffff;
        text-decoration: none; }
      navbar ul li a:hover {
        color: #daf9ff;
        text-decoration: underline; }

@media (min-width: 601px) and (max-width: 900px) {
  navbar ul li a {
    font-size: 20.4px; } }

@media (max-width: 600px) {
  navbar ul li {
    display: block;
    width: 50%;
    padding: 0;
    float: left; }
    navbar ul li a {
      font-size: 20.4px; } }
header {
  height: 100px;
  width: 100%;
  position: relative; }

#logo {
  display: block;
  float: left;
  width: 180px;
  height: 60px;
  background-image: url(/resources/images/logo.png);
  color: transparent;
  text-decoration: none;
  margin: 0 15px 0 15px; }

@media (min-width: 601px) and (max-width: 900px) {
  #logo {
    display: none; } }

@media (max-width: 600px) {
  header {
    height: 130px; }
  #logo {
    display: none; } }
.half {
  float: left;
  width: 50%;
  padding: 10px; }

.footer-text {
  color: #ffffff;
  font-family: "Teko", sans-serif; }
  .footer-text p {
    font-size: 28px;
    line-height: 40px; }
  .footer-text h2 {
    font-size: 42px;
    line-height: 60px; }
  .footer-text h3 {
    font-size: 35px;
    line-height: 50px; }

#totop {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  font-family: "Teko", sans-serif;
  text-decoration: underline; }

#totop:hover {
  text-decoration: underline; }

@media (max-width: 600px) {
  .half {
    float: left;
    width: 100%;
    padding: 10px; } }
form h3 {
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Teko", sans-serif; }

.input {
  width: 100%;
  color: #000000;
  font-size: 28px;
  line-height: 40px; }

.submit {
  width: 100%;
  color: #000000;
  font-size: 32.2px;
  line-height: 40px;
  font-family: "Teko", sans-serif; }

.submit:hover {
  cursor: pointer; }

@media (max-width: 600px) {
  form {
    display: none; } }
#main, h2 {
  font-size: 36px;
  line-height: 48px; }

#main, p {
  font-size: 20px;
  line-height: 28px; }
#slider {
  overflow: hidden;
  position: relative; }

#collage {
  position: relative; }
.gallery-element {
  float: left;
  width: 30%;
  height: 100%;
  margin-left: 1.33%;
  margin-right: 1.33%;
  margin-bottom: 2.66%; }

.gallery-element:hover {
  cursor: pointer; }




#book {
  display: table;
  position: relative;
  width: 100%; }

#book-left, #book-spacer, #book-right {
  display: table-cell;
  border-style: double;
  border-width: 5px;
  border-color: #20273b;
  box-sizing: border-box;
  position: relative; }

#book-left {
  background-color: #fdfdfd;
  width: 49%; }
  #book-left #book-content {
    padding: 10px;
    position: absolute;
    top: 0; }

#book-spacer {
  background-color: #20273b;
  width: 2%; }

#book-right {
  background-color: #fdfdfd;
  width: 49%; }
  #book-right #book-image {
    padding-top: 100%;
    background-size: 100%; }

@media (max-width: 600px) {
  #book {
    display: block; }
  #book-left, #book-spacer, #book-right {
    display: block; }
  #book-left #book-content {
    position: static; }
  #book-left, #book-spacer, #book-right {
    width: 100%; } }
