div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	border: 0;
	outline: none!important;
}
.clear {
	clear: both;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover, a:focus {
	text-decoration: underline;
	color:inherit;
}


img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* ==========================================================================
   General
   ========================================================================== */



*, ::after, ::before {
  box-sizing: border-box;
}
html, body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	padding: 0px;
	margin: 0;	
	background-color: #faf6f3;
	background-image: url(images/comingsoon-patern-bg.webp) ;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-cover-container{
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-content{
	margin: 0;
	padding: 0;
	max-width: 426px;
	margin-bottom: 20px;
}