
/*------------------------------------MACRO-----------------------------------------*/
body, html{
	margin:0;
	padding:0;
	overflow-x: hidden;
	background-color:#0F0F0F;
}	


@font-face{
    font-family:"imFell_reg";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/IM_FELL_English_Italic.woff2) format('woff2');
}

@font-face{
    font-family:"imFell_it";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/IM_FELL_English_Roman.woff2) format('woff2');
}

@keyframes fadeIn {	
	0%{opacity:0; transform: translateY(100px);}
	100%{opacity:1; transform: translateY(0px);}
}

.pageSection1{
	position:relative;
	width:100vw;
	height: 100vh;
	/*min-height:900px;*/
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	display:flex;
	justify-content:center;
	align-items:center;
}

.comingSoonCon{
	position:relative;
	width:fit-content;
	height: fit-content;
	display:flex;
	flex-direction:column;
	margin: -2% 0 00 0;
    animation: fadeIn 1000ms ease-out forwards;

}

.comingSoonText{
	font-family: "imFell_reg", Times, serif;
	font-size: 1.33rem;
	line-height: 1.33em;
	color: #fff;
	text-align: center;
	margin: 5px;
}

.octText{
	font-family: "imFell_it", Times, serif;
	font-size: 1rem;
	line-height: 1.33em;
	color: #fff;
	text-align: center;
	margin: 5px;
}



.samDancer-fire{
	position: relative;
    width: clamp(300px, 36vw, 666px);
}

.dancerIMG{
	position:relative;
	width:100%;
}



