/*
 Theme Name:   Comming soon
 Description:  Comming soon Theme
 Author:       JoinWeb
 Version:      1.0.0
*/
/* 
html { 
  background: url("images/coming_soon.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background: transparent;
}
 */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
} 
 #bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  /* background-color: #C3BCAD; */
  background: url("../images/backround.png");
  z-index:-1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
 #logoContainer{
	background: #fff;
	min-height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#logoContainer ul {margin-bottom: 5px; }
#mc_embed_signup  {margin-top: 10px;}

.left {
	float: left;
}

.right {
	float: right;
}
.clear {
	clear: both;
}

#logo img {
	max-width: 100%;
}


html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}

#home_label {
	max-width: 240px;
	width: 100%;
	position: relative;
	display: inline-block;
}

@media (max-width:767px) {
    .text-right {text-align:left;}
}


#home_desc {
	margin: 0 auto;
    max-width: 500px;
    z-index: 1000;
	margin-top: 20px;
	font-size: 1.5rem;
}

.social {
	width: 25px;
}
.contactInfo {
	font-size: 1.4rem;
}
.siteName {
	font-size: 2rem;
}