body, html {
	margin:0;
	padding:0;
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4 {

}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }


.wrap {
	width: 100%;
}





.contact_row label {
	width: 100%;
	height: 32px;
}
.contact_row input {
	font-family: 'Nunito', sans-serif;
    width: 100%;
	padding: 0 10px;
	height: 50px;
    line-height: 50px;
	font-size: 16px;
	border: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.contact_row select {
    width: 100%;
    height: 50px;
    line-height: 50px;
	font-size: 16px;

	border: 1px solid #c3c3c3;
	margin-bottom:20px;
}
.contact_row textarea {
	font-family: 'Nunito', sans-serif;
	width: 100%;
	height: 150px;
    line-height: 32px;
	font-size: 16px;
	border: 1px solid #c3c3c3;
	padding: 10px;
	margin-bottom: 20px;
}
#sendButton {
	height: 43px;
    line-height: 39px;
    font-size: 24px;
    font-family: 'MyriadPro-Regular';
    padding: 0 23px;
	border: 2px solid #135d9c;
    outline: 0;
    background: #135d9c;
	color: white;
}
