#contact-form {}
#contact-form > .content-wrapper {}
#contact-form > .content-wrapper > .reflection-form {
	max-width: 800px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------------------*/

#contact-form > .content-wrapper > .reflection-form > .title,
#contact-form > .content-wrapper > .reflection-form > .subtitle,
#contact-form > .content-wrapper > .reflection-form > .description { text-align: center; }

#contact-form > .content-wrapper > .reflection-form > .title,
#contact-form > .content-wrapper > .reflection-form > .subtitle { font-family: 'Stretch Pro'; }

#contact-form > .content-wrapper > .reflection-form > .title {
	margin: 0 auto 25px;
}
#contact-form > .content-wrapper > .reflection-form > .subtitle {
	max-width: 550px;
	margin: 0 auto 35px;
	
	text-transform: uppercase;
}
#contact-form > .content-wrapper > .reflection-form > .description {
	max-width: 350px;
	margin: 0 auto 50px;
}
@media (min-width: 900px) {
	#contact-form > .content-wrapper > .reflection-form > .title { font-size: 24px; }
	#contact-form > .content-wrapper > .reflection-form > .subtitle { font-size: 32px; }
	#contact-form > .content-wrapper > .reflection-form > .description { font-size: 14px; }
}
@media (max-width: 899.99px) {
	#contact-form > .content-wrapper > .reflection-form > .title { font-size: 18px; }
	#contact-form > .content-wrapper > .reflection-form > .subtitle { font-size: 24px; }
	#contact-form > .content-wrapper > .reflection-form > .description { font-size: 14px; }
}