body {
	font-family: 'Raleway', sans-serif;
}
.contentArea {
	padding: 4rem 1.5rem;
}
p{
 color:#3d3d3d!important;
}
.bg-dark{
	background-color:#055395!important;
}
.divider{
	width:100%;
	height:2px;
	background-color:#e1e1e1;
	margin:20px 0px 20px 0px;
}
.navbar-dark .navbar-nav .active>.nav-link{
	color:#fff;
	font-weight:bolder;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.submitTitle {
	background-color:#EC7C25;
	height:auto;
	width:100%;
	color:#fff;
	background-image:url(https://storage.googleapis.com/hwc-notice-public/submit-square-bg.jpg);
	background-repeat:no-repeat;
	padding:20px 0px 20px 100px;
	margin:20px 0px 20px 0px;
}
.aboutTitle {
	background-color:#008da8;
	height:auto;
	width:100%;
	color:#fff;
	background-image:url(https://storage.googleapis.com/hwc-notice-public/about-square-bg.jpg);
	background-repeat:no-repeat;
	padding:20px 0px 20px 100px;
	margin:20px 0px 20px 0px;
}
.helpTitle {
	background-color:#8ebd3e;
	height:auto;
	width:100%;
	color:#fff;
	background-image:url(https://storage.googleapis.com/hwc-notice-public/help-icon-bg.jpg);
	background-repeat:no-repeat;
	padding:20px 0px 20px 100px;
	margin:20px 0px 20px 0px;
}
.videoTitle {
	background-color:#045395;
	height:auto;
	width:100%;
	color:#fff;
	background-image:url(https://storage.googleapis.com/hwc-notice-public/video-icon-bg.jpg);
	background-repeat:no-repeat;
	padding:20px 0px 20px 100px;
	margin:20px 0px 20px 0px;
}
.videoTitle h1{
text-shadow: -2px 1px 5px rgba(7, 7, 7, 0.68);
}
.helpTitle h1{
text-shadow: -2px 1px 5px rgba(7, 7, 7, 0.68);
}
.aboutTitle h1{
text-shadow: -2px 1px 5px rgba(7, 7, 7, 0.68);
}
.submitTitle h1{
text-shadow: -2px 1px 5px rgba(7, 7, 7, 0.68);
}
