body {
	font-family: Roboto;
	background: #F9F9F9;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	font-size: initial;
	color: #2D2D2D;
}

a:link {    /* unvisited link */
    color: #2D2D2D;
    text-decoration: none;
}

a:visited { /* visited link */
    color: #2D2D2D;
	text-decoration: none;
}

a:hover {   /* mouse over link */
    color: #6D7B7B;
	text-decoration: underline;
}

a:active {  /* active link */
    color: #FF5D55;
	text-decoration: underline;
}

.label {
	margin: 2px 0;
}

.field {
	margin: 0 0 20px 0;
}	

.content {
	width: 50%;
	margin: 0 auto;
}

h1, h2 {
	font-weight: normal;
}

div#central {
	margin: 10px 0px 10px 0px;
}

@media all and (min-width: 768px) and (max-width: 979px) {
	.content {
		width: 750px;
	}
}

@media all and (max-width: 767px) {
	body {
		margin: 0 auto;
		word-wrap:break-word;
	}

	.content {
		width:auto;
	}

	div#central {
		margin: 40px 20px 100px 20px;
	}
}

#frmContact .label {
	margin: 2px 0;
}

#frmContact .field {
	margin: 0 0 20px 0;
}

div#central {
	margin: 10px 0px 10px 0px;
}

#frmContact input, #frmContact textarea {
	width: 100%;
	padding: 10px;
	font-size: 1em;
	border: 1px solid #A1A1A1;
    box-sizing: border-box;
}

#frmContact button {
	box-shadow: 0px 10px 14px -7px #FFFFFF;
	background: linear-gradient(to bottom, #EDEDED 5%, #DFDFDF 100%);
	background-color: #EDEDED;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #2D2D2D;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#frmContact button:hover {
	background: linear-gradient(to bottom, #DFDFDF 5%, #EDEDED 100%);
	background-color: #DFDFDF;
}

#frmContact button:active {
	position: relative;
	top: 1px;
}

#message {
	padding: 30px;
	background: #F9F9F9;
}

#mail-status {
	padding: 12px 20px;
	width: 100%;
	display: none;
	font-size: 1em;
	color: rgb(40, 40, 40);
}

.error {
	background-color: #F9F9F9;
	margin-bottom: 40px;
	color: #FF5D55 !important;
}

.success {
	background-color: #F9F9F9;
	color: #2D2D2D !important;
}

.g-recaptcha {
	margin: 0 0 25px 0;
}