.page-content {
    float: none;
    min-height: 300px;
    width: 100%;
    background-color:#FFFFFF;
}
h1.heading1 {
    text-align: center;
    font-family:Varela, sans-serif;
    font-weight:400;
    color:#FFFFFF;
}
@media only screen and (min-width : 768px) {
    .page-content {
	min-height: 700px;
	width: 100%;
	background-color: #FFFFFF;
    }
}
@media only screen and (min-width : 1024px) {
}
