
* {
  box-sizing: border-box;
}

body {
	width: 100%;	
	background-color: rgba(255,255,255,0.1); 
}

#main_wrapper {
	
	width: 1150px;
	margin: 25px auto 25px auto;
	padding: 0;
	
	color: black;
	background-color: rgba(255,255,255,0.1);
	border-radius: 20px;	
	/* border: 1px solid DarkGrey;*/	
	overflow: hidden;		
	box-shadow: 1px 1px 10px 1px #333333;	
	
	/* text-shadow: 2px 2px 4px #000000; */
}

/* --- Google Fontz ---                                     */
/************************************************************/
.Montserrat		{ font-family: 'Montserrat', sans-serif; }
.Raleway		{ font-family: 'Raleway', sans-serif; }
.TitilliumWeb	{ font-family: 'Titillium Web', sans-serif; }

.GradientBackground {
background: rgb(33,89,127);
background: -moz-linear-gradient(top, rgba(33,89,127,1) 0%, rgba(0,183,234,1) 100%);
background: -webkit-linear-gradient(top, rgba(33,89,127,1) 0%,rgba(0,183,234,1) 100%);
background: linear-gradient(to bottom, rgba(33,89,127,1) 0%,rgba(0,183,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21597f', endColorstr='#00b7ea',GradientType=0 );
}

.main_head {
	width: 100%; 
	height: 150px;
	background: linear-gradient(to bottom, rgba(0,183,234,1) 0%,rgba(33,89,127,1) 100%);
}

.main_head  * {
	margin: 0;
	line-height: 150px; 
	text-align: center; 
	font-size: 75px;
	color: #fff;
	text-shadow: 2px 2px 12px #000000;
}

.main_content_wrapper  {
	margin: 0px;
	padding: 20px;
	width: 100%; 
	height: 500px;
	/* background-size: cover; */ 
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("./traffic.jpg");
}


.main_content_section {
	padding: 15px;
	line-height: 75px; 
	text-align: left; 
	font-size: 40px;
	font-weight: 700;
	color: #002db3;
	text-shadow: 1px 1px 3px #000000;
	background-color: transparent;	
}

.main_content_article {
	padding: 10px; 
	color:	white;
	background-color: #ffbf00;
}
.main_content_footer {	
	padding: 5px; 
	width: 100%; 
	height: 75px;	
	text-align: center; 
	line-height: 25px;
	color: #ffffff;
	text-shadow: 2px 2px 3px #555555;	
	font-size: 25px;
	font-weight: 900;
	font-family: 'Titillium Web', sans-serif;
	background: linear-gradient(to bottom, rgba(33,89,127,1) 0%,rgba(0,183,234,1) 100%);
	
}




