h1#neon-tubing {
	padding: 3rem;
	text-align: center;
	font-family: Neon80sRegular, sans-serif;
	font-size: 5rem;
	letter-spacing: 1rem;
	background: url(../images/neon/brick-wall-texture-faded.webp);
	background-size: cover;
  color: #fee;
}
h3#neon-tubing {
	padding: 3rem;
	text-align: center;
	font-family: Neon80sRegular, sans-serif;
	font-size: 5rem;
	letter-spacing: 1rem;
	background: url(../images/neon/brick-wall-texture-faded.webp);
	background-size: cover;
  color: #fee;
}
h2#neon-tubing {
	padding: 10px;
	text-align: center;
	font-family: Neon80sRegular, sans-serif;
	font-size: 48px;
	letter-spacing: 3px;
	background-size: cover;
  color: #F5FB70;
}
#lb{
	padding: 10px;
	text-align: center;
	font-family: Neon80sRegular, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	background-size: cover;
  color: #0BE400;
}
#lb2{
	padding: 10px;
	text-align: center;
	font-family: Neon80sRegular, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	background-size: cover;
  color: #DB8500;
}
@keyframes neonspark2  {
	0% {
		text-shadow: none;
	}
	30% {
		text-shadow: 0 0 30px rgba(18,225,21,0.9);
	}
	60% {
		text-shadow: 0 0 30px rgba(18,225,21,0.9),
		  0 0 60px rgba(18,225,21,0.7);
	}
	80% {
		text-shadow: none;
	}
	100% {
		text-shadow: 0 0 30px rgba(18,225,21,0.9),
		 0 0 60px rgba(18,225,21,0.9), 
		 0 0 100px rgba(18,225,21,0.7), 
		 0 0 90px rgba(18,225,21,0.5);
	}
}
h1#neon-tubing {
	animation: neonspark 1s 3s forwards;
	}
h1#neon-tubing span {
		animation: neonspark 2s 3s infinite;
	}
@keyframes neonspark  {
	0% {
		text-shadow: none;
	}
	30% {
		text-shadow: 0 0 30px rgba(255,28,20,0.9);
	}
	60% {
		text-shadow: 0 0 30px rgba(255,28,20,0.9),
		  0 0 60px rgba(255,28,20,0.4);
	}
	80% {
		text-shadow: none;
	}
	100% {
		text-shadow: 0 0 30px rgba(255,28,20,0.9),
		 0 0 60px rgba(255,28,20,0.7), 
		 0 0 100px rgba(255,28,20,0.5), 
		 0 0 90px rgba(255,28,20,0.4);
	}
}
@keyframes neonspark3  {
	0% {
		text-shadow: none;
	}
	30% {
		text-shadow: 0 0 30px rgba(13,255,0,0.9);
	}
	60% {
		text-shadow: 0 0 30px rgba(13,255,0,0.9),
		  0 0 60px rgba(13,255,0,0.4);
	}
	80% {
		text-shadow: none;
	}
	100% {
		text-shadow: 0 0 30px rgba(13,255,0,0.9),
		 0 0 60px rgba(13,255,0,0.7), 
		 0 0 100px rgba(13,255,0,0.5), 
		 0 0 90px rgba(13,255,0,0.4);
	}
}
@keyframes neonspark4  {
	0% {
		text-shadow: none;
	}
	30% {
		text-shadow: 0 0 30px rgba(255,221,0,0.9);
	}
	60% {
		text-shadow: 0 0 30px rgba(255,221,0,0.9),
		  0 0 60px rgba(255,221,0,0.4);
	}
	80% {
		text-shadow: none;
	}
	100% {
		text-shadow: 0 0 30px rgba(255,221,0,0.9),
		 0 0 60px rgba(255,221,0,0.7), 
		 0 0 100px rgba(255,221,0,0.5), 
		 0 0 90px rgba(255,221,0,0.4);
	}
}
#lb2{animation: neonspark4 3s 7s infinite;}
#lb{animation: neonspark3 2s 5s infinite;}
h3#neon-tubing {
	animation: neonspark 1s 3s forwards;
	}
h3#neon-tubing span {
		animation: neonspark 2s 3s infinite;
	}
h2#neon-tubing {
	animation: neonspark2 5s 2s infinite;
	}
h2#neon-tubing span {
		animation: neonspark2 2s 3s infinite;
	}
#pad{padding:20px;}
img{padding-bottom: 20px;}
.breadcrumb{}
#koroba{text-align: center;}