body{
	font: 15px/1.5 Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
}


.dark{
	width: 80%;
	margin:auto;
	background: #0066cc;
	font-color: #ffffff;
}

ul{
	margin: 0;
	padding 0;
}

/* Header */
header{
	background: #003366;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #ffcc00 3px solid;
}

header a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding h1{
	margin: 0;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .hightlight, header .current a{
	color: #ffcc00;
	font-weight: bold;
}

header a:hover{
	color: #cc9900;
	font-weight: bold;
}

/* Showcase */

#showcase{
	min-height: 400px;
	 background:url('../img/headerbg.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}

#showcase h1{
	margin-top: 100px;
	font-size: 55px;
	margin-botton: 10px;
}

#showcase p{
	font-size: 20px;
}

footer{
	padding: 20px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #003366;
	text-align: center;
}

@media(max-width: 768px){ /*CSS code for small screen sizes*/
	header #branding,
	header #nav,
	header nav li,
	#boxes .box,
	article#main-col,
	aside#sidebar {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	header{
		padding-bottom: 20px;
	}
	
	#showcase h1{
		margin-top: 40 px;
	}
	#newletter form input[type="email"],
	.contact input,
	.contact textarea,
	.contact label{
		width: 100%
		margin-bottom: 5px;
	}
}

/*Sidebar*/
aside#sidebar{
	float: right;
	width: 30%;
	padding: 5px;
}

article$main-col{
	float:left;
	width: 65%;
}

/*Research*/
ul#research li{
	list-style: none;
	padding: 20px;
	margin-bottom: 5px; 	
}

ul#research h3{
	border-bottom: #353637 solid 1px;
}

ul#members li{
	list-style: none;
	padding: 20px;
	margin-bottom:5px;
	min-height: 300px;
}

ul#courses li{
	list-style: none;
	padding: 20px;
	margin-bottom: 5px;
}

ul#courses h3{
	border-bottom: #354632 solid 1px;
}

ul#list li{
	list-style: none;
	padding: 20px;
	margin-bottom: 5px;
}

ul#list h3{
	border-bottom: #354632 solid 1px;
}
li#last{
	min-height: 10px;
	list style: none;
	padding: 20px;
	bottom-margin: 0px;
}

ul#members h3{
	border-bottom: #353632 solid 1px;
}

ul#members p{
	font-size: 16px; 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	orphans: 2;
	text-align: left;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	widows: 2;
	word-spacing: 0px;
	display: inline ! important; 
	float: none; 
	color: black; 
}
/*Style Inputs*/
input[type=text],select,textarea{
	width:100%
	padding:12px;
	border:1px solid #ccc;
	border-radius:4px;
	box-sizing: border-box;
	margin-top:6px;
	margin-botton: 16px;
	resize: vertical;
}

input[type=submit]{
	background-color:#4CAF50;
	color:white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover{
	background-color: #44a045;
}

.contact{
	width: 80%;
	margin: auto;
	overflow: hidden;
}
