/**
 * Theme Name: HazelCore
 * Template:   twentytwentyfive
 * Description: Totally rad and cool custom theme for Hazel's Website
 * Author: Chuck Burlap
 */
 
 /*Theme specific styles */
div.content-body{
	background-color: #d5cfe7;
	padding: 2em 4em 2em 4em;
	max-width: 800px;
	min-height: 50vh;	
}
 .classy-header{
	 background-image: url("site-assets/websiteheader.png");
	 background-position: bottom;
	 padding-bottom: 7px;
	 filter: drop-shadow(2px 4px 6px black);
 }
 .tray-menu{
 	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	text-align: center;
	gap: 20px;
	padding: 20px;
 }
 nav.tray-menu{
	 background-color: #453b53
 }
 div.tray-button a.wp-element-button{
	 aspect-ratio: 1;
	 border-radius: 10px;
	 display: block;
	 padding: 6px 10px 6px 10px;
	 background-color: #8e6db0;
	 width:50px;
 }
 .tray-menu li.wp-block-navigation-item{
 	display: block;
	background-color: #8e6db0;
	border-radius: 10px;
}

div.tray-button.wp-block-button{
	margin-right: 45px;
}
.menu-icon{
	fill: #fff;
	vertical-align: middle;
}

h1.wp-block-post-title{
	margin-top: 200px;
	font-size: clamp(36pt, 9vw, 108pt);
}
h1.wp-block-heading{
	font-size: clamp(36pt, 9vw, 108pt);
}

nav.tray-menu div#modal-1.is-menu-open{
	height: 100vh;
	background-color: #453b53;
}

#News-body{
	margin-top: 200px;
}
.hazel-search{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
form.hazel-search div.wp-block-search__inside-wrapper button.wp-element-button{
	aspect-ratio: 1;
	border-radius: 10px;
	display: block;
	padding: 6px 10px 6px 10px;
	background-color: #8e6db0;
}


.wp-block-search__inside-wrapper{
	flex: none;
} 
.wp-block-group{
	overflow-wrap: break-word; 
}

.wp-site-blocks summary:focus{
	outline-width: 0px;
	background-color: #c0a1f1;
}
.wp-block-details summary{
	width: fit-content;
	padding: 0 3px 0 3px;
}
#news-banner{
	filter: drop-shadow(2px 4px 3px black);
}

#socials-container{
	position: relative;
	bottom: -70%;
	width: 64%;
	gap:6%
}

#parade-box{
	aspect-ratio: 631 / 249;
}

#socials-container li{
	width: 20%;
}

.wp-block-social-links .wp-social-link svg {
	height: auto;
	width: 100%;
}

.wp-block-social-links .wp-social-link a {
	padding: 10%
}

.hidden{
	display: none;
}
span.wpcf7-list-item {
	display: block;
}

/* Theme specific mobile compat */
@media only screen and (max-width: 600px) {
	div#modal-1-content ul.tray-menu{
		row-gap: 2.5em;
	}
	#tray-space{
		height:0px;
	}
	header.wp-block-template-part{
		transform: translatey(0px);
	}
	div.content-body{
		padding: 5%;
	}
	form.hazel-search div input.wp-block-search__input{
		transform: translateY(90px);
		width: 100vw;
		position: fixed;
		margin-left: -45px;
	}
}
 /* General styles */
 html{
	 
	 height: 100vh;
}
body{
	margin: 0;
	overflow-x: hidden;
	background-color: black;
	background: linear-gradient(180deg, black, #553973);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
header{
	transform: translatey(-121px);
	transition: transform 0.5s;
	position: fixed;
	z-index: 5000;
	width: 100%;
	top: 0;
}
header.tray-extend{
	transform: translatey(0px);
}
.scene{
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

/* Text elements */
p{

}

.content-body p{
	color: #000;
}

footer p{
	color: white;
}

h1{
	color: white;
	font-family: marker-1985;
	font-weight: 500;
}

.content-body h1{
	color: #000;
}

h2{

}

.content-body h2{
	color: #000;
}

h3{

}

.content-body h3{
	color: #000;
}

a{
	color: #a149ff;
}

a:visited{
	color: #6449ff;
}

.scene a{
	display: block;
	width: fit-content;
	height: fit-content;
}

.content-body *{
	color: #000;
}

.content-body path{
	color: #fff;
}

#home-page-body{
	overflow: hidden;
}

/* Labels */

h1.label{
	font-size: 5vw;
	position: absolute;
	z-index: 5000;
	text-wrap: nowrap;
	scale: 0%;
	transition: all 1s ease-in-out;

}

.fiend .label{
	left: 25%;
	top: 25%;
	transform-origin: 25% 0%;
}

.paint .label{
	left: 10%;
	top: 75%;
	transform-origin: 50% 0%;
	rotate: -5deg;
}

.laptop .label{
	left: -40%;
	top: 50%;
	transform-origin: 50% 0%;
	rotate: 10deg;
}
.news .label{
	left: 40%;
	top: -70%;
	transform-origin: 50% 100%;
	rotate: 10deg;
}
.phone .label{
	left: -40%;
	top: -90%;
	transform-origin: 75% 100%;
	rotate: -15deg;
}
.books .label{
	left: 2%;
	top: 10%;
	transform-origin: 25% 50%;
	rotate: 0deg;
}
.crystal .label{
	left: 0%;
	top: 25%;
	transform-origin: 25% 50%;
}
.trophy .label{
	left: -5%;
	top: 70%;
	transform-origin: 40% -50%;
	rotate: -15deg;
}
.globe .label{
	left: 40%;
	top: -50%;
	transform-origin: 0% 100%;
	rotate: 10deg;
}
.mini .label{
	left: 50%;
	top: -60%;
	transform-origin: 30% 100%;
	rotate: 15deg;
}

/*label transitions */
.fiend:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}

.paint:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.laptop:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.news:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.phone:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.books:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.crystal:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.trophy:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.globe:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}
.mini:hover .label{
	scale: 100%;
	transition: all 1s ease-in-out;
}

/* element arrangement */
/* painting */
.BG{
	width: 100vw;
	margin: 0;
	position: absolute;
}
.paint{
	position: absolute;
	top: 11.597%;
	left: 26.836%;
	width: 14.570vw;
	aspect-ratio: 373 / 485
}
.paint-cont{
	position: absolute;
	clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
	width: 100%;
	height: 100%;
}
#p-paint{
	position: absolute;
	width: 92.493%;
	top: 3.505%;
	left: 5.63%
}
#stache{
	position: absolute;
	width: 21.984%;
	top: 45.979%;
	left: 37.534%
}
#monocle{
	position: absolute;
	width: 30.295%;
	left: 47.989%;
	top: 28.660%
}
#p-arm{
	position: absolute;
	width: 24.665%;
	left: 60.590%;
	top: 46.392%;
	transform: translatey(100%);
}
#p-frame{
	position: absolute;
	width: 100%;
}
/*window frame */
.window-frame{
	position: absolute;
	top: 4.097%;
	left: 49.297%;
	width: 32.07vw
}
#w-frame{
	position: absolute;
	width: 100%
}

.outdoors-crop{
	position: absolute;
	width: 100%;
	aspect-ratio: 821 / 748;
	clip-path: polygon(2% 26%, 98% 2%, 98% 98%, 2% 90%);
}
#outdoors{
	position: absolute;
	width: 51.944vw;
	left: -30.985%
}


/*chair*/
.chair{
	position: absolute;
	top: 43.681%;
	left: 50.508%;
	width: 11.914vw
}
#chair{
	position: absolute;
	width: 100%
}
/*fiend*/
.fiend{
	position: absolute;
	top: 34.375%;
	left: 48.281%;
	width: 16.328vw;
	aspect-ratio: 418 / 623
}
#fiend{
	position: absolute;
	width: 100%
}
/* desk */
.desk{
	position: absolute;
	top: 54.167%;
	left: 33.47%;
	width: 30.234vw
}
#desk{
	position: absolute;
	width: 100%;
	pointer-events: none;
}
/*laptop*/
.laptop{
	position: absolute;
	top: 53.194%;
	left: 35.469%;
	width: 12.227vw;
	aspect-ratio: 313 / 180
}
#laptop{
	position: absolute;
	width: 100%
}
#laptop-glow{
	position: absolute;
	width: 22.364%;
	left: 21.8%;
	top: 23%
}
/*news*/
.news{
	position: absolute;
	top: 75.694%;
	left: 59.609%;
	width: 17.383vw;
	aspect-ratio: 445 / 260;
}
#news{
	position: absolute;
	width: 100%
}
/*phone table*/
.p-table{
	position: absolute;
	top: 58.75%;
	left: 83.594%;
	width: 11.016vw
}
#teletable{
	position: absolute;
	width: 100%
}
.phone{
	position: absolute;
	top: 48.75%;
	left: 83.1%;
	width: 11.922vw;
	aspect-ratio: 307 / 225
}
#t-base{
	position: absolute;
	top: 13.778%;
	width: 62.541%;
	left: 18.73%
}
#t-rec{
	position: absolute;
	width: 100%
}
/* bookshelf */
.books{
	position: absolute;
	width: 10.742vw;
	top: 26.597%;
	left: 0;
	aspect-ratio: 275 / 321
}
#book-1{
	position: absolute;
	width: 23.636%
}
#book-2{
	position: absolute;
	width: 50.909%;
	top: 6.542%;
	left: 5.455%
}
#book-3{
	position: absolute;
	width: 44.634%;
	top: 8.1%;
	left: 34.182%
}
#book-4{
	position: absolute;
	width: 49.091%;
	top: 6.854%;
	left: 50.909%
}
.crystal{
	position: absolute;
	width: 7.891vw;
	top: 30%;
	left: 12.5%;
	aspect-ratio: 410 / 479
}
#crystal{
	position: absolute;
	width: 100%
}
.trophy{
	position: absolute;
	width: 9.023vw;
	left: 0.469%;
	top: 55.278%;
	aspect-ratio: 231 / 279
}
#trophy{
	position: absolute;
	width: 100%
}
.globe{
	position: absolute;
	width: 6.914vw;
	left: 13.086%;
	top: 52.569%;
	aspect-ratio: 177 / 244
}
#g-base{
	position: absolute;
	width: 77.401%;
	right: 0
}
.g-clip{
	position: absolute;
	width: 95.48%;
	top: 2.459%;
	clip-path: circle(50% at 50% 50%);
	aspect-ratio: 1 / 1
}
#g-anim{
	position: absolute;
	top: 0;
	left: 0;
	width: 266.864%
}
.s-frame{
	position: absolute;
	width: 23.516vw;
	top: 0;
	left: 0
}
#s-frame{
	width: 100%;
	position: absolute;
	pointer-events: none;
}
/* the cataroni */
.mini{
	position: absolute;
	width: 17.578vw;
	left: 13.711%;
	top: 79.167%;
	aspect-ratio: 450 / 245
}
#mini-ear{
	position: absolute;
	width: 15.111%;
	left: 15.111%;
	top: 0
}
#mini-bod{
	position: absolute;
	width: 100%;
	top: 0.408%;
	left: 0
}
#r-wisk{
	position: absolute;
	width: 8.222%;
	left: 9.778%;
	top: 58.367%
}
#l-wisk{
	position: absolute;
	width: 15.556%;
	left: 22.889%;
	top: 44.49%;
}

/* dynamic elements */


/* animation */

/*fiend*/
.fiend-pop-up{

	animation-name: fiend-pop, fiend-float;
	animation-duration: 0.933s, 2s;
	animation-delay: 0s, 0.933s;
	animation-iteration-count: infinite, infinite;
	animation-timing-function: ease-in-out;
}

.fiend-plop{
	animation-name: fiend-plop;
	animation-duration: 1.3s;
	animation-timing-function: ease-in;
}

@keyframes fiend-pop {
	0% {
		transform: translatey(0%);
	}
	46.409%{
		transform: translatey(-12.841%);
	}
	67.846%{
		transform: translatey(-8.347%);
	}
	82.079%{
		transform: translatey(-10.754%);
	}
	100%{
		transform: translatey(-9.31%);
	}
}
@keyframes fiend-float {
	0%, 100%{
		transform: translatey(-9.31%);
	}
	50%{
		transform: translatey(-11.236%);
	}

}
@keyframes fiend-plop {
	0%{
		transform: translatey(-9.31%);
	}
	53.846%{
		transform: translatey(-10.754%);
	}
	87.179%{
		transform: translatey(0%);
	}
	94.872%{
		transform: translatey(-1.284%);
	}
	100%{
		transform: translatey(0%);
	}
}

/*phone*/

.t-rec-anim{
	animation-name: t-rec-anim;
	animation-duration: 1.6s;
	animation-timing-function: linear;
}
.t-base-anim{
	animation-name: t-base-anim;
	animation-duration: 1.6s;
	animation-timing-function: linear;
}

@keyframes t-rec-anim {
	0%, 100%{
		top: 0%;
	transform: rotate(0deg);
	}
	6.25%{
		top: -7.556%;
	transform: rotate(7.6deg);
	}
	12.5%, 25%, 37.5%, 50%, 62.5%, 75%{
		transform: rotate(-7.6deg);
	}
	18.75%, 31.25%, 43.75%, 56.25%, 68.75%{
		transform: rotate(7.6deg);
	}
	83.33%{
		top: -7.556%;
	transform: rotate(0deg);
	}
}
@keyframes t-base-anim {
	0%, 100%{
		transform: rotate(0deg);
	}
	12.5%, 25%, 37.5%, 50%, 62.5%, 75%{
		transform: rotate(1.3deg);
	}
	6.25%, 18.75%, 31.25%, 43.75%, 56.25%, 68.75%{
		transform: rotate(-1.3deg);
	}
}
/*newspaper*/
.news-bump{
	animation-name: news-bump;
	animation-duration: 0.833s
}

@keyframes news-bump{
	0%, 60%, 88%, 100%{
		transform: translatey(0%);
		animation-timing-function: ease-out;
	}
	32%{
		transform: translatey(-15.385%);
		animation-timing-function: ease-in-out;
	}
	76%{
		transform: translatey(-11.538%);
		animation-timing-function: ease-in-out;
	}
	96%{
		transform: translatey(-3.846%);
		animation-timing-function: ease-in-out;
	}
}

/*laptop glow*/
#laptop-glow{
	opacity: 0;
}
#laptop-glow.laptop-on{
	opacity: 100%;
}
.laptop-on{
	animation-name: laptop-on;
	animation-duration: 1s;
	animation-timing-function: linear;
}
.laptop-off{
	animation-name: laptop-off;
	animation-duration: 1s;
	animation-timing-function: step-end;
}

@keyframes laptop-on {
	0%{
		opacity: 0%
	}
	100%{
		opacity: 100%
	}
}

@keyframes laptop-off{
	0%, 6.667%, 13.333%, 20%, 50%, 56.667%, 86.667%, 96.667%{
		opacity: 100%;
	}
	3.333%, 16.667%, 53.333%, 90%, 100%{
		opacity: 0%;
	}
	93.333%{
		opacity: 50%;
	}
}

/* Pinting animation */
.paint-anim {
	animation-name: paint-anim;
	animation-duration: 5.3s;
	animation-timing-function: linear;
}
.monocle-anim{
	animation-name: monocle-anim;
	animation-duration: 5.3s;
}
.arm-anim{
	animation-name: arm-anim;
	animation-duration: 5.3s;
	animation-timing-function: linear;
}
.stache-anim{
	animation-name: stache-anim;
	animation-duration: 5.3s;
	animation-timing-function: linear;
}
@keyframes paint-anim{
	0%, 22.013%, 100%{
		transform: rotate(0deg);
	}
	4.403%, 13.208%{
		transform: rotate(-6.3deg);
	}
	8.805%, 17.61%{
		transform: rotate(6.3deg);
	}
}
@keyframes monocle-anim{
	0%, 69.811%, 100%{
		transform: translatey(0%);
	}
	33.962%{
		transform: translatey(0%);
		animation-timing-function: ease-in;
	}
	43.396%{
		transform: translatey(248.819%);
		animation-timing-function: linear;
	}

	59.748%{
		transform: translatey(248.819%);
		animation-timing-function: linear;
	}
}
@keyframes arm-anim{
	0%, 59.748%, 100%{
		transform: translatey(144.796%);
	}
	69.811%, 90.566%{
		transform: translate(0%);
	}
}
@keyframes stache-anim{
	0%, 69.811%, 83.019%, 100%{
		transform: rotate(0deg);
	}
	74.214%{
		transform: rotate(-4.5deg);
	}
	78.616%{
		transform: rotate(4.5deg);
	}
}

/* globe animation */
.globe-anim{
	animation-name: globe-anim;
	animation-duration: 0.967s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.globe-anim-stop{
	animation-name: globe-anim-stop;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
}


@keyframes globe-anim{
	0%{
		transform: translate(0%, 0%);
	}
	100%{
		transform: translate(-59.845%, -48.277%);
	}
}

@keyframes globe-anim-stop{
	0%{
		transform: translate(0%, 0%);
	}
	100%{
		transform: translate(-59.845%, -48.277%);
	}
}

/* mini animation */
.mini{
	transform-origin: 54.889% 69.388%;
	animation: mini-breathe 4s infinite;
}

@keyframes mini-breathe {
	0%, 100%{
		scale: 100% 100%;
	}
	50%{
		scale: 100% 103.3%;
	}
}

#mini-ear{
	transform-origin: bottom left;
}
.mini-twitch-ear{
	animation: mini-ear-twitch 4s linear;
}
@keyframes mini-ear-twitch{
	0%, 6.667%, 18.333%, 25%, 100%{
		transform: rotate(0deg);
	}
	03.333%, 21.667%{
		transform: rotate(12.2deg);
	}
}
.l-wisk-twitch{
	animation: l-wisk-twitch 4s linear;
	transform-origin: 15.714% 79.487%;
}
@keyframes l-wisk-twitch{
	0%, 78.333%, 86.667%, 94.167%, 100%{
		transform: rotate(0deg);
	}
	82.5%, 90%{
		transform: rotate(-15deg);
	}
}

.r-wisk-twitch{
	animation: r-wisk-twitch 4s linear;
	transform-origin: 91.892% 25%;
}

@keyframes r-wisk-twitch{
	0%, 93.333%, 100%{
		transform: rotate(0deg);
	}
	96.667%{
		transform: rotate(6.8deg);
	}
}

/*books*/

.rb-wave{
	animation: rb-wave 1.333s linear infinite;
}
.pb-wave{
	animation: pb-wave 1.333s linear infinite;
}
.bb-wave{
	animation: bb-wave 1.333s linear infinite;
}
.wb-wave{
	animation: wb-wave 1.333s linear infinite;
}

@keyframes rb-wave{
	0%, 100%, 25%{
		transform: translatey(-0%);
	}
	12.5%{
		transform: translatey(-10.345%);
	}
}

@keyframes pb-wave{
	0%, 100%, 12.5%, 37.5%{
		transform: translatey(-0%);
	}
	25%{
		transform: translatey(-10.417%);
	}
}

@keyframes bb-wave{
	0%, 100%, 25%, 50%{
		transform: translatey(-0%);
	}
	37.5%{
		transform: translatey(-10.033%);
	}
}

@keyframes wb-wave{
	0%, 100%, 37.5%, 62.5%{
		transform: translatey(-0%);
	}
	50%{
		transform: translatey(-10.7%);
	}
}

.book-hop{
	animation: book-hop 0.333s linear;
}

@keyframes book-hop{
	0%, 100%{
		transform: translatey(0%);
	}
	50%{
		transform: translatey(-10.7%);
	}
}

/* Crystal animation */
.crystal-bud{
	position: absolute;
	width: 100%;
	transform: translateY(-34.31%);
	transform-origin: bottom center;
	scale: 40%;
	opacity: 80%;
	transition-property: scale;
	transition-timing-function: ease-in-out;
	transition-duration: 3s;
}

#crystal-bud-l{
	rotate: -15deg;

}

#crystal-bud-r{
	rotate: 15deg;

}

.crystal:hover .crystal-bud{
	scale: 80%;
	transition-property: scale;
	transition-timing-function: ease-out;
	transition-duration: 3s;
}

/* trophy animation */

.trophy-roc{
	animation: trophy-roc 3.967s;
}

@keyframes trophy-roc{
	0% {
		transform-origin: 23.810% 94.982%;
		transform: rotate(0deg);
		animation-timing-function: ease-in-out;
	}
	33.613%, 86.555%, 100%{
		transform-origin: 23.810% 94.982%;
		transform: rotate(0deg);
		animation-timing-function: linear;
	}
	25.21%{
		transform: rotate(-11.5deg);
		animation-timing-function: ease-in-out;
	}
	34.454%, 87.395%{
		transform-origin: 84.416% 82.437%;

	}
	58.824%{
		transform: rotate(19.1deg);
		animation-timing-function: ease-in-out;
	}
	67.227%, 95.798%{
		transform-origin: 84.416% 82.437%;
		transform: rotate(0deg);
		animation-timing-function: linear;
	}
	68.067%, 96.639%{
		transform-origin: 23.810% 94.982%;
	}
	80.672%{
		transform: rotate(-6deg);
		animation-timing-function: ease-in-out;
	}
	91.597%{
		transform: rotate(3.9deg);
		animation-timing-function: ease-in-out;
	}
	98.319%{
		transform: rotate(-1.8deg);
		animation-timing-function: ease-in-out;
	}
}

@keyframes falling {
	0%, 100%{
		rotate: 5deg;
	}
	50%{
		rotate: -5deg;
	}
}
@keyframes text-falling {
	0%, 100%{
		transform: translatey(0%);
	}
	50%{
		transform: translatey(-50%);
	}

}
/*mobile background animation */
#mobile-bg{
	width: 100vw;
	position: fixed;
	display: none;
}
@keyframes mobile-bg{
	0%{
		transform: translatey(0%);
	}
	100%{
		transform: translatey(-50%);
	}
}

/*Font families*/
@font-face{
	font-family: marker-1985;
	src: url(fonts/Marker-Normal.ttf) format(truetype);
}

@font-face{
	font-family: marker-1985;
	src: url(fonts/Marker-Bold.ttf) format(truetype);
	font-weight: bold;
}

@font-face{
	font-family: marker-1985;
	src: url(fonts/Marker-Black.ttf) format(truetype);
	font-weight: 500;
}
/* @media vw details */


@media only screen and (max-width: 913px) {
	.scene{
		margin-bottom: 0;
		width: 100vw;
		aspect-ratio: unset;
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		row-gap: 10vh;
		padding-bottom: 20vh;
		padding-top: 20vh;
	}
	#mobile-bg{
		display: block;
		animation: mobile-bg 10s infinite linear;
	}
	.BG {
		display: none;
	}
	.window-frame{
		display: none;
	}
	.chair{
		display: none;
	}
	.desk{
		display: none;
	}
	.p-table{
		display: none;
	}
	.s-frame{
		display: none;
	}
	#book-1{
		display: none;
	}
	.float-l{
		justify-self: left;
		margin: auto;
		margin-left: 8%;

	}
	.float-r{
		justify-self: right;
		margin: auto;
		margin-right: 8%;
	}
	.paint{
		position: relative;
		width: 50vw;

	}
	.fiend{
		position: relative;
		width: 50vw;
	}
	.fiend .free-fallin{
		transform: rotate(45deg);
	}
	.news{
		position: relative;
		width: 50vw;
	}
	.trophy{
		position: relative;
		width: 50vw;
	}
	.mini{
		position: relative;
		width: 50vw;
	}
	.globe{
		position: relative;
		width: 50vw;
	}

	.laptop{
		position: relative;
		width: 50vw;
	}
	.phone{
		position: relative;
		width: 50vw;
		top: 0;
		left: 0;
	}
	.books{
		position: relative;
		width: 50vw;
	}
	.crystal{
		position: relative;
		width: 50vw;
	}

	h1.label{
		scale: 100%;
		font-size: 9vw;
	}
	a.float-l div h1.label{
		top: 20%;
		left: 150%;
		transform-origin: center;
		rotate: 0deg;
		animation: text-falling 3s infinite;
	}
	a.float-r div h1.label{
		top: 20%;
		left: -150%;
		transform-origin: center;
		rotate: 0deg;
		animation: text-falling 3.5s infinite;
	}
	a.float-l div{
		width: 30vw;
		top: 0;
		left: 0;
	}
	a.float-r div{
		width: 30vw;
		top: 0;
		left: 0;
	}

	.free-fallin{
		animation: falling 5s infinite;
		height: 100%;
		width: 100%;
	}
	.float-r .free-falin{
		animation: falling 4.5s infinite reverse;
	}
	footer{
		display: none;
	}
	#home-page-body{
		overflow: auto;
	}
}