
body{
	background-color: inherit;
	width: 90%;
	margin: auto;
	position: relative;
}
#btnContactUs{
	background-color: #0075bc !important;
	border-bottom: 5px solid #005A91 !important;
	background-image: none;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 15px;
}
#btnContactUs:active{
	border-bottom: 2.5px solid #005A91 !important;
	transform: translateY(2.5px);
}
.container{
	padding-left: 0;
	padding-right: 0;
}