body, a {
	color: rgb(245, 245, 245);
}

.container {
	min-width: 40.0rem;
	max-width: 60.0rem;
	padding-bottom: 5rem;
	padding-top: 7rem;
	text-align: center;
	/* margin: 2rem auto; */
}

.wrapper {
	background: #313131;
}

#home {
	height: 50vh;
	position: relative;
	max-height: 100vh;
	min-width: 30vw;
	padding-top: 20vh;
}

#home h1 {
	/* left: 50%; */
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translate(-50%, -50%); */
}
#home img {
	height: 128px;
}

#home h1 span.branding {
	color: #7e211d;
}

span.branding {
	font-weight: bold;
}

.button.button-primary, 
	input[type='submit'].button-primary {
	border-color: #7e211d;
	background-color: #7e211d;
	color: rgb(245, 245, 245);;
}

input[type='email'] {
	background-color:  rgb(245, 245, 245);
}

input[type='email']:focus, 
	input[type='number']:focus, 
	input[type='password']:focus, 
	input[type='search']:focus, 
	input[type='tel']:focus, 
	input[type='text']:focus, 
	input[type='url']:focus, 
	textarea:focus, select:focus {
	border-color: #7e211d;
	outline: 0;
}

#mc_embed_signup{
	background:#313131;
	clear:left; 
	font-size:14px;
	width:100%;
}

footer, #intro {
}

footer span.heart {
	color: #7e211d;
	font-size: 2.5rem;
}

.copy {
	color: #696969;
}

/* Larger than mobile screen */
@media (min-width: 40.0rem) {

}

/* Larger than tablet screen */
@media (min-width: 80.0rem) {

}

/* Larger than desktop screen */
@media (min-width: 120.0rem) {

}

