@charset "utf-8";

#contact_form			{ background: transparent; }
#messagex				{ text-align: center; margin: 3em 0 0 0; }
#messagex h2			{ font-size: 150%; color: lightgreen; }
#messagex p				{ font-weight: normal; }
#checkmark				{ position: relative; font-size: 7em; color: lightgreen; }

@media screen and (max-width: 480px) {

	#messagex { margin: 3em 0 5em 0; }
	#messagex h2 { font-size: 110%; }
	#messagex p { font-size: 16px; }

}
