@import url(http://fonts.googleapis.com/css?family=Lato:400,900&subset=latin,latin-ext);

body {
	font-family: 'proxima-nova', "Lato";

	color: white;
}


.left, .green {
	height: 900px;
}


.green {
	background-color: #94c947;
	
}

#logo  {
	margin-top: 50px;
}

.left {
	background-image: url("https://ununsplash.imgix.net/photo-1417007594043-344e0104c3ce?fit=crop&fm=jpg&h=700&q=75&w=1050");
	background-image: url("./res/bg.jpg");
	background-size: cover;
	text-align: center;
	
}

#left-content {
	margin-top: 50%;
	padding-bottom: 100px;
	
	
}

#mc_embed_signup {
	background-color: #94c947;
	width: 600px;
}


#mc_embed_signup .button {

	clear: both;
  background-color: #94C947;
  
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  height: 48px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  border: 1px solid white;
}

#mc_embed_signup .button:hover {
	background-color: #fff;
	color: #94C947;
}


#mc_embed_signup .mc-field-group input {
	color: #fff;
	height: 48px;
	width: 500px;
	font-size: 18px;
	background-color:rgba(255, 255, 255, 0.2);
	border: 1px solid #FFF;
	border-radius: 4px;
}

#mailchimp {
	/*border-top: 1px solid white;*/
}


#mc_embed_signup h2 {
	font-family: "Lato";
	font-weight: normal;
	font-size: 18px;
	/*margin: 0px;*/
	padding: 0px;
	text-transform: uppercase;
}

#mc_embed_signup .mc-field-group label  {
	display: none;
}

h3 a {
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	 padding: 10px 20px;
  	border: 1px solid white;
  	border-radius: 4px;
  	margin-top: 40px;
}

h3 a:hover {

	
	text-decoration: none;
	background-color: #fff;
	color: #94C947;
}


#imagine {
	
	margin: -50px 0;
	margin-left: -50px;
}