html, body {
  margin:0px;
  height:100%;
  width:100%;
}
body {
  background-color: white;
  overflow: hidden;
  background-blend-mode: initial;
	background-repeat: round;
}
#shape-box {
}
#shape {
	position: absolute;
}
canvas#circle {
    mix-blend-mode: color-dodge;
}
.object-container {
	position: relative;
	top: 0;
	height:90%;
  scale: 0.5;
}
.object0 {
  text-align: center;
	margin: 0 auto;
  width:100%;
	display:flex;
	height:100%;
	/*
	-webkit-animation: spinner2 44s ease-in-out infinite;
  -moz-animation: spinner2 44s ease-in-out infinite;
  animation: spinner2 44s ease-in-out infinite;
  */
	position: absolute;
}
.object1 {
  width: 100%;
	display:flex;
  text-align: center;
	margin: 0 auto;
	height:100%;
  margin-top: 0;
	-webkit-animation: spinner2 55s ease-in-out infinite;
  -moz-animation: spinner2 55s ease-in-out infinite;
  animation: spinner2 55s ease-in-out infinite;
	position: absolute;
}
.object2 {
  width: 100%;
	display:flex;
  text-align: center;
	margin: 0 auto;
	height:100%;
  margin-top: 0;
	-webkit-animation: spinner2 66s ease-in-out infinite;
  -moz-animation: spinner2 66s ease-in-out infinite;
  animation: spinner2 66s ease-in-out infinite;
	position: absolute;
}
.object3 {
  width: 100%;
	display:flex;
  text-align: center;
	margin: 0 auto;
	height:100%;
  margin-top: 0;
	-webkit-animation: spinner2 33s ease-in-out infinite;
  -moz-animation: spinner2 33s ease-in-out infinite;
  animation: spinner2 33s ease-in-out infinite;
	position: absolute;
}
.object4 {
  width: 100%;
	display:flex;
  text-align: center;
	margin: 0 auto;
	height:100%;
  margin-top: 0;
	-webkit-animation: spinner2 100s ease-in-out infinite;
  -moz-animation: spinner2 100s ease-in-out infinite;
  animation: spinner2 100s ease-in-out infinite;
	position: absolute;
}
.pulse {
  -webkit-animation: bgplse 4s infinite; /* Chrome, Safari, Opera */ 
  animation: 40s infinite bgplse;
}
@keyframes bgplse {
  0% {background-color: inherit;}
  50% {background-color: transparent;}
  100% {background-color: inherit;}
}
/* Chrome, Safari, Opera */
 @-webkit-keyframes bgplse {
      0%   {background: inherit;}
		  50% {background-color: transparent;}
      100% {background: inherit;}
 }
.object0 .background {
  display:inline-block;
  margin: 0 auto;
	background: rgba(255,0,0,0.25);	
  transition: background-color 1s ease-in-out;
	z-index: 1;
}
.object1 .background {
  display:inline-block;
  margin: 0 auto;
  background: rgba(255,143,0,0.5);
  transition: background-color 1s ease-in-out;
	z-index: 0;
}
.object2 .background {
  display:inline-block;
  margin: 0 auto;
  background: rgba(255,255,0,0.35);
  transition: background-color 1s ease-in-out;
	z-index: 1;
}
.object3 .background {
  display:inline-block;
  margin: 0 auto;
  background: rgba(0,255,21,0.25);
  transition: background-color 1s ease-in-out;
	z-index: 1;
}
.object4 .background {
  display:inline-block;
  margin: 0 auto;
  background: rgba(0,11,255,0.25);
  transition: background-color 1s ease-in-out;
	z-index: 1;
}

div.object0 .background:hover, div.object1 .background:hover, div.object2 .background:hover, div.object3 .background:hover, div.object4 .background:hover {
   background-color: transparent;      
}
.row {
/*	filter: blur(7px);
*/
	font-family: Courier, "Courier New", monospace;
	color: #001100;
  display: block;
	height: 8.333%;
  margin: 0 auto;
  background-color: rgba(255*`${fxrand()}`, 255*`${fxrand()}`, 255*`${fxrand()}`, `${fxrand()}`);
}
.rowx0{
	-webkit-animation: spinner2 44s ease-in-out infinite;
  -moz-animation: spinner2 44s ease-in-out infinite;
  animation: spinner2 44s ease-in-out infinite;	
}
.rowx1{
	-webkit-animation: spinner2 55s ease-in-out infinite;
  -moz-animation: spinner2 55s ease-in-out infinite;
  animation: spinner2 55s ease-in-out infinite;	
}
.rowx2{
	-webkit-animation: spinner2 66s ease-in-out infinite;
  -moz-animation: spinner2 66s ease-in-out infinite;
  animation: spinner2 66s ease-in-out infinite;	
}
.rowx3{
	-webkit-animation: spinner2 77s ease-in-out infinite;
  -moz-animation: spinner2 77s ease-in-out infinite;
  animation: spinner2 77s ease-in-out infinite;	
}
.rowx4{
	-webkit-animation: spinner2 92s ease-in-out infinite;
  -moz-animation: spinner2 92s ease-in-out infinite;
  animation: spinner2 92s ease-in-out infinite;	
}
.rowx5{
	-webkit-animation: spinner2 105s ease-in-out infinite;
  -moz-animation: spinner2 105s ease-in-out infinite;
  animation: spinner2 105s ease-in-out infinite;	
}
.rowx6{
	-webkit-animation: spinner2 125s ease-in-out infinite;
  -moz-animation: spinner2 125s ease-in-out infinite;
  animation: spinner2 125s ease-in-out infinite;	
}
.rowx7{
	-webkit-animation: spinner2 155s ease-in-out infinite;
  -moz-animation: spinner2 155s ease-in-out infinite;
  animation: spinner2 155s ease-in-out infinite;	
}
.rowx8{
	-webkit-animation: spinner2 189s ease-in-out infinite;
  -moz-animation: spinner2 189s ease-in-out infinite;
  animation: spinner2 189s ease-in-out infinite;	
}
.rowx9{
	-webkit-animation: spinner2 244s ease-in-out infinite;
  -moz-animation: spinner2 244s ease-in-out infinite;
  animation: spinner2 244s ease-in-out infinite;	
}
.rowx10{
	-webkit-animation: spinner2 344s ease-in-out infinite;
  -moz-animation: spinner2 344s ease-in-out infinite;
  animation: spinner2 344s ease-in-out infinite;	
}
.rowx11{
	-webkit-animation: spinner2 444s ease-in-out infinite;
  -moz-animation: spinner2 444s ease-in-out infinite;
  animation: spinner2 444s ease-in-out infinite;	
}
.rowx12{
	-webkit-animation: spinner2 744s ease-in-out infinite;
  -moz-animation: spinner2 744s ease-in-out infinite;
  animation: spinner2 744s ease-in-out infinite;	
}
.col {
	-webkit-animation: spinner 30s ease-in-out infinite;
  -moz-animation: spinner 30s ease-in-out infinite;
  animation: spinner 10s ease-in-out infinite;	
}
@-moz-keyframes spin { 
    100% { 
			opacity: .1
			transform: scale3d(2.5, 1.2, 0.3);
			-moz-transform: rotate(360deg); 
			-moz-transform: rotateY(360deg); 
		} 
}
@-webkit-keyframes spin { 
    100% { 
			opacity: .1;
			transition-timing-function: ease-in-out;
			transform: scale3d(2.5, 1.2, 0.3);
			-webkit-transform: rotate(360deg); 
			-webkit-transform: rotateY(360deg); 
		} 
}
@keyframes spin { 
    100% { 
			opacity: .1;
			transition-timing-function: ease-in-out;
			transform: scale3d(2.5, 1.2, 0.3);
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
      -webkit-transform: rotateY(360deg); 
      transform:rotateY(360deg); 
    } 
}
@-webkit-keyframes spinner {
    100% {
			opacity: .1;
			transition-timing-function: ease-in-out;
			transform: scale3d(2.5, 1.2, 0.3);
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
      -webkit-transform: rotateY(360deg); 
      transform:rotateY(360deg);
    }
}
@-webkit-keyframes spinner2 {
    100% {
			opacity: .1;
			transition-timing-function: ease-in-out;
			transform: scale3d(2.5, 1.2, 0.3);
			
      transform:rotate(360deg);
			transition-delay: 2s;
			transition-timing-function: ease-in-out;
/*      -webkit-transform: rotateY(360deg); 
      transform:rotateY(360deg); 
*/    }
}
img, .row .col {
	filter: blur(15px) brightness(`${fxrand()}`) contrast(500%); /*drop-shadow(6px 6px 2px lime) invert(175%);*/
  font-size: 100px !important;
  -webkit-animation: bgplse 4s infinite; /* Chrome, Safari, Opera */ 
  animation: 4s infinite bgplse;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 10s ease-in-out;
}
.hidden {
  visibility: hidden;
  opacity: 0.5;
  transition: visibility 0s 10s, opacity 10s ease-in-out;
}
.object0 .row {
	color: black;
}
.object1 .row {
	color: black;
}
.object2 .row {
  color: black;
}
.object3 .row {
	color: black;
}
.object4 .row {
	color: black;
}
.object0 .row .col {
	background:red;
}
.object1 .row .col {
	background:orange;
}
.object2 .row .col {
	background:yellow;
}
.object3 .row .col {
	background:lime;
}
.object4 .row .col {
	background:blue;
}
svg {
	color: yellow;
}
.row div {
 /* width: 11px;*/
  text-align: center;
  display: inline-block;
}
::selection {
  background-color: white;
  color: black;
}
::-moz-selection {
  background-color: white;
  color: black;
}
::-o-selection {
  background-color: white;
  color: black;
}
::-ms-selection {
  background-color: white;
  color: black;
}
::-webkit-selection {
  background-color: white;
  color: black;
}