@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700i&display=swap');



 *{
	 padding: 0;
	 margin: 0;
	 text-decoration: none !important;
	 list-style: none;
	 outline: none;
 }

body {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	font-weight: lighter !important;
	font-family: 'Nunito Sans', sans-serif;
	background: #000000;
	max-height: 100vh;
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}

::-moz-selection {
 background: #fcc73a;
 color: #000;
 text-shadow: none;
}
::selection {
	background: #fcc73a;
	color: #000;
	text-shadow: none;
}
.clear {
	clear: both;
	color: #fff;
}
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*************************************************
******** ***  ** COMMON STYLES** *** *************
**************************************************/


.ComingSoon {
	width: 100%;
	margin: 0 auto;
	background: url(../images/ComingSoonBg.jpg);
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	display: flex;
	height: 100vh;
	flex-flow: column wrap;
	box-sizing: border-box;}

.ComingSoonBox {
	width: 100%;
	max-width: 690px;
	position: relative;
	z-index: 999;
	height: auto;
	margin: auto auto;
	/* top: 47%; */
	/* left: 50%; */
	z-index: 1002;
	/* transform: translateX(-50%) translateY(-50%); */
}
.Logo{
	width: 100%;
	margin: 0 auto;
	max-width: 290px;
	display: block;
	margin-bottom: 5%;
}
.ComingSoon h1{
	font-size: 60px;
	font-size: 3.5vmax;
	text-align: center;
	color: #fff;
	line-height:95px;
	line-height: 4vmax;
	padding-top: 25px;

}

.ComingSoon p{
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 15px;
	animation-delay: .5s;

}

  
  @media (max-width:900px){


				
		

}



  
  @media (max-width:900px){


	.Logo {
		
		max-width: 140px;
	}
	.ComingSoon h1 {
		font-size: 75px;
		font-size: 4vmax;
		text-align: center;
		color: #fff;
		line-height: 95px;
		line-height: 5vmax;
		padding-top: 10px;
	}
	.ComingSoon p {
		font-size: 15px;
		padding:2px;

	}

  }



  
