/*
	Template Name 	: Minimal Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#particles-js canvas{
	display: block;
}

.comming-soon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	padding: 40px 0;
	display: flex;
	align-items: center;
}

.coming-soon-box{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}

.logo{
	text-align: center;
}

.logo h1{
	color: #99a777;
	font-size: 52px;
	font-weight: 600;
}

.logo p{
	font-size: 14px;
	color: #99a777;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 300;
}
.line {
    height: 2px;
    background: #99a777;
    margin-bottom: 30px;
}

.coming-text{
	padding: 40px 0;
}

.coming-text h2{
	font-size: 60px;
	color: #99a777;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}


/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:981px){
	.coming-text{
		padding: 30px 0;
	}
	
	.coming-text h2{
		font-size: 56px;
	}
}

@media only screen and (max-width:568px){

	.comming-soon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 100%;
	}
}

@media only screen and (max-width:480px){
	.logo h1{
		font-size: 30px;
	}
	
	.logo p{
		font-size: 10px;
	}
	
	.coming-text{
		padding: 20px 0 30px;
	}
	

	.coming-text h2 {
		font-size: 32px;
	}
	

}

@media only screen and (max-width:360px){
	
}