html, body {
  background-color: #000000;
}

/* @group contact */

#contact {
	padding-top: 0;
	color: #595959;
}
#contact img {
	margin-bottom: -20%;
}
#contact p.country {
	font-family: 'Roboto' !important;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 1em;
	text-transform: uppercase;
}
#contact h3 {
	color: #ff0000;
	font-size: 1.3em;
	padding: 0;
}
#contact p.reg {
	font: 0.9em 'Roboto' !important;
	font-weight: 300 !important;
}
#contact div {
	position: relative;
}
#contact>div>div {
	background-color: #ffffff;
	padding: 20px;
	margin: 0 20px 20px;
	line-height: 1.3em;
}
/*#contact div.malaysia {
	background: url(../images/hrdf.svg) 95% 95% / 100px no-repeat #ffffff !important;
	padding-bottom: 100px;
}*/
@media only screen and (min-width:769px) {
	#contact>div>div {
		width: 40%;
		height: 22em;
		margin-right: 5%;
		margin-left: 5%;
		float: left;
	}
	#contact div.malaysia {
		padding-bottom: 0;
	}
}


/* @end */

/* @group form */
form {
	padding-bottom: 120px !important;
}
form h2 {
	/*color: #ff0000;*/
}
form .button {
	margin-top: 1em;
}
form textarea {
	height: 8em;
}

/* @end */