/* CSS file */
#e-week {
	background-image: url('/images/events/engineering-week/web-banner-background-web.jpg'); 
	background-repeat: repeat-y; 
	background-position: center;
	background-size: cover;

}

.dark-box {
	background-color: rgba(0, 0, 0, 0.4);
	min-height: 300px; 
	padding: 10px; 
	margin-bottom: 20px; 
	color: #fff;	
}

.dark-box h3 {
	color: white;
	font-weight: 600px;
	
}

@media only screen and (max-width: 768px){
	.dark-box {
		min-height: auto;
	}
}

