html{
	height:100%;
	
}
body{
	/* background: url(../img/layer.jpg) no-repeat center center;); */
	/* height:100%; */
	color:#fff;	
	font-family:'Verdana';
	background-color:#1A1A1A;
}


/* Home Style */
header {	
	background-size: cover;
	color: #fff;
	position: relative;
	margin-top:13%;
}

.first-heading{
	font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 30px;
	font-weight: bold;
}

.coming-soon{	
	font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}
.footer_logo{
	margin-top:30px;
}
a.links{
	color : #ffffff;
}
a.links:hover{
	color : grey;
}


@media (max-width: 1024px)
 {
	 
	 
	 .first-heading {
		font-size: 20px;
	 }
	 
	 header{
		  margin-top:25%;
	  }
 }
 
 @media (max-width: 768px)
 {
	 
		header{
		  margin-top:45%;
	  }
	  .first-heading {
		font-size: 20px;
	  }
	  
 } 

 
@media (max-width: 480px)
 {
	header{
		  margin-top:30%;
	  }
	  .meritex img{
		  width:265px;
	  }
	   .first-heading {
		font-size: 26px;
		margin-bottom: 10px;
		text-align: center;
		}
		
		.coming-soon{
			font-size:15px;
		}
		
 }

 
 