.LocalNewsContainer{
	width: 70%;
	float: left;
}
.LocalNews{
	
	
}

.LocalNewsBanner{
	background-color: white;
	color: blue;
	opacity: 1;
	text-align: center;
	font-size: 35;
}	

.NewsContain{
	background-color: blue;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	transition: background-color 2s;
	color: white;
	font-size: 25px;
	text-align: center;
}
.NewsContain:hover{
	background-color: #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

.NewsTitle{
	color: white;
	font-size: 25px;
	text-align: center;
}

.NewsMain{
	color: white;
	font-size: 16px;
	margin: 5px;
}
.Image{
	width: 100%;
}
.Locations{
	float: left;
	margin: 10px;
}
.LocationCont{
	display: block;
	color: white;
	font-size: 16px;
	
	width: 100%;
	
}
.LocationCont2{
	display: block;
	color: white;
	font-size: 16px;
	
	width: 85%;
	
}
.LocationCont:hover{
	
		
}
.FullImage{
	width: 90%;
}