/*
Theme Name: Minera Child
Description: Minera Child theme form Haintheme
Author: haintheme
Author URI: http://haintheme.com/
Template: minera
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.coming_soon h1{
	font-size: 110px;
	color: #fff;
	text-align: center;
	padding-top: 300px;
	letter-spacing: 24px;
	text-transform: uppercase;
	font-weight: bolder;
}
#page-2{
	background-image: url(/wp-content/uploads/2018/04/bg-infinity.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.coming_soon{
	padding-top: 100px;
}
.coming_soon a{
	color: #fff;
	font-size: 17px;

}
p {
	text-align: center;
}
a.maillink{
	bottom: 26px;
	position: absolute;
}

@media screen and (max-width: 760px){
	.coming_soon h1{
		font-size: 38px;
	}
	a.maillink{
		position: relative;}
	p.content{
		padding-top: 20px;}
	img{max-width: 70%!important;}
	
}
@media screen and (max-height: 900px){
	.coming_soon h1{
		padding-top: 100px;
	}
}


