/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
    opacity: 0.7;
}

.page a.active {
    opacity: 0.4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 255, 255, 0.25);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.7rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: inherit;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 7rem;
	line-height: 1;
	color: rgb(182, 222, 135);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Dolly Pro", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 2rem;
	line-height: 1.3;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Favorit Mono", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-width: 1px;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: #000/*!body_bgcolor*/;
}

[data-css-preset] .content_padding {
	padding-top: 0.8rem/*!main_margin*/;
	padding-bottom: 0.8rem/*!main_margin*/;
	padding-left: 0.8rem/*!main_margin*/;
	padding-right: 0.8rem/*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: #000/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.25rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -0.2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 2px solid rgba(0, 0, 0, 0.12);
    outline-offset: -1px;
    position: absolute;
    opacity: 1;
    -ms-transition: opacity 0.5s !important;
    -webkit-transition: opacity 0.5s !important;
    transition: opacity 0.5s !important;
}

.thumbnails .title {
    font-size: 3rem;
    margin-top: -15.5%;
    margin-left: 10%;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	font-family: Favorit, Icons;
    z-index: 99;
    text-align: center;
    width: 30%;
    opacity: 0;
    pointer-events: none;
    line-height: 1.25;
    position: absolute;
    height: 100%;
    
    -ms-transition: opacity 0.75s;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
}

body.mobile .thumbnails .title {
    font-size: 1.5rem;
    margin-top: -17%;
    margin-left: 4.5%;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	font-family: Favorit, Icons;
    width: 39%;
    opacity: 0;
    pointer-events: none;
    line-height: 1.00;
    
    -ms-transition: opacity 0.75s;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;  
}

.thumbnails .thumb_image:hover+ .title{
    opacity: 1;
}

.thumbnails .thumb_image:hover{
	opacity: 0.5;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 1);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color:rgba(255, 255, 255, 0.75);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	right: 2rem /*!shop_button*/;
	top: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: Favorit, Icons;
    padding: 0;
	font-style: normal;
	font-weight: 400;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Favorit, Icons;
	font-style: normal;
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: Favorit, Icons;
    font-size: 1.8rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,1);
    background:  rgba(255,255,255,1) url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 3rem .7rem 1rem;
    
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: Favorit, Icons;
	font-size: 1.8rem;
    background: rgba(0, 0, 0, 1);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    border-bottom: none;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: Favorit, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.14);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.85);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(255, 255, 255, 0.6);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#backgroundVideo{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0%;
  bottom:0%;
  z-index: -1;
}

.backgroundSlide{
  position: fixed;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: -1;
  overflow: hidden;
  display: block;
}

.backgroundSlide.active{
    display: block;
}

.backgroundSlide.centerToLeft{
 animation-duration: 1.2s;
 animation-name: centerToLeft;
 animation-fill-mode: forwards;
 animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}

.backgroundSlide.centerToRight{
 animation-duration: 1.2s;
 animation-name: centerToRight;
 animation-fill-mode: forwards;
 animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}

.backgroundSlide.rightToCenter{
 animation-duration: 1.2s;
 animation-name: rightToCenter;
 animation-fill-mode: forwards;
 animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}

.backgroundSlide.leftToCenter{
 animation-duration: 1.2s;
 animation-name: leftToCenter;
 animation-fill-mode: forwards;
 animation-timing-function: cubic-bezier(0.25,0.46,0.45,0.94);
}

@keyframes leftToCenter {
  from {left: -100%;}
  to {left: 0%;}
}

@keyframes rightToCenter {
  from {left: 100%;}
  to {left: 0%;}
}

@keyframes centerToLeft {
  from {left: 0%;}
  to {left: -100%;}
}

@keyframes centerToRight {
  from {left: 0%;}
  to {left: 100%;}
}

slideTitle {
    position: relative;
    font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 500.2;
	font-size: 7rem;
	line-height: 1;
    top: 78%;
    z-index: 1;
    text-align: center;
    z-index: 2;
    text-shadow: 0px 0.1px 0.4px rgba(0, 0, 0, 0.02),
  0px 0.3px 0.9px rgba(0, 0, 0, 0.028),
  0px 0.6px 1.8px rgba(0, 0, 0, 0.035),
  0px 1.1px 3.1px rgba(0, 0, 0, 0.042),
  0px 2.1px 5.8px rgba(0, 0, 0, 0.05),
  0px 5px 14px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

body.mobile slideTitle {
    font-size: 4.5rem;
    top: 85%;
    white-space: nowrap;
}


#editing {
	color: rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
}

#narrative {
	color: rgb(255, 237, 77);
    text-decoration-color: rgb(255, 249, 123);
}

#camera {
	color: rgb(247, 77, 51);
    text-decoration-color: rgb(247, 77, 51);
}

#documentary {
	color: rgb(255, 142, 0);
    text-decoration-color: rgb(255, 149, 38);
}

#portfolio {
	color: rgb(135, 216, 230);
    text-decoration-color: rgb(135, 216, 230) ;
}

slideTitle:hover {
    text-decoration: underline;
    color: inherit;
}

.nextButton{
	position: fixed;
    border: none;
    background-color: transparent;
    font-size: 3.5rem;
    right: 3%;
    top: 47%;
    padding: 0px;
    font-family: 'Nanum Myeongjo', serif;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 0.1px 0.4px rgba(0, 0, 0, 0.02),
  0px 0.3px 0.9px rgba(0, 0, 0, 0.028),
  0px 0.6px 1.8px rgba(0, 0, 0, 0.035),
  0px 1.1px 3.1px rgba(0, 0, 0, 0.042),
  0px 2.1px 5.8px rgba(0, 0, 0, 0.05),
  0px 5px 14px rgba(0, 0, 0, 0.07);
    transition-property: right;
    transition-duration: 0.2s;
    text-decoration: none;
    z-index: 99;
}

.nextButton:hover{
    color: rgba(255, 255, 255, 1);
	right: 2.9%;
}

.prevButton{
	position: fixed;
    border: none;
    background-color: transparent;
    font-size: 3.5rem;
    left: 3%;
    top: 47%;
    padding: 0px;
    font-family: 'Nanum Myeongjo', serif;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 0.1px 0.4px rgba(0, 0, 0, 0.02),
  0px 0.3px 0.9px rgba(0, 0, 0, 0.028),
  0px 0.6px 1.8px rgba(0, 0, 0, 0.035),
  0px 1.1px 3.1px rgba(0, 0, 0, 0.042),
  0px 2.1px 5.8px rgba(0, 0, 0, 0.05),
  0px 5px 14px rgba(0, 0, 0, 0.07);
    transition-property: left;
    transition-duration: 0.2s;
    text-decoration: none;
}

.prevButton:hover{
    color: rgba(255, 255, 255, 1);
	left: 2.9%;
}

.vignette {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.53) 120%);
}

.menuWrapper {
  position: fixed;
  top: 3%;
  left: 2%;
  height: 100%;
}

body.mobile .menuWrapper {
  position: fixed;
  top: 1.5%;
  left: 1%;
}

.logoDiv{
  position: fixed;
  top: 3%;
  right: 3%;
  width: 166pt;
  height: 39pt;
}

body.mobile .logoDiv{
  position: fixed;
  top: 2%;
  right: 3%;
  width: 39pt;
  height: 39pt;
}

.homeButtonLogo {
  position: absolute;
  height: 35pt;
  padding: 0;
  right: 0%;
  top: 0%;
  z-index: 2;
}

.logoText{
    position: relative;
    font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	font-size: 61px;
    z-index: 1;
    right: 0%;
    top:-7%;
    line-height: 1.0;
    text-align: right;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0.1px 0.4px rgba(0, 0, 0, 0.02),
  0px 0.3px 0.9px rgba(0, 0, 0, 0.028),
  0px 0.6px 1.8px rgba(0, 0, 0, 0.035),
  0px 1.1px 3.1px rgba(0, 0, 0, 0.042),
  0px 2.1px 5.8px rgba(0, 0, 0, 0.05),
  0px 5px 14px rgba(0, 0, 0, 0.07);
    z-index: 1;
    word-wrap: normal;
}

body.mobile .logoText{
	display: none;
}

body.mobile .homeButtonLogo {
    width: 40pt;
    height: 40pt;
}
    
    
.overlayBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  background-color: rgba(26, 26, 26, 1);
  z-index: -1;
  visibility: hidden;
  animation-duration: 0.25s;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}

.menuText{
  position: relative;
  font-family: "Monument Grotesk", Icons;
  margin-top: 8vw;
  margin-left: 3rem;
  font-style: normal;
  font-weight: 500;
  font-size: 3.5em;
  line-height: 1.0;
  color: rgb(211, 183, 232);
  white-space: nowrap;
}

body.mobile .menuText{
  margin-top: 8vw;
  margin-left: 2rem;
  line-height: 1.0;
  color: rgb(211, 183, 232);
  white-space: nowrap;
}

.menuCategory{
	padding-bottom: 0.70em;
}

.menuText a{
  text-decoration: none;
}

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

.menuTest a:visited{
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
	.menuText {
		font-size: 4.5rem;
        top: 10%;
	}
}

.overlayBackground.visible{
  display: block;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  pointer-events: auto;
  visibility: visible;
}

@keyframes fadeIn {
  from {opacity: 0%;}
  to {opacity: 100%;}
}

@keyframes fadeOut {
  from {opacity: 100%;}
  to {opacity: 0%;}
}

.videoHeader{
    position: relative;
    height: 10%;
    display: block;
    content: ' ';
}

.video-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 65%;
    min-width: 50%;
    margin: 0 auto;
    margin-top: 10vh;
}

body.mobile .video-wrapper {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 15vh;
}

.paddingElement{
    display: block;
    content: '';
    position: inherit;
}

#sixteen-nine{
	padding-top: 56.25%;
}

#oneeightfive-one{
	padding-top: 54.05%;
}


.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

videoTitle{
  position: relative;
  font-family: "Nitti Grotesk", Icons;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

subtitle{
  position: relative;
  font-family: "Nitti Grotesk", Icons;
  font-weight: 400;
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

body.mobile subtitle{
  font-size: 1.75rem;
}

pageTitle {
    position: relative;
    font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 500.2;
	font-size: 7rem;
    z-index: 1;
    line-height: 2;
    text-align: center;
}

.aboutColumn {
    position: initial;
    max-width: 55%;
    margin: 0 auto;
}

.aboutPhoto {
    width: 100%;
}

.aboutText{
	font-size: 1.7rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: Favorit, Icons;
	font-style: normal;
	line-height: 1.3;
}

.aboutText a{
	text-decoration: none;
}

body.mobile .aboutText{
    font-size: 1.4rem;
}

body.mobile .aboutColumn{
	max-width: 80%;
}

body.mobile pageTitle {
	font-size: 3rem;
    line-height: 2.5;
}

.loadingOverlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0%;
  z-index: 999;
  pointer-events: none;
}

.loadingOverlay.fadeOut{
  opacity: 0%;
}