body{
	background:#fff;
	font-family:"Roboto Condensed";
}
.chemical,
.engitech{
	text-align:center;

}
.chemical a{
	background:#f84f02;
	font-size:20px;
	border-radius:25px;
	display:inline-block;
	padding:10px 30px;
	text-decoration: none;
	color:#fff;
	font-weight:700;
}
.chemical a:hover{
	background:#fff200;
	color:#ed1c24;
	font-weight:700;
}
.engitech a{
	background:#f84f02;
	font-size:20px;
	border-radius:25px;
	display:inline-block;
	padding:10px 30px;
	text-decoration: none;
	color:#fff;
	font-weight:700;
}
.engitech a:hover{
	background:#fff200;
	color:#ed1c24;
	font-weight:700;
}
.logo img{
	margin-top:70px;
}
.logo h2{
	margin-bottom:70px;
	font-size:50px;
	color:#ed1c24;
	font-weight:700;
	text-transform:uppercase;
}
@media only screen and (min-width: 321px) and (max-width: 359px) {
div.logo{
	margin-top:230px!important;
}
}

@media only screen and (max-width: 320px) {
div.logo{
	margin-top:230px!important;
}
}