.input-heading {
	font-style:						italic;
	display:						block;
}

input, select {
	width:							50%;
	height:							4em;
	margin-top:						1em;
	margin-bottom:					2em;
}

.display-error,.g-recaptcha {
	font-style:						bold;
	width:							50%;
	display:						block;
}

form {
	margin-left:					30vw;
	margin-right:					auto;
	text-align:						left;
	width:							75%;
	max-width:						55vw;
}

.captcha-heading {
	color:							red;
}

.dropdown-button-contact {
	display:						none;
}

@media screen and (max-width: 70rem) {
	form {
		width:						85%;
		max-width:					85vw;
	}

	input, select,.display-error,.g-recaptcha {
		min-width:					40vw;
		max-width:					40vw;
	}
}

@media screen and (max-width: 60rem) {
	input, select, .display-error,.g-recaptcha {
		width:						80%;
		max-width:					55vw;
	}

	form {
		margin-left:				0;
		width:						95vw;
		margin-right:				0;
	}
}

/*
* Switch to desktop
*/
@media screen and (max-width: 40rem) {
	h1 {
		text-align:					left;
	}

	form {
		text-align:					left;
		width:						95vw;
	}

	input, select, .display-error,.g-recaptcha {
		width:						90%;
		max-width:					85vw;
	}

}
