@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

.main-topstory{
	max-width: 650px;
	margin-left: 20px;
	margin-right: 2opx;
	margin-top: 20px;
	margin-bottom: 40px;

}

.main-topstory .top-pic {
	overflow: hidden;
	background-color: coral;
	height: 450px;


}

.main-topstory .top-pic img{

}

.top-headline{
	border-left: 4px solid #fbb925;
	padding-left: 20px;
	margin-bottom: 10px;
}



.main-substory{
	padding: 40px;
	padding-top: 0;
	
}

.main-substory-headline{
	border-left: 3px solid #fbb925;
	padding-left: 15px;
	margin-bottom: 10px;	
}

.main-substory h4{
	color: #cd1719;
	font-weight: bold;
}

.main-substory h5{
	color: #fbb925;
}

.main-substory .pic{
	max-height: 200px;
	max-width: 200px;
	overflow: hidden;
	
	
}

.main-substory .pic img{
	max-height: 200px;
	max-width: 200px;
}

.main-interview{
	min-height: 400px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #4382c3;
	margin-bottom: 20px;

}

	.main-interview img{
		width: 90%;
		height: auto; 
		margin: 10px;
	}

	.main-interview h3{
		margin: 10px;
	}

	.main-interview p{
		margin: 10px;
		color: white; 
	}

.main-substory-2-wrapper{
	padding-left: 20px;	
	padding-right: 20px;	
}

.main-substory-2{
	border-left: 4px solid #000;
	padding: 10px;
	padding-left: 20px;
	margin: 10px 0;
	
}


.sidebar{
	background-color: brown;
	min-height: 1000px;
	margin: 20px 0;
	
}

.footer-wrapper{
	min-height: 200px;	
}


/*
{
	
}
*/