#content {

}

h1 {
position: relative;
left: 339px;
text-align:left;
clear: both;
display: inline-block; /*this fixes rendering issue on IOS. Without it, the H1 takes up space off-screen to the right */
}

h3,h4 {
margin: 0px 0px;
}



.bio-image p {
text-align:left;
margin: 0 0 0 53px;

}

input {
width: 100%;
height: 25px;
margin-bottom: 10px;
border: 1px solid #3A655B;
border-radius: .5em;
}

textarea {
width: 100%;
height: 85px;
margin-bottom: 20px;
border: 1px solid #3A655B;
border-radius: .5em;
}

input[type="submit"] {
background-color: #3a655b;
color: #f4f4ea;
width:150px;
}