body {
	font: 15px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
	color: #000000;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-background: #FFFFFF;
}

.templatemo_contacttitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.templatemo_sub_contacttitle {
    width: 100%;
    font-size: 22px;
    color:#000000;
    text-align: center;
    margin-bottom: 50px;
}

.templatemo_contact {
    margin: 30px;
    width: 100%;
    margin-left: 15%;
}

.templatemo_contactform input, textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #393939;
    padding: 7px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #FAFAFA;
}

.templatemo_contactform textarea {
    height: 100px;
}


.templatemo_contactform .btn-primary {
    background: #c3c7c1;
    border: none;
    border-radius: 0px;
    color: #000000;
    font-weight: 800;
}

.templatemo_contactform .btn-primary:hover {
	background: #000000;
	color: #c3c7c1;
}
