/**
 * Content
 */

@font-face {
    font-family: 'Acidic';
    src: url('https://files.cargocollective.com/c111348/Acidic.woff2') format('woff2');
}

@font-face {
    font-family: '5x5';
    src: url('https://files.cargocollective.com/c111348/5x5dotso.woff2') format('woff2');
}

@font-face {
    font-family: '5x5 SOLID';
    src: url('https://files.cargocollective.com/c111348/5x5dots.woff2') format('woff2');
}

@font-face {
    font-family: 'UNKNOWNPX';
    src: url('https://files.cargocollective.com/c111348/Unknown-PX.woff') format('woff2');
}

@font-face {
    font-family: 'UNKNOWNMX';
    src: url('https://files.cargocollective.com/c111348/Unknown-MX.woff') format('woff2');
}

@font-face {
    font-family: 'UNKNOWNRND';
    src: url('https://files.cargocollective.com/c111348/Unknown-RND.woff') format('woff2');
}

@font-face {
    font-family: 'OCR-A';
    src: url('https://files.cargocollective.com/c111348/ocr-aregular.woff2') format('woff2');
}

@font-face {
    font-family: 'OCR-X Light';
    src: url('https://files.cargocollective.com/c111348/OCR-XTrial-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'OCR-X Regular';
    src: url('https://files.cargocollective.com/c111348/OCR-XTrial-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'OCR-X Bold';
    src: url('https://files.cargocollective.com/c111348/OCR-XTrial-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'garamondpremier';
    src: url('https://files.cargocollective.com/c111348/GaramondPremrPro-LtDisp.otf') format('woff2');
}

@font-face {
    font-family: 'garamondpremierital';
    src: url('https://files.cargocollective.com/c111348/GaramondPremrPro-LtItDisp.otf') format('woff2');
}

@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}

@keyframes rotate {
  from {
    transform: rotateX(0deg);

  }
  to {
    transform: rotateX(0deg);
  }
}
@keyframes skew {
  from {
    transform: scaleY(1.1) skewY(0deg);
  }
  to {
    transform: scaleY(1.0) skewY(0deg);
  }
}


div.NAV {
	animation: blur 2.0s ease-in-out alternate infinite;
}


.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 150px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.type {
  color:#0000;
  background:
    linear-gradient(-90deg,#ccc 5px,#0000 0) 10px 0,
    linear-gradient(#000 0 0) 0 0;
  background-size:calc(var(--n)*1ch) 200%;
  -webkit-background-clip:padding-box,text;
  background-clip:padding-box,text;
  background-repeat:no-repeat;
  animation: 
   b 0.1s infinite steps(1),   
   t calc(var(--n)*0.1s) steps(var(--n)) forwards;
}


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

a:active {
	color: #34ff00;
	transition-property: font-size, font-family;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-family: 'garamondpremierital';
    line-height: 0.9em;
}

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 9%;
}

blockquote {
	margin: 0;
	padding: 0 12% 0 12%;
}

hr {
	background: rgba(0, 0, 0, 1);
    margin: 0px 0px 10px 0px;
    padding: 0px;
	border: 1;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    margin-top: 0.7rem;
    margin-bottom: 0.0rem;
    padding: 0 12% 0 12%; 
    font-size: 0.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-family: "OCR-X Light", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
        text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.7rem;
	color: rgba(0, 0, 0, 0.8);
	font-family: "EB Garamond", Icons;
	line-height: 1.2;
    letter-spacing: 0.3px;
    text-transform: none;
	font-style: normal;
	font-weight: 400;
}

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

	font-size: 1.7rem;
    line-height: 1.0;
    color: rgba(0, 0, 0, 0.46);
    transition: all .5s;
    letter-spacing: 0.3px;
    text-decoration: none;
	text-transform: none;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

[data-predefined-style="true"] bodycopy a:hover {
color: rgba(0, 0, 0, 0.8);
transition: all 0.1s;
}

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: "garamondpremier", Icons;
    font-size: 3.0rem;
    font-weight: 100;
    line-height: 0.9;
    margin: 0px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.47);
    border-bottom: 0px;
    padding: 0px;
    transition: all .5s;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.61),  0px -1px rgba(255, 255, 255, 0.72);
}

[data-predefined-style="true"] h1 a {
    font-size: 3.0rem;
    letter-spacing: 0.0px;
    color: rgba(255, 255, 255, 0.47);
    border-bottom: 0px;
    padding: 0px;
    transition: all 0.3s;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.61),  0px -1px rgba(255, 255, 255, 0.72);

}

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

    color: rgba(51, 255, 0, 1);
    text-shadow: 0px 1px rgba(255, 255, 255, 0.72), 0px -1px rgba(0, 0, 0, 0.36);
    text-decoration: none;
}

[data-predefined-style="true"] h1 a:visited {
  
}

[data-predefined-style="true"] h1 a:active {
color: #3f0;    
}

[data-predefined-style="true"] h2 {
    color: rgba(0, 0, 0, 0.46);
    font-family: "ocr-x light", Icons;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    transition: all .5s;
	font-style: normal;
	text-transform: uppercase;
    margin: 0px;
    font-weight: 30;
	line-height: 1.3;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}
[data-predefined-style="true"] h2 a {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.8);
    border: none;
    transition: all .5s;
    margin: 0px ;
    text-transform: uppercase;
    text-decoration: none;

}

[data-predefined-style="true"] h2 a:hover {
    transition: all .5s;
    color: #000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

h2 a:active {
    transition: all .5s;
    color: #f00;
	transition-property: font-size, font-family;
    background: linear-gradient(135deg, rgba(0,0,0,0.22), rgba(255,255,255,0.25));
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
    font-size: 1.0rem;
    line-height: 1.3;
    letter-spacing: 0.8px;
	color: rgba(0, 0, 0, 0.8);
    transition: all 0.8s;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
}

[data-predefined-style="true"] small a {
    font-family: "OCR-X light", Icons;
    font-size: 0.8rem;
    line-height: 2.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75);
    background: #ccc;
    transition: all 0.8s;
	padding: 3px 6px 3px 6px;
    margin-right: 5px;
    border-radius: 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow:
    0px -2px 10px 0px rgba(255, 255, 255, 0.5),
    0px -2px 5px 0px rgba(255, 255, 255, 0.24),
    0px 7px 10px 0px #0002,
    0px 2px 0px 0px #0001;
	font-style: normal;
	font-weight: 100;
    transition: all 0.8s;
}

[data-predefined-style="true"] small a:hover {
    background: #ccc;
    color: rgba(0, 0, 0, 0.79);
    border-radius: 20px;
    border-radius: 20px;
    box-shadow:  2px 2px 4px 0 rgba(255,255,255,0.3),
    -3px -2px 4px 0 rgba(116, 125, 136, 0.4), 
    inset -2px -2px 4px 0 rgba(255,255,255,0.5),
    inset 2px 2px 4px 0 rgba(116, 125, 136, .3);
  	-webkit-transform: scale(1);
  	transform: scale(1);
    text-decoration: none;
    transition: all 0.8s;
}

[data-predefined-style="true"] small:hover {
  
}
[data-predefined-style="true"] small a:active {
  
}

/**
 * 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: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(204, 204, 204)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 70%/*!content_center*/;
}

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


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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {

}

[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-top: 0rem 0rem 0rem 0rem/*!thumbnails_padding*/;
}

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

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

.thumbnails .thumb_image {
border-radius: 2px;
}


.thumbnails .thumb_image:hover { 

}

.thumbnails .title {
    margin-top: 1.0rem;
	color: rgba(0, 0, 0, 0.5);
    font-family: "OCR-A", Icons;
    font-size: 1rem;
    line-height: 1;
	font-style: normal;
    text-transform: uppercase;
    text-align: center;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .tags {
    font-size: 1rem;
	font-weight: 300;
    color: rgba(0, 0, 0, 1);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.0;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .tags a {
	font-family: "Monument Grotesk Variable", Icons;
    font-family: "Monument Grotesk Variable", Icons;
    font-size: 1rem;
    line-height: 3.6;
    letter-spacing: 1px;
	color: rgba(101, 101, 101, 1);
    border-radius: 20px;
    transition: all .5s;
    text-transform: uppercase;
    text-decoration: none;
	font-style: normal;
	font-weight: 300;;
    padding: 0px;font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

/**
 * Site Menu Button
 */

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

body.mobile #site_menu_button {
	margin: 0px;
    font-size: 30px;
}

#site_menu_button.custom_icon {
	width: 38px;
    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, 0.95);
	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(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * 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: 0rem /*!quick_view_padding*/;
    padding-right: 0em /*!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(51, 255, 0, 1) /*!quick_view_bgcolor*/;
	padding: 10px 0px 10px 0px;
    margin: 0px;
}

.quick-view-caption {
    color: rgba(0, 0, 0, 0.5);
    font-family: "ocr-a", Icons;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    transition: all .5s;
	font-style: normal;
	text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 30;
	line-height: 1.3;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

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


/**
 * Quick View Navigation 
 */

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

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

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

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

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

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

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

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    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: 120px;
    width: 120px;
    -webkit-filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 1), 0px -1px -1px #5f613a, 0px 2px -1px);
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(51, 255, 0, 1);
    stroke-width: 1px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 1.0px;
    opacity: 1.0;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #3f0;
   stroke-width: 0.7px;
   text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: transparent;
    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(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    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(0,0,0,0.15);
}

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

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

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.5);
}

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

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

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

[data-css-preset] #site_menu_button {
	font-size: 28px /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
	bottom: 3rem /*!site_menu_button*/;
}

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: #ccc;
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    font-family: "OCR-X light", Icons;
    font-size: 4.0rem;
    font-weight: 100;
    line-height: 1.2;
    margin: 0px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.47);
    border-bottom: 0px;
    padding: 0px;
    transition: all .5s;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.61),  0px -1px rgba(255, 255, 255, 0.72);
    margin: 0rem;
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
    font-family: 'OCR-X light';
    font-size: .9rem;
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 1;
}

/* Dropdown Button */
.dropbtn {
    font-family: "OCR-X light", Icons;
    font-size: 0.8rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5);
    background-color: #ccc;
    padding: 3px 6px 3px 6px;
    transition: all .5s;
    letter-spacing: 1.5px;
    text-decoration: none;
	text-transform: uppercase;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow:
    -5px -5px 10px 0px rgba(255, 255, 255, 0.5),
    -2px -2px 5px 0px rgba(255, 255, 255, 0.24),
    5px 5px 15px 0px #0002,
    4px 4px 5px 0px #0001;
	font-style: normal;
	font-weight: 100;
    transition: all 0.8s;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  max-width: 95%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  hyphens: none;
  padding: 0px;
  margin-top: 20px;
  align-content: center;
  color: rgba(216, 216, 216, 1);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  margin: auto;
  padding: 0;
  color: rgba(216, 216, 216, 1);
  text-decoration: none;
  display: inline;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: rgba(204, 204, 204, 1);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #d8d8d8;
box-shadow:  2px 2px 4px 0 rgba(255,255,255,0.3),
    -3px -2px 4px 0 rgba(116, 125, 136, 0.4), 
    inset -2px -2px 4px 0 rgba(255,255,255,0.5),
    inset 2px 2px 4px 0 rgba(116, 125, 136, .3);
  	-webkit-transform: scale(1);}

video {
	 margin:0;
    padding:0;
}
