@font-face {
    font-family: 'kalamlight';
    src: url('/wp-content/themes/beakerhead/fonts/kalam-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/beakerhead/fonts/kalam-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#cursorWrap {
	touch-action:none;
	background-color: gray;
	display: flex; 
	overflow:hidden;
}
#cursorWrap .et_pb_code_inner {
	justify-content: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}
#cursorWrap p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: rgba(255,255,255,.5);
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
}
.ball {
	pointer-events: none;
	position: absolute; 
	width: 10px;
	height: 10px;
	border-radius: 50%; 
	background: gray;
	animation: implode 1s ease-in-out;
	animation-fill-mode: both;
	opacity: .5;
}
@keyframes implode {
	100% {transform: scale(0)}
}

/** Beakerhead Logo Particle Effects */
#logo_particles {touch-action:none;}
#logo_particles .et_pb_code_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	/* background-color: #121212; */	
	transition: height 0.4s ease-in-out;
}
.has_et_pb_sticky #logo_particles .et_pb_code_inner {
	height: 100px;
}
.has_et_pb_sticky .tippy-tooltip { top: 21px !important; }

/** WordCloud */

#word_cloud .et_pb_code_inner { height: 100%; }
#word_cloud #chartdiv { height: 100%; }
#last_comment_h3 h3 { padding-bottom: 3px; }
#last_comment p { font-size: 16px; padding-bottom: 0; line-height: 1em; font-family: 'kalamlight', Arial, sans-serif;}

/** Constellation **/
#constellation {
	touch-action:none;
	width: 100%;
	height: 300px;
}

/** X-Ray **/
#retro_tv {
	touch-action:none;
	position: relative;
	margin: 0;
	height: auto;
	width: 100%;
	background: url('/wp-content/uploads/2022/08/retro-tv.jpg') no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
#triangles{
	width: 100%;
	margin: 0;
	mask-image: url('/wp-content/uploads/2022/08/retro-reveal.png');
	mask-repeat: no-repeat;
	mask-size: 14vw;
	-webkit-mask-image: url('/wp-content/uploads/2022/08/retro-reveal.png');
    -webkit-mask-size: 14vw;
	-webkit-mask-repeat: no-repeat;
	cursor: none;
	vertical-align: bottom;
}

/** Ghosts **/
#ghosts {
	touch-action:none;
}
/* #ghosts { width: 100%; height :300px; } */

/* Oil Painting */
/* #oil_paint_module .et_pb_code_inner { */
  /* display:flex; */
  /* align-items:center; */
  /* justify-content: center; */
/* } */
#oil_paint {
	touch-action:none;
	width: 100%;
	height:100%;
	max-height:300px;	
}
#oil_paint:hover + #oil_paint_text { display:none; }
#oil_paint_text { 

	position: absolute;
	/* width: 100%;*/
	width: 75%;
	top: 50%;
	/* left: 50%; */
	left: 75%;
	color: #000;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1em;

	color: #000;
	font-family: 'Give You Glory', cursive;
	font-size:40px;
}
@media screen and (max-width: 980px) {
	#oil_paint_text {
		width: 100%;
		left: 50%;
	}
}