body {background-color:#0c0f10; color:#cf3030;}

a {color:#cf3030; text-decoration:none;}
a:hover {color:#cf3030; text-decoration:underline;}

.logo-section {background-image:url('img/kaia.jpg'); background-size:cover; background-position: bottom center}
.logo-container {
	height: 100vh;
	display: flex;
	transform-style: preserve-3d;
	perspective: 500px;
	cursor: pointer;
}

.thelogo {
	margin: auto;
	width:40rem;
	height:40rem;
	transform-style: preserve-3d;
	transition: all .1s;
	background-image:url('img/temporal.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}


@media (max-width: 575.98px) {  

}

@media (max-width: 767.98px) { 
	
}

@media (max-width: 991.98px) {  
	.thelogo {
		width: 20rem;
		height: 20rem;
	}
}

@media (max-width: 1199.98px) { 
	
}

@media (max-width: 1399.98px) {  

}