.mceContentBody img, #body img{
	width:100%;
	max-width:100%;
	height:auto;
}
h1{
    font-size:3em;
}
h2{
    font-size:2em;
}
#emailForm label{
    font-size:1.2em;
    padding-left:3%;
}
#emailForm label, #emailForm input, #emailForm textarea, #emailForm select {
clear: both;
width: 300px;
}
#emailForm textarea {
width: 100%;
height: 150px;
}