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

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: 'Compagnon', courier, monospace;
  font-weight: normal;
  line-height: 1.5;
  -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:'Ortica', times, 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;
}

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

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


@font-face {
  font-family: 'Absans';
   font-weight: 400;
    font-style: normal;
  src: url('fonts/Absans-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Compagnon';
   font-weight: 400;
    font-style: normal;
  src: url('fonts/Compagnon-Roman.woff') format('woff');
}

@font-face {
  font-family: 'Compagnon';
   font-weight: 400;
    font-style: italic;
  src: url('fonts/Compagnon-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Karrik';
   font-weight: 400;
    font-style: italic;
  src: url('fonts/Karrik-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Karrik';
   font-weight: 400;
    font-style: normal;
  src: url('fonts/Karrik-Regular.woff') format('woff');
}

/*********************
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: 'Compagnon', courier, monospace;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.35;
  text-rendering: optimizeLegibility; }

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

strong,
b {
  font-weight: 400;
  line-height: inherit; 
  font-family: 'Karrik', helvetica, sans-serif;}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Compagnon', courier, monospace;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  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 {
  font-family: 'Karrik', helvetica, sans-serif;
  font-size: 1.95rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h2, .h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  p { 
font-size: 1.25rem;
line-height: 1.25; }
  h1, .h1 {
    font-size: 4.5rem; }
  h2, .h2 {
    font-size: 3rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.15rem; }
  h6, .h6 {
    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;
}

.small p {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0;
}

.capitalize {
text-transform: capitalize;
}

.title-item h1{
margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
}
p:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
.title-item h1{
margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1;
}
}

@media print, screen and (min-width: 64em) {
.title-item h1{
margin-bottom: 2rem;
  font-size: 6rem;
  line-height: 1;
}
}
/*********************
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%; } }



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

.con-content {
  width: 100%;
  height: 100%;
  position: relative;

}

.con-home {
  width: 100%;
  height: 100%;
  position: relative;
}

.details {

}

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

  }
}

/*********************
Block
*********************/
.hero-block {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.hero-text {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}


.show-small-only {
  display: block;
  visibility: visible;
}
.hide-small-only {
  display: none;
  visibility: hidden;
}

.block {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  position: relative;
  padding-top: 1rem;
}

.block#footer {
  min-height: auto;
}

.block-section {
padding: 0.5rem; 
}
#single-artist .block-section {
  padding-bottom: 1rem;
}
.block-item {
padding: 0.5rem;
}
.block-header {
padding-bottom: 2rem;
}
.title-item {
}
.align-left {
text-align: left;
}
.align-right {
  text-align: right;
}

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

  .hero-text {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}


.show-small-only {
  display: none;
  visibility: hidden;
}
.hide-small-only {
  display: block;
  visibility: visible;
}
.block {
  padding: 1.5rem;
  position: relative;
  padding-top: 1.5rem;
}

.block-section {
padding: 1rem; 
}
#single-artist .block-section {
  padding-bottom: 2rem;
}
.block-item {
padding: 1rem;
}
.block-header {
padding-bottom: 4rem;
}
.left-item {
padding-right: 2rem;
}
.right-item {

}
}


/*********************
Banner
*********************/

.banner {
  width: 100%;
  overflow: hidden;
  padding: 1rem 1rem 1.5rem 1rem;
  position: relative;
}

    .marquee {
      display: flex;
      white-space: nowrap;
      will-change: transform;
    }

    .marquee h2 {
      font-size: 3rem;
      text-transform: uppercase;
      margin: 0;
      padding: 0 1rem;
    }
@media only screen and (min-width: 40em)  {
.banner {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

}
/*********************
Program
*********************/
ul > li.event-item {
border-top: 1px solid;
padding: 1rem 0;
}
.event-description p strong {
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Compagnon', courier, monospace;
} 
.program-time {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
 ul > li.event-item {
border-top: 3px solid;
padding: 1rem 0;
} 
.program-time {
  margin-bottom: 0;
}
}

/*********************
Artists
*********************/

.artist-image {
  width: 100%;
  height: 50vh;
  border-radius: 10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
filter: grayscale(100%);
margin-bottom: 0.5rem;
}
img.artist-image-single {
  max-width: 100%;
  max-height: 70vh;
filter: grayscale(100%);
}
  .artist-image:hover {
opacity: 0.8;
  }

.artist-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.work-title {
  font-style: italic;
  margin-bottom: 2rem;
}

.artist-events {
  width: 50%;
}
.artist-events ul li {
  padding: 0.5rem 0;
}
.artist-index h4 {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .artist-image {
margin-bottom: 1rem;
  height: 40vh;
}
}
@media only screen and (min-width: 64em) {
  .artist-image {
margin-bottom: 1rem;
  height: 50vh;
}
}
/*********************
Map
*********************/

.col-2 {
columns: 1;
column-gap: 1rem;
}
img.kort {
  mix-blend-mode: multiply;
}

@media print, screen and (min-width: 40em) {
  .col-2 {
columns: 2;
column-gap: 1rem;
}
}

/*********************
Om projektet
*********************/

.content-wrapper {

}

.more-content {
  display: none;
  margin-top: 1rem;
}

.toggle-btn {
  margin-top: 1rem;
padding: 0.5rem 3rem 1rem 3rem;
  border: 2px solid;
  border-radius: 50%;
  cursor: pointer;
  font-family: 'Compagnon', courier, monospace;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
}

.toggle-btn:hover {
}

/*********************
Video
*********************/

/* --- Responsive video container --- */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 8px;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures full coverage without distortion */
}


/*********************
Footer
*********************/

#footer p{
font-size: 1rem;
}

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

.nav-bar {
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.5rem;
  z-index: 5;
  border-bottom: 2px solid;
}

.nav-bar-left{
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.nav-bar-right {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.nav-bar-center {
  position: absolute;
  z-index: 5;
  left: 50%;
margin-right: -50%;
transform: translate(-50%, 0%);
top: 0.5rem;
}

.nav-bar a, .menu-content a, .off-canvas-menu a {
  font-size: 1rem;
  font-family: 'Compagnon', courier, monospace;
  line-height: 1;
  display: inline-block;
}

.nav-bar a.logo-type {
  font-family: 'Compagnon', courier, monospace;
    text-transform: uppercase;
    font-size: 1rem;
}

.nav-bar-right a{
padding-left: 1rem;
}

.off-canvas-menu {
  position: fixed;
  top: -50vh; /* hidden initially */
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: white;
  transition: top 0.3s ease-in-out;
  z-index: 6;
  border-bottom: 2px solid;
}

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

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.menu-content {
  padding: 1rem;
}

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

    .nav-bar {
  height: 4rem;
}
.nav-bar-left{
  position: absolute;
  left: 2rem;
  top: 1rem;
}
.nav-bar-right {
  position: absolute;
  right: 2rem;
  top: 1rem;
}
.nav-bar-center {
  position: absolute;
  z-index: 5;
  left: 50%;
margin-right: -50%;
transform: translate(-50%, 0%);
top: 1rem;
}
.nav-bar a {
  font-size: 1.25rem;
}
.nav-bar a.logo-type {
  font-family: 'Compagnon', courier, monospace;
    text-transform: uppercase;
    font-size: 1.25rem;
}

  }




