@charset "utf-8";
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
	*, *:before, *:after {
		box-sizing: inherit;
	}
}
body {
	margin: 0;
	color: #4B4B4B;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	background-color: white;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	min-height: 900px;
	background-color: white;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
}

h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.75em;
	text-align: center;
	/*text-transform: capitalize;*/
	font-style: normal;
	font-weight: bold;
}

h2 {
	margin-top: 0px;
	margin-bottom: -10px;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: maroon;
}

#hero, #contact, nav, main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
header{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
/*header {
	background-color: #797979;
}
header p{
	font-weight: 400;
	font-size: 1.25em;
	color: white;
	margin-left: 4%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #797979;
}*
#hero {
	width: 15%;
}
#hero img{
	width: 100%;
	display: block;
	padding-top: 10px;
}
#contact {
	width: 73%;
	margin-left: 0px;
	margin-bottom: 65px;
	padding-top: 10px;
}
#contact #contact_info {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#contact #contact_info li{
	width: 100%;
	margin-top: 0px;
	margin-left: -40px;
	list-style-type: none;
	padding-bottom: 5px;
	text-align: left;
}
#hero, #contact{
	/*margin-top: 30px;*/
	/*margin-bottom: 50px;*/
	float: left;
}

figure {
	width: 400px;
	max-width: 92%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
figure img {
	max-width: 100%;
}
figure figcaption {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
}
nav {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #4B4B4B;	
}
#navlinks {
	width: 92%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	background-color: #000000;
	background-color: rgba(0,0,0,0.65);
	max-width: 1000px;
	position: static;
	background-color: transparent;
}
#navlinks a {
	display: block;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
	color: #1E1E1E;
}

#research li, #publication li {
	padding-bottom: 10px;
}
#publications {
	padding-bottom: 50px;
}
#course li{
	width: 100%;
	margin-top: 0px;
	margin-left: -40px;
	list-style-type: none;
	padding-bottom: 10px;
	text-align: left;
}
