h5 {
	line-height: 2rem;
}
form {
	display: flex;
	flex-direction: column;
	width:200px;
	padding: 15px;
	width:400px;
}

input,
textarea {
	font-size: 1rem;
}

input[name="email"] { 
    height:20px;
    padding-left: 10px;
}

textarea[name="message"] { 
    height:200px;
    padding: 10px;
}

.form-container {
	border: 2px solid #addbc0;
	border-radius: 5px;
	width: 400px;
	display: flex;
	justify-content: center;
	background: #f1f1f1;
}

label {
	line-height: 1.5rem;
}

button[type="submit"] {
	height:30px;
}

button[type="submit"]:hover {
	background:#99ffcc;
	border:1px solid grey; 
}

/*===============================

mailchimp

===============================*/

/*#mc-embedded-subscribe-form{
	padding: 0;
	background: red;
}*/

#mc_embed_signup form {
	padding: 0;
	margin:0;
	background:;
}

/*===============================

responsive

===============================*/

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 700px) {	
}

@media only screen and (max-width: 610px) {
}

@media only screen and (max-width: 500px) {
	.form-container {
		width:250px;
	}
}