/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: .6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Variables */
/* Various fixes */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Fonts */
@font-face {
  font-family: 'Neuzeit Grotesk-Bold';
  src: url("../other/fonts/urw_neuzeitgrotesktot-bol-webfont.woff") format("woff"), url("../other/fonts/urw_neuzeitgrotesktot-bol-webfont.woff2") format("woff2"); }

/* Reset */
h1, h2, h3, h4, h5, h6, p, ul {
  font-weight: normal;
  margin: 0;
  padding: 0; }

input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/* Animations */
@keyframes logo-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Common */
html {
  font-size: 10px;
  line-height: 10px; }
  @media (max-width: 950px) {
    html {
      font-size: 9px;
      line-height: 9px; } }
  @media (max-width: 850px) {
    html {
      font-size: 8px;
      line-height: 8px; } }

body {
  position: relative;
  color: #808284;
  background-color: #FFFFFF;
  font-family: Georgia, serif;
  font-size: 2.5rem;
  line-height: 3.2rem;
  letter-spacing: -0.02rem; }
  body h1, body h2, body h3, body h4 {
    font-family: 'Neuzeit Grotesk-Bold', serif;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase; }
  body h2 {
    letter-spacing: 0.28rem; }
  body h3 {
    letter-spacing: 0.35rem; }
  body a {
    color: #808284;
    text-decoration: none; }
    body a:visited {
      color: #808284; }
  body .intro {
    position: relative; }
    body .intro div.nav-button {
      display: none;
      position: absolute;
      top: 18px;
      right: 26px;
      z-index: 200; }
      body .intro div.nav-button img {
        height: 15px;
        width: auto; }
      body .intro div.nav-button:hover {
        cursor: pointer; }
      @media (max-width: 800px) {
        body .intro div.nav-button {
          display: block;
          position: fixed; } }
    body .intro div.down-arrow {
      display: none;
      position: absolute;
      bottom: 31px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      z-index: 25; }
      body .intro div.down-arrow:hover {
        cursor: pointer; }
      body .intro div.down-arrow img {
        height: 13px;
        width: auto; }
      @media (max-width: 800px) {
        body .intro div.down-arrow {
          display: block; } }
    body .intro div.logo {
      position: absolute;
      display: flex;
      height: 100%;
      width: 100%;
      z-index: 1;
      justify-content: center;
      align-items: center;
      pointer-events: none; }
      body .intro div.logo img {
        height: 315px;
        width: auto;
        z-index: 2;
        animation: logo-rotate 100s 0s infinite linear;
        transform: translate3d(0, 0, 0);
        backface-visibility: visible; }
        @media (max-width: 800px) {
          body .intro div.logo img {
            height: 195px; } }
    body .intro .slideshow {
      position: relative;
      width: 100%;
      height: calc(80vh - 38px);
      overflow-y: hidden;
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 800px) {
        body .intro .slideshow {
          height: 100vh; } }
      body .intro .slideshow .slideshow-image {
        width: auto;
        height: 100%;
        margin: 0 10px; }
      body .intro .slideshow .flickity-prev-next-button {
        display: none; }
  body .nav {
    position: relative;
    width: 100%;
    background-color: #49BFB7; }
    @media (max-width: 800px) {
      body .nav {
        display: none; } }
    body .nav ul {
      margin: 0 auto;
      text-align: center; }
      body .nav ul li {
        display: inline-block;
        padding: 0 1.39rem;
        vertical-align: 3px;
        color: #FFFFFF; }
        body .nav ul li h2 {
          letter-spacing: 0.28rem; }
          body .nav ul li h2 a {
            color: #FFFFFF;
            transition: opacity 0.3s ease-out; }
            body .nav ul li h2 a:hover {
              opacity: 0.6; }
  body .nav-fixed {
    position: fixed;
    top: 0;
    z-index: 200; }
    @media (max-width: 800px) {
      body .nav-fixed {
        display: none; } }
  body .nav-mobile-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 300;
    overflow-y: scroll;
    background-color: #49BFB7; }
    body .nav-mobile-wrapper .close-button {
      position: absolute;
      top: 21px;
      right: 26px; }
      body .nav-mobile-wrapper .close-button:hover {
        cursor: pointer; }
      body .nav-mobile-wrapper .close-button img {
        height: 24px;
        width: auto; }
    body .nav-mobile-wrapper .nav-mobile {
      display: flex;
      height: 100%;
      width: 100%;
      padding: 3rem 0; }
      body .nav-mobile-wrapper .nav-mobile .nav-menu {
        text-align: center;
        margin: auto; }
        body .nav-mobile-wrapper .nav-mobile .nav-menu ul:first-child {
          padding-bottom: 46px; }
        body .nav-mobile-wrapper .nav-mobile .nav-menu li {
          list-style: none;
          padding-bottom: 15px; }
        body .nav-mobile-wrapper .nav-mobile .nav-menu h2, body .nav-mobile-wrapper .nav-mobile .nav-menu a {
          font-size: 16px;
          line-height: 19.2px;
          color: #FFFFFF; }
  body div.nav-mobile-wrapper.show {
    display: block; }
  body .cream-background {
    background-color: #F8F4EE;
    border-bottom: 2px solid #FFFFFF; }
  body .white-background {
    position: relative;
    z-index: 150;
    background-color: #FFFFFF; }
    body .white-background.bottom-pad {
      padding-bottom: 30px; }
      @media (max-width: 800px) {
        body .white-background.bottom-pad {
          padding-bottom: 0px; } }
  body .content-block-wrapper {
    width: 100%; }
    body .content-block-wrapper .content-block {
      width: 100%;
      max-width: 1600px;
      padding: 0 125px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        body .content-block-wrapper .content-block {
          padding: 0 90px; } }
      @media (max-width: 800px) {
        body .content-block-wrapper .content-block {
          padding: 0 15px; } }
  body .about {
    position: relative; }
    body .about a {
      color: #49BFB7; }
      body .about a:visited {
        color: #49BFB7; }
    body .about .block-heading {
      padding-top: 5.8rem;
      padding-bottom: 6.4rem;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 800px) {
        body .about .block-heading {
          padding: 50px 0; } }
    body .about .logo {
      position: absolute;
      left: 50px; }
      @media (max-width: 800px) {
        body .about .logo {
          display: none; } }
      body .about .logo img {
        height: 148px;
        width: auto;
        animation: logo-rotate 100s 0s infinite linear; }
    body .about .logo-fixed {
      position: fixed;
      bottom: 20px;
      z-index: 100; }
    body .about .logo-footered {
      position: fixed;
      top: auto;
      bottom: 25px;
      z-index: 100; }
    body .about .content-wrapper {
      position: relative;
      width: 100%; }
      body .about .content-wrapper .text {
        padding-bottom: 21.2rem; }
        @media (max-width: 800px) {
          body .about .content-wrapper .text {
            padding-bottom: 18px; } }
        body .about .content-wrapper .text p {
          position: relative;
          z-index: 150;
          padding: 1.5rem 0; }
          @media (max-width: 800px) {
            body .about .content-wrapper .text p:first-child {
              padding-top: 4px; } }
          @media (max-width: 800px) {
            body .about .content-wrapper .text p {
              font-size: 20px;
              line-height: 25px; } }
          body .about .content-wrapper .text p a {
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease-out; }
            body .about .content-wrapper .text p a:hover {
              border-bottom: 1px solid; }
      body .about .content-wrapper .social {
        position: absolute;
        width: 149px;
        right: 0;
        bottom: 2.7rem; }
        @media (max-width: 800px) {
          body .about .content-wrapper .social {
            position: relative;
            left: 35px;
            padding-top: 30px;
            padding-bottom: 0px; } }
        body .about .content-wrapper .social h2 {
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding-bottom: 4.7rem; }
          @media (max-width: 850px) {
            body .about .content-wrapper .social h2 {
              font-size: 14px;
              line-height: 16px; } }
        body .about .content-wrapper .social a {
          position: relative; }
          body .about .content-wrapper .social a span {
            display: block; }
          body .about .content-wrapper .social a img {
            position: absolute;
            left: 0;
            height: 11px;
            width: auto;
            transition: left 0.2s ease; }
            body .about .content-wrapper .social a img.icon {
              top: -6px;
              left: -48px;
              height: 35px; }
              @media (max-width: 800px) {
                body .about .content-wrapper .social a img.icon {
                  display: block;
                  height: 25px;
                  top: -1px;
                  left: -35px; } }
            @media (max-width: 800px) {
              body .about .content-wrapper .social a img {
                display: none; } }
          body .about .content-wrapper .social a img.mobile-arrow {
            display: none;
            position: absolute;
            left: 0;
            height: 11px;
            width: auto;
            transition: left 0.2s ease; }
            @media (max-width: 800px) {
              body .about .content-wrapper .social a img.mobile-arrow {
                display: block; } }
          body .about .content-wrapper .social a:hover img {
            left: 5px; }
          body .about .content-wrapper .social a:hover .icon {
            left: -48px; }
            @media (max-width: 800px) {
              body .about .content-wrapper .social a:hover .icon {
                left: -35px; } }
  body .menus#menus {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
    padding: 0; }
    @media (max-width: 900px) {
      body .menus#menus {
        padding: 0 20px; } }
    @media (max-width: 800px) {
      body .menus#menus {
        display: block;
        padding: 0 15px;
        padding-top: 100px; } }
    body .menus#menus .menu {
      flex: 1 0;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      margin: 0 0 32px 0; }
      body .menus#menus .menu.catering {
        flex: 1 0 100%;
        max-width: 800px; }
      body .menus#menus .menu.cafe {
        display: block;
        flex: 1 0 100%;
        max-width: 980px; }
        body .menus#menus .menu.cafe .flex-wrapper {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
      body .menus#menus .menu .columns {
        display: flex;
        align-items: space-between; }
        @media (max-width: 1170px) {
          body .menus#menus .menu .columns {
            display: block; } }
        body .menus#menus .menu .columns div {
          margin-bottom: 20px; }
        body .menus#menus .menu .columns .column-one {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          @media all and (-ms-high-contrast: none) {
            body .menus#menus .menu .columns .column-one *::-ms-backdrop, body .menus#menus .menu .columns .column-one {
              width: 100%;
              max-width: 800px; } }
          body .menus#menus .menu .columns .column-one .menu-button {
            width: 180px;
            height: 180px;
            margin: 10px; }
      body .menus#menus .menu .block-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 131px;
        width: 319px;
        margin: 0 auto; }
        @media (max-width: 800px) {
          body .menus#menus .menu .block-heading {
            display: block;
            height: auto;
            width: auto;
            padding: 50px 0;
            margin: 0 auto;
            text-align: center; } }
      body .menus#menus .menu div.menu-button {
        position: relative;
        display: flex;
        flex: 1 0;
        justify-content: center;
        align-items: center;
        height: 250px;
        width: 250px;
        color: #49BFB7;
        text-align: center;
        padding: 20px;
        border: 2px solid #49BFB7;
        border-radius: 50%;
        margin: 30px;
        margin-top: 0; }
        @media (max-width: 800px) {
          body .menus#menus .menu div.menu-button {
            margin-bottom: 20px; } }
        body .menus#menus .menu div.menu-button.fill {
          margin-bottom: 20px; }
        body .menus#menus .menu div.menu-button:hover, body .menus#menus .menu div.menu-button.fill {
          background-color: #49BFB7;
          color: #FFFFFF; }
          body .menus#menus .menu div.menu-button:hover .green, body .menus#menus .menu div.menu-button.fill .green {
            opacity: 0; }
          body .menus#menus .menu div.menu-button:hover .white, body .menus#menus .menu div.menu-button.fill .white {
            opacity: 1; }
        @media (max-width: 800px) {
          body .menus#menus .menu div.menu-button:hover {
            background-color: #FFFFFF;
            color: #49BFB7; } }
        body .menus#menus .menu div.menu-button .delivery {
          position: absolute;
          height: 15px;
          width: 70px;
          bottom: 5px;
          left: 50%;
          transform: translateX(-50%);
          background-size: contain;
          background-repeat: no-repeat; }
        body .menus#menus .menu div.menu-button .green {
          background-image: url("../images/deliveroo-logo-green.png");
          opacity: 1; }
        body .menus#menus .menu div.menu-button .white {
          background-image: url("../images/deliveroo-logo-white.png");
          opacity: 0; }
    body .menus#menus .social {
      position: absolute;
      top: 40px;
      right: 20px; }
      @media (max-width: 800px) {
        body .menus#menus .social {
          right: auto;
          left: 50%;
          transform: translateX(-50%); } }
      body .menus#menus .social img {
        width: 50px;
        margin: 0 5px; }
  body .contact {
    position: relative; }
    body .contact a {
      color: #49BFB7; }
      body .contact a:visited {
        color: #49BFB7; }
    body .contact .block-heading {
      padding-top: 5.7rem;
      padding-bottom: 1.4rem;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 800px) {
        body .contact .block-heading {
          padding: 50px 0; } }
    body .contact .content-wrapper {
      position: relative; }
      body .contact .content-wrapper .text {
        padding-top: 5rem;
        padding-bottom: 17rem; }
        @media (max-width: 800px) {
          body .contact .content-wrapper .text {
            padding-top: 0px;
            padding-bottom: 0px; } }
        body .contact .content-wrapper .text p {
          position: relative;
          z-index: 150;
          padding: 1.5rem 0; }
          @media (max-width: 800px) {
            body .contact .content-wrapper .text p {
              font-size: 20px;
              line-height: 25px; } }
          @media (max-width: 800px) {
            body .contact .content-wrapper .text p:first-child {
              padding-top: 4px; } }
          @media (max-width: 800px) {
            body .contact .content-wrapper .text p span.desktop {
              display: none; } }
          body .contact .content-wrapper .text p span.mobile {
            display: none; }
            @media (max-width: 800px) {
              body .contact .content-wrapper .text p span.mobile {
                display: inline; } }
          body .contact .content-wrapper .text p a {
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s ease-out; }
            body .contact .content-wrapper .text p a:hover {
              border-bottom: 1px solid; }
      body .contact .content-wrapper .maps {
        position: absolute;
        width: 149px;
        right: 0;
        bottom: 2.7rem; }
        @media (max-width: 800px) {
          body .contact .content-wrapper .maps {
            position: static;
            padding-top: 0px;
            padding-bottom: 0px; } }
        body .contact .content-wrapper .maps h2 {
          padding-bottom: 47px;
          font-size: 1.6rem;
          line-height: 1.6rem; }
          @media (max-width: 850px) {
            body .contact .content-wrapper .maps h2 {
              font-size: 14px;
              line-height: 16px; } }
        body .contact .content-wrapper .maps a {
          position: relative; }
          body .contact .content-wrapper .maps a span {
            display: block; }
          body .contact .content-wrapper .maps a img {
            position: absolute;
            left: 0;
            height: 11px;
            width: auto;
            transition: left 0.2s ease; }
            @media (max-width: 800px) {
              body .contact .content-wrapper .maps a img {
                display: none; } }
          body .contact .content-wrapper .maps a img.mobile-arrow {
            display: none;
            position: absolute;
            left: 0;
            height: 11px;
            width: auto;
            transition: left 0.2s ease; }
            @media (max-width: 800px) {
              body .contact .content-wrapper .maps a img.mobile-arrow {
                display: block; } }
          body .contact .content-wrapper .maps a:hover img {
            left: 5px; }
  body .gallery .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 12rem; }
    body .gallery .header div {
      width: 33.333%; }
      body .gallery .header div:nth-child(3) {
        text-align: right; }
      body .gallery .header div h2 {
        text-align: center; }
      body .gallery .header div img {
        height: 11px;
        width: auto;
        margin-bottom: 4px; }
        @media (max-width: 800px) {
          body .gallery .header div img {
            display: none; } }
      body .gallery .header div img.mobile-arrow {
        display: none;
        height: 11px;
        width: auto;
        margin-bottom: 4px; }
        @media (max-width: 800px) {
          body .gallery .header div img.mobile-arrow {
            display: block; } }
    body .gallery .header .back-arrow, body .gallery .header .forwards-arrow {
      position: relative;
      left: 0;
      transition: left 0.2s ease; }
      body .gallery .header .back-arrow:hover, body .gallery .header .forwards-arrow:hover {
        left: 5px; }
    body .gallery .header .back-arrow:hover {
      left: -5px; }
    body .gallery .header .forwards-arrow {
      text-align: left; }
      @media (max-width: 800px) {
        body .gallery .header .forwards-arrow img.mobile-arrow {
          display: inline-block; } }
    body .gallery .header .forwards-arrow:hover, body .gallery .header .back-arrow:hover {
      cursor: pointer; }
  body .gallery-slideshow {
    width: 100%;
    max-width: 1600px;
    height: 40vw;
    max-height: 720px;
    margin: 0 auto;
    padding: 0 125px; }
    @media (max-width: 900px) {
      body .gallery-slideshow {
        padding: 0 90px; } }
    @media (max-width: 800px) {
      body .gallery-slideshow {
        height: 340px;
        margin: 0;
        padding: 0; } }
    body .gallery-slideshow .gallery-slideshow-image {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center; }
    body .gallery-slideshow .gallery-slideshow-image-left, body .gallery-slideshow .gallery-slideshow-image-right {
      display: inline-block;
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 800px) {
        body .gallery-slideshow .gallery-slideshow-image-left, body .gallery-slideshow .gallery-slideshow-image-right {
          display: block;
          width: 100%; } }
    body .gallery-slideshow .flickity-prev-next-button {
      display: none; }
  body div.content-block.footer {
    padding-top: 0.7rem;
    padding-bottom: 3rem;
    padding-left: 227px; }
    @media (max-width: 800px) {
      body div.content-block.footer {
        padding: 15px 15px 15px 15px; } }
    body div.content-block.footer .logo {
      display: none; }
      @media (max-width: 800px) {
        body div.content-block.footer .logo {
          display: block;
          float: left;
          padding: 0 0px 0px 0px; } }
      body div.content-block.footer .logo img {
        height: 75px;
        width: auto;
        animation: logo-rotate 100s 0s infinite linear; }
    @media (max-width: 800px) {
      body div.content-block.footer .info-wrapper {
        display: block;
        margin-left: 90px; } }
    body div.content-block.footer .info-wrapper .info {
      display: flex; }
      @media (max-width: 800px) {
        body div.content-block.footer .info-wrapper .info {
          display: block;
          padding: 0; } }
      body div.content-block.footer .info-wrapper .info .text {
        flex: 3;
        padding-bottom: 6.6rem; }
        @media (max-width: 800px) {
          body div.content-block.footer .info-wrapper .info .text {
            padding-bottom: 14px; } }
        body div.content-block.footer .info-wrapper .info .text p {
          font-size: 2.2rem;
          line-height: 2.5rem; }
          @media (max-width: 800px) {
            body div.content-block.footer .info-wrapper .info .text p {
              font-size: 15px;
              line-height: 18px; } }
      body div.content-block.footer .info-wrapper .info .social {
        flex: 1 180px;
        text-align: right; }
        @media (max-width: 800px) {
          body div.content-block.footer .info-wrapper .info .social {
            text-align: left;
            padding-bottom: 20px; } }
        body div.content-block.footer .info-wrapper .info .social img {
          height: 44px;
          width: auto;
          transform: translateY(3px);
          margin-left: 13px;
          opacity: 1;
          transition: opacity 0.2s ease-out; }
          @media (max-width: 800px) {
            body div.content-block.footer .info-wrapper .info .social img {
              height: 24px;
              width: auto;
              margin-left: 0px;
              margin-right: 4px; } }
          body div.content-block.footer .info-wrapper .info .social img:hover {
            opacity: 0.6; }
  body div.credits h4 {
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.17rem; }
    body div.credits h4 a {
      border-bottom: 1px solid transparent;
      transition: border-color 0.3s ease-out; }
      body div.credits h4 a:hover {
        border-color: #808284; }
    @media (max-width: 800px) {
      body div.credits h4 {
        display: none;
        font-size: 6px;
        line-height: 6px; } }

/* Imports */
/*
@import 'page';
*/
