/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body{
	margin:0;
	padding:0;
	color: #fff;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.wrapper{
    text-align: center;
}

.logo{
	width: 100%;
	padding: 20px 0;
	background: #fff;
}

h1#logo{
	background: url('../images/logo.png') no-repeat 50% 50%;
	width: 94px;
	height: 104px;
	margin: 0 auto;
	position: relative;
}
h1#logo strong{
	position: absolute;
	left: -10000px;
}
.comingsoon{
	width: 100%;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #683873;
	text-align: center;

}
.comingsoon h2{
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid #fdedff;
	padding-bottom: 4px;
	margin-bottom: 40px;
}


.comingsoon p{
	font-size: 20px;
	line-height: 26px;
}

.social{
	width: 70%;
	padding: 50px 15% 10px;
}

.social a{
	color: #683873;
	margin: 0 10px;
}

.social a:hover{
	color: #814690;
}

#mc_embed_signup{color: #222; clear:both; margin-bottom: 60px;  }
#mc_embed_signup label{
	font-size: 16px;
	font-weight: 300;
	}
#mc_embed_signup input[type=email]{
	border: 1px solid #dedede;
	color: #4f4f4f;
	padding: 6px 2px;
	width: 100%;
	max-width: 220px;
}
#mc_embed_signup input.button{
	background: #683873;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 12px;
	line-height: 12px;
}

