body {
	background-color: #eee;
	font-family: 'Open Sans', sans-serif;
}
body:before {
	background: none;
	box-shadow: none;
}
html, body, .container-fluid {
	height: 100%;
}
.container-fluid {
	position: relative;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.container-fluid > section {
	position: absolute;
	top: 25%;
	width: 100%;
	background:rgba(255,255,255,0.5);
}
.row {
	margin-left: 0;
	margin-right: 0;
}
h1.site-title {
	font-size: 4em;
	font-weight: 800;
	color: #fff;
}
p.site-description {
	font-size: 1.75em;
	font-weight: 600;
	color: #333;
	display: block;
}
a {
	color: #555;
}
p.launch-email {
	margin-top: .25em;
}
@media screen and (max-width: 38.749em) {
	h1.site-title {
		font-size: 2em;
		line-height: 1.125em;
	}
	p.site-description {
		font-size: 1em;
		line-height: 1.125em;
	}
	p.launch-email {
		font-size: 0.85em;
	}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px;
	background:rgba(255,255,255,0.5);
}
.footer, .footer a {
	color: #444;
}
/*-- footer --*/
.container {
  width: auto;
  padding: 0 10px;
  text-align: left;
}
.container p {
  margin: 5px 0;
  font-size: 0.8em;
}

/*-- mail chimp form --*/
#mc_embed_signup input.email, #mc_embed_signup input.button {
	display: inline !important;
	font-weight: 200;
	border-radius: 0;
}
#mc_embed_signup input.email {
	width: 77% !important;
	border: #333 2px solid;
	padding: 7px 0 !important;
	color: #333 !important;
}
#mc_embed_signup input.button {
	height: 38px !important;
	border: #333 2px solid;
	background: none;
	width: 15% !important;
	color: #333;
}
#mc_embed_signup input.button:hover {
	background: #333;
	color: white;
	padding: 0 5px;
	border-color: #333;
	-webkit-transition: 0.3s;
  transition: 0.3s;
}


@media screen and (max-width: 38.749em) {
	#mc_embed_signup input.email, #mc_embed_signup input.button {
		font-size: 11px;
	}
	#mc_embed_signup input.email {
		padding: 6px 0 !important;
		width: 60% !important;
	}
	#mc_embed_signup input.button {
		height: 29px !important;
		width: 15% !important;
		line-height: inherit;
	}
	.footer {
		height: 22px;
	}
	.container p {
		margin: 5px 0;
		font-size: 0.6em;
	}
}

