
@font-face {
    font-family: "AGaramondPro-Regular";
    src: url("fonts/AGaramondPro-Regular.otf");
}





main {
}

#mc_embed_signup{
	clear:left; 
	font:.88em Helvetica,Arial,sans-serif; 
	margin-top: 40px;
}

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */


body {
	background: url("images/bg.jpg"); 
	background-position: center; 
	background-size: cover; 
	background-color: #F4B194;
	text-align: center; 
	padding-bottom:40px;
}



#logo {
	width: 10em;
	margin-top: 4em;
	margin-bottom: 8em;
}


.explainer-text {
	line-height: 1.43em; 
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;;
	color: white;
	text-align: left;  
}



.email-input {
	background: transparent;
	width: 400px;
/*	height: 100%;*/
	border: 2px solid white;
	padding-left: 20px;
	font-size: .6em;
	font-family: 'Open Sans', sans-serif; 
	letter-spacing: 1.67; 
	color: white; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: white;
}


#mc_embed_signup_scroll label {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: white;
	letter-spacing: .75; 
	margin-bottom: 15px;
}




.submit-btn {
	/*height: 100%;*/
	/*width: 141px;*/
	background: white; 
	border-radius: 0px;
	border: 0px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: .7em;
	letter-spacing: 2.2;
	margin-left: -4px; 
	padding: 0 15px;
	cursor: pointer; 

}



#mc_embed_signup input {
	display:inline-block;
	height: 100%;
}

.email-input-container {
	height: 44px;
}

h1 {
	font-family: "AGaramondPro-Regular", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	font-size: 3.75em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.43em;
	color: white;
	letter-spacing: .75;
}

input {
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}


h1, h2, h3 {
	font-weight: bold;
}


@media (max-width: 700px) { 
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.1em;
	}

	.explainer-text {
		line-height: 1.3em; 
		font-size: .9em;
	}

	#logo {
		margin-bottom: 6em;
	}

	#mc_embed_signup .email-input {
		width: 100%;
		height:100%;
	}

	

	.submit-btn {
		/*height: 45px;*/
		
		margin-left: 0px; 
		display:inline-block;
		width:100%;
		height:100%;
		margin-bottom: 50px;
		font-size:.8em
	}

	.email-input {
		font-size: .7em;
	}
	.submit-btn-container {

	}

	input {
		border-radius: 0;
	}


}



