/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@font-face {
  font-family: 'little_sparrowregular';
  src: url('/font/littlesparrow-webfont.woff2') format('woff2'),
       url('/font/littlesparrow-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
  * App styles
  */

  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html,
body {
  font: 100%/1.4em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  min-height: 100%;
  background: #353535;
}

body,
.panel {
  background-color: #fff;
}

.panel {
  min-height: 100%;
}

.menu {
  display: none;
  background-color: #171717;
}

a {
  color: #a1a250;
  text-decoration: none;
}

h1 {
  color: #fff;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  text-align: center;
  transform: translateY(-5px);
}

h2 {
  font-family: 'little_sparrowregular';
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  margin: 0px 0 50px;
  color: #a1a250;
}

p {
  margin-bottom: 25px;
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  font-weight: 800;
  line-height: 2em;
  color: #a1a250;
}

.menu a,
.menu header span {
  color: #fff;
}

.menu a:hover {
  text-decoration: underline;
}

.menu-header {
  border-bottom: 1px solid #2a2d2f;
  padding: 20px;
  background-size: 32px;
}

.menu header span.menu-header-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  color: #a1a250;
}

.menu-section {
  margin: 25px 0;
}

.menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
  display: block;
  padding: 5px 20px;
}

.panel {
  text-align: center;
  padding-top: 5px;
  min-height: 100%;
}

#mocha {
  text-align: left;
  margin:0 !important;
}

#mocha-stats {
  top: 70px;
}

[class^="icon-"] {
  margin-right: 15px;
}

.logo {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
  max-height: 100%;
}

.heart {
  font-style: normal;
  font-weight: 500;
  color: #c0392b;
  text-decoration: none;
}

/**
 * Header
 */
main header {
 position: relative;
 height: 100vh;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

main header img.background {
 object-fit: cover;
 position: absolute;
 left: 0;
 top: -5px;
 width: 100%;
 height: calc(100% + 6px);
 object-position: 50% 50%;
}

.panel-header {
  margin: 120px auto 55px;
}

.title {
  font-size: 3.2em;
  line-height: 1em;
  margin: 0 0 15px;
  color: #4B5;
  font-weight: 400;
}

main section {
  padding: 50px 15px;
  background: #353535;
  color: #fff;
}

#hamburger-container {
  width: 100%;
  margin-bottom: auto;
  position: sticky;
  z-index: 1;
  top: 0;
}

/**
 * Hamburger
 */
.btn-hamburger {
  position: absolute;
  top: 12px;
  left: 12px;
  outline:none;
  width: 50px;
  height: 50px;
  background: #353535;
  color: rgba(255,255,255,0.5);
  border: solid;
  transition: color 250ms ease-in-out;
  left: auto;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-hamburger:hover {
  color: rgba(255,255,255,1);
}

.btn-hamburger i {
  margin: 0;
}

/**
 * Fonts
 */
.handwriting {
  font-family: 'little_sparrowregular';
  font-size: 35vw;
  font-weight: 400;
  display: block;
  text-transform: lowercase;
  letter-spacing: 3px;
  line-height: 1;
}

.classic {
  color: #121001;
  text-align: center;
  padding: 0 0 19px 0;
  font-size: 5vw;
}

/**
 * Handwritten Logo
 */
svg {
  width: auto;
  height: 420px;
}

svg path {
  stroke: #a1a250 !important;
}

svg .test-1 {
  stroke-dashoffset: 84.78596496582031px;
  stroke-dasharray: 84.78596496582031px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

svg.active .test-1 {
  stroke-dashoffset: 0;
}

svg .test-2 {
  stroke-dashoffset: 128.0323257446289px;
  stroke-dasharray: 128.0323257446289px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

svg.active .test-2 {
  stroke-dashoffset: 0;
}

svg .test-3 {
  stroke-dashoffset: 54.44378662109375px;
  stroke-dasharray: 54.44378662109375px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .test-3 {
  stroke-dashoffset: 0;
}

svg .test-4 {
  stroke-dashoffset: 59.204864501953125px;
  stroke-dasharray: 59.204864501953125px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

svg.active .test-4 {
  stroke-dashoffset: 0;
}

svg .test-5 {
  stroke-dashoffset: 261.212890625px;
  stroke-dasharray: 261.212890625px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .test-5 {
  stroke-dashoffset: 0;
}

svg .test-6 {
  stroke-dashoffset: 128.0323257446289px;
  stroke-dasharray: 128.0323257446289px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .test-6 {
  stroke-dashoffset: 0;
}

svg .test-7 {
  stroke-dashoffset: 79.33808135986328px;
  stroke-dasharray: 79.33808135986328px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .test-7 {
  stroke-dashoffset: 0;
}

svg .test-8 {
  stroke-dashoffset: 262.32135009765625px;
  stroke-dasharray: 262.32135009765625px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .test-8 {
  stroke-dashoffset: 0;
}

svg .test-9 {
  stroke-dashoffset: 48.95558166503906px;
  stroke-dasharray: 48.95558166503906px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .test-9 {
  stroke-dashoffset: 0;
}

svg .test-10 {
  stroke-dashoffset: 254.57896423339844px;
  stroke-dasharray: 254.57896423339844px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .test-10 {
  stroke-dashoffset: 0;
}

svg .test-11 {
  stroke-dashoffset: 48.95558166503906px;
  stroke-dasharray: 48.95558166503906px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .test-11 {
  stroke-dashoffset: 0;
}

svg .test-12 {
  stroke-dashoffset: 254.57896423339844px;
  stroke-dasharray: 254.57896423339844px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

svg.active .test-12 {
  stroke-dashoffset: 0;
}

svg .test-13 {
  stroke-dashoffset: 85.42852020263672px;
  stroke-dasharray: 85.42852020263672px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

svg.active .test-13 {
  stroke-dashoffset: 0;
}

svg .test-14 {
  stroke-dashoffset: 127.20549011230469px;
  stroke-dasharray: 127.20549011230469px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .test-14 {
  stroke-dashoffset: 0;
}


/**
 * Loader
 */
#loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: transform 600ms ease-in-out;
}

#loader.loaded {
  transform: translateY(-100%);
}

#loader .logo {
  opacity: 0;
  transition: 1000ms ease-in-out;
}

#loader .logo.visible {
  opacity: 1;
}

/**
 * About
 */
#about {
  padding-top: 100px;
}

#about p {
  max-width: 750px;
  margin: 0 auto 25px;
}

#about .cta {
  margin-top: 50px;
}

/**
 * Gallery
 */
#gallery {
  background: #1d1d1d;
  padding: 70px 25px 10px;
}

#metro-gallery {
  margin-left: -15px;
  margin-right: -15px;
}

#metro-gallery .block {
  width: 100%;
}

#metro-gallery .column {
  flex-basis: 100%;
  width: 100%;
}

#metro-gallery .row {
  width: 100%;
}

#metro-gallery .small {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
}

#metro-gallery .large {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
}

#metro-gallery .small img,
#metro-gallery .large img {
  width: 100%;
  height: auto;
}

/**
 * Instagram
 */
.insta-link {
  display: block;
  margin-top: 30px;
}

.insta-link img {
  display: block;
  margin: 15px auto 20px;
}

/**
 * Testimonial
 */
#testimonials {
  padding: 80px 15px 30px;
}

#testimonials ul {
  max-width: 750px;
  margin: auto;
}

#testimonials ul li {
  margin-bottom: 35px;
}

#testimonials .testimonial {
  display: block;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}

/**
 * Opening Hours
 */
#opening-hours {
  background: #1c1c1c;
  padding: 80px 15px 30px;
}

/**
 * Footer
 */
.panel-footer {
  margin: 10px auto 20px;
}

.panel-footer p {
  padding-bottom: 20px;
}

footer {
  background: #1c1c1c;
  color: #aaa;
  font-size: 14px;
  padding: 80px 15px 20px;
}

.slideout-menu { left: auto; }

.slideout-open body,
.slideout-open .slideout-panel {
  overflow: initial;
}

/**
 * Boxes
 */
.box {
  border: 1px solid #4b5;
  border-radius: 4px;
  text-align: left;
  margin: 50px 10px;
  position: relative;
}

.box:before,
.box:after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 50px;
  border-left: 1px solid #4b5;
  position: absolute;
  left: 50%;
}

.box:before {
  top: -50px;
}

.box:after {
  bottom: -50px;
}

.box-title {
  margin: 0;
  padding:10px 20px;
  border-bottom: 1px solid #4b5;
  color: #4b5;
  font-size: 1.2em;
  font-weight: 400;
}

.box-content {
  padding:20px;
  background-color: #f8f8f8;
}

/**
 * Medium Screens
 */
@media all and (min-width:40em) {

  .panel-header {
    margin-top: 40px;
    width: 455px;
  }

  .title {
    font-size: 4.2em;
  }

  h1 {
    text-align: right;
  }

  .handwriting {
    font-size: 250px;
    line-height: 0.4;
  }

  .classic {
    padding: 0 10px 0 0;
    font-size: 1.3em;
    position: relative;
    right: 25px;
  }

  #metro-gallery .block {
    display: flex;
  }

  #metro-gallery .column {
    flex-basis: 50%;
  }

  #metro-gallery .row {
    display: flex;
  }

  #metro-gallery .small {
    width: 50%;
  }

}

/**
 * Large Screens
 */
@media all and (min-width: 54em) {
  .box {
    width: 70%;
    max-width: 1200px;
    margin: 50px auto;
  }
}


#baguetteBox-overlay,
#baguetteBox-overlay .full-image figcaption {
  background-color: #000 !important;
}
