@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400');

/**
 * Content
 */

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


a:active {
	opacity: 0.7;

}

.page a.active {
	opacity: .6;
    text-decoration: line-through;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.8em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}


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

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

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

.gallery_image_caption {
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	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.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable", Icons ;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom: 0px solid rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

[data-predefined-style="false"] bodycopy a:hover {
    	text-decoration: underline;

}

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: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.85);
	}

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

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.4rem;
	line-height: 1.4;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
}


/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	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(255, 255, 255) /*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 2.3rem /*!main_margin*/;
	padding-bottom: 2.3rem /*!main_margin*/;
	padding-left: 2.3rem /*!main_margin*/;
	padding-right: 2.3rem /*!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: rgba(243, 243, 243, 0.44)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.1;
    font-variant: small-caps;
}



.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.25);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu
 */

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

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

#site_menu_button.custom_icon {
	width: 5rem;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/*
 * 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.90) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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;
}

/*new shit*/
.nowrap {
  white-space: nowrap ;
}

.smallcaps {

    font-variant: small-caps;
}

fuck {
	font-family: Karla, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.4rem;
	line-height: 1.3;
	}
fuck:after {
  content: '';
  display: inline-block;
  vertical-align:middle;
  width:21%;
  height:3px;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
    position: sticky;
}

small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom: 0px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;

}

[data-predefined-style="true"] bodycopy a:hover {
    	text-decoration: underline;

}

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

h1 a:hover {
    	text-decoration: none;

}

h2 a:hover {
    	text-decoration: none;

}

.hoverfix:hover {
	text-decoration: underline;
}

bodycopy a.hoverfix {
	text-decoration: underline rgba(255,69,0,0.93);
}

.hoverfix2:hover {
	text-decoration: underline;
}

bodycopy a.hoverfix2 {
	text-decoration: underline rgba(0, 0, 0, 0.14);
}

.hoverfix3:hover {
	text-decoration: underline;
}

bodycopy a.hoverfix3 {
	text-decoration: underline rgba(0, 0, 0, 0.93);
}

small a:hover {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
    text-decoration: underline;
}
small.hover {
    	text-decoration: underline;

}
.nowrap {
  white-space: nowrap ;
}

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

li {
    display: list-item; 
    list-style-type:square;
    padding-right: 0em;
    white-space: nowrap ;
}

li:after {position: absolute; right: 0em; width: 1em; font-weight: bold; text-align: right;}

#SC:after {content: "\00A5\FE0E";}
#MD:after {content: "\00A7\FE0E";}
#BZ:after {content: "\2248\FE0E";}
#AM:after {content: "\26DE\FE0E";}
#MR:after {content: "\2B12\FE0E";}
#GB:after {content: "\2909\FE0E\00A0";}
#OK:after {content: "\1F504\FE0E";}
#SG:after {content: "\2634\FE0E";}
#AI:after {content: "\29CB\FE0E";}
#DV:after {content: "\2260\FE0E";}
#sjude:after {content: "\232C\FE0E";}
#PA:after {content: "\0194\FE0E";}
#AS:after {content: "\263F\FE0E";}
#UV:after {content: "\2123\FE0E";}
#SS:after {content: "\27E2\FE0E";}
#IA:after {content: "\2362\FE0E";}
#type:after {content: "\2982\FE0E\00A0";}

#tode:after {content: "\25C6\FE0E";}
#trede:after {content: "\2B22\FE0E";}
#video:after {content: "\2B24\FE0E";}
#CO:after {content: "\FF04\FE0E";}
#IN:after {content: "\003F\FE0E\0021\FE0E";}


.underlink {
		text-decoration: none;
}
/**
 * Site Menu
 */

#site_menu {
	font-family: "Diatype Variable", Icons; 
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	background: rgba(20, 20, 20, 0.95);
	font-size: 1.4em;
	font-style: normal;
	font-weight: 400;
	padding: 30px 30px 30px 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;
}

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

bodycopy a.thesis {
	text-decoration: underline rgba(255,69,0,0.93);
}

.pulsate {
    -webkit-animation: pulsate 3s ease-in;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.0;
    }
    50% { 
        opacity: 0.5;
    }
    100% { 
        opacity: 0.0;
    }
}

.strobe {
  animation-name: flicker;
  animation-duration: 0.001s; 
  animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1.0); 
  animation-delay: 0s;
  animation-direction: alternate ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}

@keyframes flicker {
  0% {
color: rgba(255, 255, 255, 0)
  }
  100% {
color: rgba(255, 255, 255, 1)
  }
}

.scroll23 {
  animation-name: fader23;
  animation-duration: 2s; 
  animation-timing-function: linear; 
  animation-delay: 0s;
  animation-direction: normal ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}

@keyframes fader23 {
  0% {
color: rgb(0,0,0);
color: linear-gradient(110deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);      
  }

  100% {
color: rgb(0,0,0);
color: linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);      
  }
}

.zoomy {
  white-space: nowrap;
  animation-name: zoom23;
  animation-duration: 23s; 
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}
.zoomy2 {
  white-space: nowrap;
  animation-name: zoom23;
  animation-duration: 23s; 
  animation-timing-function: linear;
  animation-delay: 4.6s;
  animation-direction: normal ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
  color: rgba(0, 0, 0, 0);
}
.zoomy3 {
  white-space: nowrap;
  animation-name: zoom23;
  animation-duration: 23s; 
  animation-timing-function: linear;
  animation-delay: 9.2s;
  animation-direction: normal ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
  color: rgba(0, 0, 0, 0);
}
.zoomy4 {
  white-space: nowrap;
  animation-name: zoom23;
  animation-duration: 23s; 
  animation-timing-function: linear;
  animation-delay: 13.8s;
  animation-direction: normal ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
  color: rgba(0, 0, 0, 0);
}
.zoomy5 {
  white-space: nowrap;
  animation-name: zoom23;
  animation-duration: 23s; 
  animation-timing-function: linear;
  animation-delay: 18.4s;
  animation-direction: normal ;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
  color: rgba(0, 0, 0, 0);
}
.text-overflow-center {

  height: 100px;
  width: 100px;
  position: fixed;
  left: 50%;
  margin-left: -50px;

    display: flex;
    justify-content: center;

}

@keyframes zoom23 {
  0% {
color: rgba(255, 255, 255, 0);
font-size: 100rem;

  }

  100% {
color: rgba(255, 255, 255, 0.66);
transform: translate(20em,400em);
      transform: scale(.0008);
      top: 1000px;

  }
}

.glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #f84200, 0 0 40px #f84200, 0 0 50px #f84200, 0 0 60px #f80000, 0 0 70px #c30000;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff714d, 0 0 40px #ff552a, 0 0 50px #ff5327, 0 0 60px #ff2f2f, 0 0 70px #b30000, 0 0 80px #4e0000;
  }
}


[data-page-id="12366870"] .title {
opacity:0;
}

[data-page-id="12357842"] .title {
opacity:0;
}

[data-page-id="12358265"] .title {
opacity:0;
}

[data-page-id="12359791"] .title {
opacity:0;
}

[data-page-id="12358801"] .title {
opacity:0;
}

[data-page-id="12361173"] .title {
opacity:0;
}

[data-page-id="12358828"] .title {
opacity:0;
}

[data-page-id="12362707"] .title {
opacity:0;
}

[data-page-id="8959178"] .title {
opacity:0;
}

[data-page-id="12535522"] .title {
opacity:0;
}

[data-page-id="12534663"] .title {
opacity:0;
}

[data-page-id="13765200"] .title {
opacity:0;
}

[data-page-id="13766960"] .title {
opacity:0;
}

[data-page-id="13768920"] .title {
opacity:0;
}
 
[data-page-id="13874052"] .title {
opacity:0;
}

[data-page-id="13944310"] .title {
opacity:0;
}

[data-page-id="13969170"] .title {
opacity:0;
}

[data-page-id="14029530"] .title {
opacity:0;
}

[data-page-id="13852866"] .title {
opacity:0;
}

body[data-page-id="13840393"] {
	background-color: #000;
	color: #fff;
    background-image: url(https://freight.cargo.site/t/original/i/527470ed6d465c81c7bbb38f8d058866d7de41f418dbe7193452508a2d2a597e/tiletiletile.png);
    background-repeat: repeat;
}

body[data-page-id="14902087"] {
	background-color: #000;
	color: #fff;
    background-image: url(https://freight.cargo.site/t/original/i/527470ed6d465c81c7bbb38f8d058866d7de41f418dbe7193452508a2d2a597e/tiletiletile.png);
    background-repeat: repeat;
}

body[data-page-id="13874052"] {
      animation: colorchange 2.3s linear 1s infinite; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 2.3s linear 0s infinite alternate; /* Chrome and Safari */
    }

    @keyframes colorchange
    {
      0%   {background: red; color: cyan;}
      33%  {background: green; color: magenta;}
      66%  {background: blue; color: yellow;}
      100% {background: red; color: cyan;}
   }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: red; color: cyan;}
      33%  {background: green; color: magenta;}
      66%  {background: blue; color: yellow;}
      100% {background: red; color: cyan;}
   }

#message {
  text-align: center;
  color: inherit;
  opacity: 100%;
  mix-blend-mode: difference;
}

body[data-page-id="13852866"] {
  align-items: center;
  justify-content: center;
  text-align: center;
}


div.glitchy{
  display: flex;
  width: 100vw;
  height: 100vh;
/*  align-items: center;
  justify-content: center;
  text-align: center; */
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 7rem;
  font-family: 'Fira Mono', monospace;
  letter-spacing: -0.5rem;
  white-space: nowrap;  
  animation: glitch 1s linear infinite;
    
}

@keyframes glitch{
  2%,64%{
    transform: translate(0.2rem,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-0.2rem,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

div.glitchy:before,
div.glitchy:after{
/*  text-align: center;
  align-items: center; 
  justify-content: center; */
  content: attr(title);
  position: absolute;
  left: 0;
}

div.glitchy:before{
/*  text-align: center;
  align-items: center;
  justify-content: center;  */
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(0.2rem,-0.2rem);
  }
  4%,60%{
    transform: translate(-0.2rem,0.2rem);
  }
  62%{
    transform: translate(0.5rem,-0.05rem) skew(-13deg); 
  }
}

div.glitchy:after{
/*  text-align: center;
  align-items: center;
  justify-content: center; */
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-0.2rem,0);
  }
  4%,60%{
    transform: translate(-0.2rem,0);
  }
  62%{
    transform: translate(-2rem,0.5rem) skew(21deg); 
  }
}


.shiniest {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shiny 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes shiny {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


.flipH {
  display: inline-block;
  transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}