/*HIDE THE TAG*/
@media screen and (min-device-width: 767px) {

	#header_mobile,
	#footer_mobile,
	#mobile_news_highlight,
	#content_wrap_mobile,
	#home_video_mobile {
		display: none;
	}

	/*HEADER & BASIC ON EVERY PAGE*/
	#header {
		background-color: #48547c;
		padding: 1% 15% 0.1% 15%;
		font-family: 'Century Gothic';
	}

	/*RESEARCH PAGE*/
	#research_info {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* No less than 400px, no greater than 900px 
	@media (min-width:767px) and (max-width:900px) {

	}
*/

}

@media screen and (min-device-width: 1600px) {
	#footer-middle {
		display: none;
	}

}

#footer {
	background-color: #2f364f;
	padding: 1% 1% 0 1%;
	font-family: 'Arial';
	font-size: small;
}

#nav {
	display: flex;
	flex-direction: row-reverse;
}

body {
	font-family: 'Lato';
	margin: 0% auto;
}

#content_wrap,
#content_wrap2 {
	margin: 1% 15% 1% 15%;
	font-size: large;
}

#hyperlink {
	text-decoration: none;
	color: white;
}

#title {
	margin: 0%;
	text-align: center;
}


/*INDEX PAGE AKA HOME PAGE*/
#news_highlight {
	display: flex;
	padding: 0 3% 0 3%;
}


/**/
#news_1,
#news_2,
#news_3,
#news_4,
#news_5,
#news_6,
#news_7 {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*PEOPLE PAGE*/
#people {
	display: flex;
	align-items: center;
	justify-content: left;
}

#people_pic {
	width: 20%;
	float: left;
}

#people_text {
	display: inline-block;
	font-size: 20px;
	padding-left: 20px;
}

#news_text {
	display: inline-block;
	font-size: 15px;
	padding-left: 20px;
}

/*RESEARCH PAGE*/
#research_paragraph {
	display: inline-block;
	font-size: large;
	padding-left: 1%;
}