.nav li a { font-family: 'Lato', sans-serif; font-weight:400; color:#000000; font-size:22px; }

h1 { font-family: 'Lato', sans-serif; font-weight:700; color:#2F7684; font-size:32px; }

h2 { font-family: 'Lato', sans-serif; font-weight:700; color:#000000; font-size:24px; }

p { font-family: 'Lato', sans-serif; font-weight:400; color:#000000; font-size:16px; }

a { font-family: 'Lato', sans-serif; font-weight:400; color:#2F7684; font-size:16px; }

#main_form_div { display: flex; flex-direction: row; background:#fdb338; padding:0px; height:100%; }


@media only screen and (max-width: 600px) {
	
#main_form_div { display: block;	}
	
}	