body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0px;
}
.subs-popup {
	display: none;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
#mc_embed_signup {
	background-color:#FFFFFF;
	clear:left;
	font:16px Helvetica, Arial, sans-serif; 
	width:400px;
	margin: 200px auto;
	box-shadow: 0px 0px 30px 5px rgb(0,0,0);
	position: relative;
}
#mc-embedded-subscribe-form {
}
.email-close {
	height: 25px;
	width: 25px;
	position: absolute;
	top: -6px;
	right: -6px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	border: 3px solid #aaa;
	box-shadow: 0px 0px 4px 1px rgb(0,0,0);
	cursor: pointer;
	z-index: 999;
}
.email-close:active {
	top: -9px;
	right: -5px;
}

h2 {
	color:#062A40;
}
p {
	color:#8A959C;
}