@charset "utf-8";
/* CSS Document */
section {
	padding: 0 15px;
}
.drawCanvas {
	height: 300vh;
	padding-top: 150px;
}
.AnimatedLogoWrapper {
	margin: auto;
	padding-top: 5%;
	width: 100%;
	max-width: 600px;	
}
#Rings {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 215px;	
}
#CAVE {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	margin-top: 60px;
}
.ring_path {
	visibility: hidden;
}
.section2 {
	height: 100vh;
}
.section3 {
	/*height: 150vh;*/
	height: 100vh;
	color: #fff;
	position: relative;
}
.section3 div {
	margin: 0 5px;
}
.section3 h2 {
	font-size: 36px;
	opacity: 1;
}
.section3 p {
	opacity: 1;
}

@media only screen and (min-width: 600px) {
	#Rings {
		max-width: 308px;	
	}
	#CAVE {
		max-width: 500px;
	}	
}
@media only screen and (min-width: 768px) {
	/*.section2 {
		height: 170px;
	}*/
	.section3 {
		height: auto;
		color: #fff;
		position: relative;
	}
	.section3 div {
		margin: 0 5px;
	}
	.section3 h2 {
		font-size: 36px;
		opacity: 1;
	}
	.section3 p {
		opacity: 1;
	}
}
@media only screen and (min-width: 992) {
	
}
@media only screen and (min-width: 1200px) {
	.drawCanvas {
		height: 500vh;
		padding-top: 80px;
	}
	.section2 {
		height:100vh;
		color: #fff;
	}
	.section3 {
		height: auto;
	}
	#BPT2 {
		width:100%;
		text-align:center;
		position:absolute;
	}
	.section3_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		height: 100vh;
	}
	.section3 h2 {
		font-size: 36px;
		opacity: 0;
	}
	.section3 p {
		opacity: 0;
	}
}
@media only screen and (min-width: 1366px) {
	#lcol, #mcol, #rcol {
		width: 300px;
	}
	
}
@media only screen and (min-width: 1600px) {
	#lcol, #mcol, #rcol {
		width: 400px;
	}
	#Rings {
		max-width: 370px;	
	}
	#CAVE {
		max-width: 600px;
	}		
}
@media only screen and (min-width: 1920px) {
	
}
