@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color: rgba(40,42,44,1.00);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 120px;
	float: left;
	padding-left: 5%;
	padding-top: 30px;
	padding-bottom: 20px;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 30px;
	width: 790px;
	float: left;
}
header nav a {
	/* Links in header */
	padding-right: 15px;
	target: "_self";
	color: rgba(146,146,146,1.00);
	text-decoration: none;     
}
header nav a:hover {
	color: white;
}
header nav a:active{
	color: white;
}
#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(42,80,80,1.00);
	font-size: 30px;
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 250;
}
#content #mainContent h4 {
	color: rgba(42,80,80,1.00);
	font-size: 22px;
	line-height: 0px;
}
#content #mainContent .subjects {
	width: 100%;
	display: flex;
  	justify-content: space-between;
}
#content #mainContent .sub-subjects {
	width: 50%;
}
#content #mainContent .subjects li {
	color: rgba(80,80,80,1.00);
	line-height: 30px;
	font-family: source-sans-pro, sans-serif;
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(80,80,80,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: justify;
	line-height: 20px;
}
#content #mainContent #authorInfo {
	/* Author info section */
	border: 2px solid black;
}
#content #mainContent #authorInfo h2 {
	color: rgba(80,80,80,1.00);
	padding-left: 2%;
	padding-top: 30px;
	line-height: 25px;
	font-weight: 400;
}
#content #mainContent #authorInfo p {
	color: rgba(1,1,1,1.00);
	padding-left: 2%;
	padding-top: 0px;
	font-family: source-sans-pro, sans-serif;
	padding-bottom: 30px;
	padding-right: 2%;
	line-height: 25px;
}
footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	width: 738px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: center;
	padding-bottom: 30px;
	background-color: rgba(239,242,240,1.00);
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 192px;
	padding-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background-color: rgba(246,246,246,1.00);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#mainwrapper {
	/* Container of all content */
	width: 960px;
	overflow: auto;
	margin: 0 auto;
}
#content #sidebar .information {
	/* Container for Image in sidebar */
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	float: none;
	overflow: auto;
	background-color: rgba(185,229,245,1.00);
}
#content #sidebar .information a {
	color: rgba(42,80,80,1.00);
	text-decoration: none; 
}
#content #sidebar .information a:hover {
	color: rgba(84,164,164,1.00); 
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 60px;
	background-color: rgba(40,42,44,1.00);
	width: 960px;
	clear: both;
	margin: 0 auto;
}
#footerbar p {
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
#footerbar a {
	color: white;
}
#footerbar a:hover {
	color: black;
	background-color: white;
}
#bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#footerImage img {
	width: 100%;
}
#mainContent #map img {
	/* Actual banner image */
	width: 38%;
	height: 50%;
	padding-bottom: 30px;
}
#content #footer {
	background-color: rgba(204,232,220,1.00);
	padding-bottom: 20px;
}
#universtiyImage {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(4,96,4,1.00);
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
#universtiyImage img {
	height: 80px;
}