/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * 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; }


/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* 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; }

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

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

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 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 */ }

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: 'Helvetica', arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

/*********************
GENERAL
*********************/

body {
font-family: 'Helvetica', arial, sans-serif;
scroll-behavior: smooth;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
}


ul {
    margin-left: 0rem;
    list-style-type: none;
    list-style: none;
    line-height: 1;
}

/*********************
FONTS
*********************/

  @font-face {
      font-family: 'Till';
      src: url('fonts/Till-Normal.woff2') format('woff2'),
           url('fonts/Till-Normal.woff') format('woff'),
           url('fonts/Till-Normal.otf') format('otf'),
           url('fonts/Till-Normal.ttf') format('truetype');

      font-weight: normal;
      font-style: normal;
  }


/*********************
::
*********************/

::-moz-selection { /* Code for Firefox */
color: black;
background: white;
}

::selection {
    color: black;
    background:white;
}

:focus {
outline: -webkit-focus-ring-color auto 0px;
}

::-webkit-scrollbar {
    width: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:transparent;
}

/*********************
FOUNDATION Type
*********************/


div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-family: 'Helvetica', arial, sans-serif;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.25;
  text-rendering: optimizeLegibility; 
  font-weight:400;
}

em,
i {
  font-style: italic;
  line-height: inherit; }


strong, b {
    font-weight: 700;
    line-height: inherit;
} 

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Till', 'Palatino', times, serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1, h1 p {
  font-size: 1.95rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
 }

h2, .h2, h2 p {
  font-size: 2rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h3, .h3, h3 p {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem; }
h3:last-child {
  margin-bottom: 0;
}  

h4, .h4, h4 p {
  font-size: 1.125rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem; 
}
h5:last-child {
  margin-bottom: 0;
} 

h5, .h5, h5 p {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem; }

h6, .h6, h6 p {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem; }

@media print, screen and (min-width: 40em) {
  p {
    font-size: 1rem;
  }
  h1, .h1, h1 p {
    font-size: 3rem; }
  h2, .h2, h2 p {
    font-size: 2rem; }
  h3, .h3, h3 p {
    font-size: 1.5rem; }
  h4, .h4, h4 p {
    font-size: 1.35rem; }
  h5, .h5, h5 p {
    font-size: 1.15rem; }
  h6, .h6, h6 p {
    font-size: 1rem; } }

 @media print, screen and (min-width: 64em) {
  p {
    font-size: 1rem;
  }
  h1, .h1, h1 p {
    font-size: 4rem; }
  h2, .h2, h2 p {
    font-size: 2.5rem; }
  h3, .h3, h3 p {
    font-size: 1.9375rem; }
  h4, .h4, h4 p {
    font-size: 1.5625rem; }
  h5, .h5, h5 p {
    font-size: 1.15rem; }
  h6, .h6, h6 p {
    font-size: 1rem; } }   

a {
  line-height: inherit;
text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

p a, h5 a {
  line-height: inherit;
  text-decoration: underline;
  cursor: pointer;
}    

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 0;
  list-style-type: none; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; 


}

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

/*********************
Type SPECIAL
*********************/

p.caption {
font-size: 0.7rem;
margin-top: 0.5rem;
}
p:last-child {
  margin-bottom: 0;
}

/*********************
Image
*********************/
.blend-multiply {
  mix-blend-mode: multiply;
}

/*********************
GRID FLEX
*********************/

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }

  .grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } 
    .medium-offset-2 {
    margin-left: 16.66667%; }  
  }  

@media print, screen and (min-width: 64em) {
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } 
       .grid-x > .large-offset-1 {
    margin-left: 8.33333%;
   }
   .grid-x > .large-offset-2 {
    margin-left: 16.66667%;
   }

  }



/*********************
General
*********************/

.con-content {
  width: 100%;
  height: auto;
  position: relative;
  padding-right: 2.25rem;
}
.con-footer{
  background-color: transparent;
  width: 100%;
  height: auto;
  position: relative;
}


  .hidden {
    display: none;
  }

.hide-for-small {
  display: none;
  visibility: hidden;
}


.show-for-small {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 40em) {

  .hide-for-small {
  display: block;
  visibility: visible;  
}

.show-for-small {
  display: none;
  visibility: hidden;
}

  .con-content {
  padding-right: 6rem;
}

}
@media only screen and (min-width: 64em) {

}

/*********************
FRONTPAGE
*********************/

.rotated-block {
    transform: rotate(-90deg) translateX(0%);
    -ms-transform: rotate(-90deg) translateX(0%);
    -webkit-transform: rotate(-90deg) translateX(0%);
    transform-origin: left bottom;
    position: fixed;
 bottom: 1rem;
    left: 5.25rem;
    padding: 0rem;
    height: 5rem;
    z-index: 10;
    width: 100vh;
    display: flex;
    justify-content: flex-start;
}

.site-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10vh;
    letter-spacing: 2px;
    font-family: 'Till', 'Palatino', times, serif;
    text-transform: uppercase;
    line-height: 1;
}

.center-block {
      transform: rotate(-90deg) translateX(0%);
    -ms-transform: rotate(-90deg) translateX(0%);
    -webkit-transform: rotate(-90deg) translateX(0%);
    transform-origin: left bottom;
    bottom: 20vh;
    left: 21rem;
    position: fixed;
    z-index: 12;
}

.cover-visual {
  width: 60vh;
  height: auto;
}

@media only screen and (min-width: 40em) {
.center-block {
        transform: rotate(0deg) translateX(0%);
    -ms-transform: rotate(0deg) translateX(0%);
    -webkit-transform: rotate(0deg) translateX(0%);
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  position: relative;
}

.center-item {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.cover-visual {
  width: 60vw;
  height: auto;
}
}

/*********************
INDEX PAGE
*********************/

  .featured-image {
margin-bottom: 0.5rem ;
width: 100%;
  } 

  .featured-video-image {
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.5rem;
  }
    .featured-visual-image {
    width: 100%;
    height: 80vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.5rem;
  }
    .featured-publication-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.5rem;
  }

.page-title {  
text-transform: uppercase;
}
  .item-title {
    text-transform: uppercase;
  }

@media only screen and (min-width: 40em) {
  .featured-video-image {
    height: 30vh;
  }

}

@media only screen and (min-width: 64em) {
  .featured-video-image {
    height: 40vh;
}

}
/*********************
VISUALS PAGE
*********************/



.image-stack, .caption-stack {
    position: relative;
}

.stack-image {
    position: absolute;
    left: 1rem;
    max-width: 50vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        z-index 0s,
        box-shadow 0.3s ease;
}

/* Optional hover */
.stack-image:hover {
    transform: translateY(-5px);
}

.image-caption {
    display: none;
    visibility: hidden;
   position: absolute;
}

.image-caption.active {
    display: block;
    visibility: visible;
}
.flex-text .pos_left {
margin-left: 0;
}

.flex-text .pos_right {
margin-left: 50%;
margin-right: 0;
}

.caption-stack.pos_left {
order: 2;
}
.caption-stack.pos_right {
order: 1;
}
.image-stack.pos_left {
order: 1;
}
.image-stack.pos_right {
order: 2;
}


/*********************
SENTIMENTAL ROOMS
*********************/

  .overlay{
  background: transparent;
  display: block;
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
  }


.overlay img {
  width: auto;
  height: 80vh;
  position: relative;
  margin-left: 10%;
  margin-top: 10vh;
  -webkit-transition: transform .25s ease-in-out,transform .25s ease-in-out;
  transition: transform .25s ease-in-out,transform .25s ease-in-out;
}

.block-room {
  min-height: 100vh;
  width: 100%;
  text-align: center;
  position: relative;
}

.block-room .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}



/*********************
SINGLE PAGE
*********************/

    .block-scroll {
    }

    .scroll-column {
        width: 100%;
        height: 100%;
        padding: 1rem;
    }
    .scroll-column img {
      width: 100%;
    }
    .left-column {
      order: 2;
    }
    .right-column {
      order: 1;
    }

    .single-header {
      padding-bottom: 4rem;
    }
    .single-title {
      text-transform: uppercase;
    }

    .scroll-content {
        height: max-content; /* Ensures content determines height */
    }

    .visual-item {
      padding-bottom: 1rem;
    }

@media only screen and (min-width: 40em) {

      .block-scroll {
        display: flex;
        width: 100%;
        height: 100vh; /* Full viewport height */
        overflow: hidden; /* Prevents scrolling on the container */
    }
      .scroll-column {
        width: calc(50% - 3rem);
        height: 100%;
        overflow-y: auto; /* Enables vertical scrolling */
        padding: 1rem;
        box-sizing: border-box;
    }
        .left-column {
        width: 60%;
        order: 1;
        cursor: ns-resize;
    }
    .right-column {
        width: 40%;
        padding: 2rem;
        order: 2;
    }

}

/*********************
Block
*********************/

.block {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  position: relative;
}
.block-header {
  padding-bottom: 10rem;
}

.single-project .block {
  padding-top: 0;
}
.flex-blocks .block {
padding-bottom: 20vh;
}

.block-flex {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  position: relative;
  padding-bottom: 3rem;
}
.block-flex:last-child {
  padding-bottom: 1rem;
}
.block-item {
padding: 0.5rem;
}
.block-image img {
  cursor: pointer;
}
.index-item {
  padding-bottom: 2rem;
  transition: transform 0.3s ease-in-out;
}
.index-item:hover {
  transform: skewY(-15deg);

}

.byline {
  position: relative;
  padding: 0.5rem;
}

@media only screen and (min-width: 40em) {

.block {
  padding: 1rem;
}

.block-header {
  padding-bottom: 10rem;
}

.single-project .block {
  padding-top: 0;
}
.block-flex {
  padding: 1rem;
  padding-bottom: 3rem;
}
.block-flex:last-child {
  padding-bottom: 1rem;
}

}

@media only screen and (min-width: 64em) {
.byline {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  padding: 0;
}
.text-item {
  width: 50%;
}
.index-item {
  padding-bottom: 3rem;
}
}
/*********************
Flip + Panel
*********************/

.flip-con {
  margin-top: 3rem;
  border-top: 1px solid;
  position: relative;
}
.flip-single {

}
.flip {
padding: 0.25rem 0;
cursor: pointer;
border-bottom: 1px solid;
}

.panel {
  display: none;
  padding: 0.25rem 0;
  border-bottom: 1px solid;
}

.flip-img {
  display: none;
}

.flip-img.active {
  display: block;
}

/*********************
Navbar
*********************/

.nav-bar {
    transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    -ms-transform-origin: right top;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: right top;
    vertical-align: center;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.75rem;
    height: 2.25rem;
    z-index: 10;
    width: 100vh;
}

.nav-bar-right {
position: absolute;
right: 0.75rem;
bottom: 0.25rem;
}
.nav-bar-left {
position: absolute;
left: 0.75rem;
bottom: 0.25rem;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
display:block;
}


ul.menu li {
    margin-right: 20px;
    list-style: none;
}


ul.menu li a {
  font-size: 1.2rem;
  font-family: 'Helvetica', arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.25px;
  transition: transform 0.3s ease-in-out;
}

.nav-bar a.logo-type {
  font-family: 'Till', 'Palatino', times, serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

a#menu-trigger {
line-height: 1;
font-size: 1.2rem; 
letter-spacing: 0.25px;
}

ul.menu li a:hover {
transform: skewX(45deg);
}
ul.menu li.active a {
transform: skewX(45deg); 
}

@media only screen and (min-width: 40em) {

.nav-bar {
  height: 6rem;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.menu li a {
  font-size: 1.2rem;
}
.nav-bar a.logo-type {
  font-size: 1.2rem;
}
  }

  @media only screen and (min-width: 64em) {

ul.menu li a {
  font-size: 1.3rem;
}
.nav-bar a.logo-type {
  font-size: 1.3rem;
}
  }

  /*********************
OFF CANVAS
  *********************/

  .off-canvas-menu {
  position: fixed;
  top: 0; 
  right: -90vw;
  width: 90vw;
  height: 100vh;
    -webkit-transition: right 300ms linear;
    -moz-transition: right 300 linear;
    -o-transition: right 300 linear
    -ms-transition: right 300ms linear;
    transition: right 300ms linear;
  z-index: 20;
  padding: 1rem;
}

.off-canvas-menu.active {
  right: 0;
}

.menu-content {
  padding-right: 3rem;
}


.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  line-height: 1;
font-size: 1.2rem; 
letter-spacing: 0.25px;
}


  /*********************
Video Embed
  *********************/
.video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Optional: fallback background color */
    margin-bottom: 1rem;
}

.video-embed iframe,
.video-embed embed,
.video-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  /*********************
Footer
  *********************/



