@charset "utf-8";

.faculty {
	display: inline-block;
	max-width:50%;
	padding-left: 10em;
	padding-right: 10em;
	width: 50%;
	background-color: rgba(0,0,0,.50);
	color: rgba(253,253,253,1.00);
	font-family: "Warnock Pro SmBd";
	font-weight: normal;
	position: relative;
	
}

.informative {
	padding: 4em;
	margin: 0;
	float: left;
	
}
.caption {
	position: relative;
	line-height: 1.5em;
	font-size: 2em;
	font-family: "Sakkal Majalla, sans-serif";
	left: 8em;
	color: rgba(253,253,253,1.00);
	
}

html, body {
	
	padding: 0;
	margin: 0;
	/*height: 100%*/
	height: 100%;
	text-align: center;
}

body {
	
	width: 100%;
	margin: auto;
	height: 100%;
	background-color: rgba(153,245,152,1.00);
	
}


.header img{
	
	float: left;
	margin-top: 1.9em;
	margin-right: .6em;
	margin-left: 6em;
	margin-bottom: 2em;
	
}

.header{
	width: 120%;
	
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,1.00);
}

nav {
	font-family: "Sakkal Majalla, aladin, sans-serif";
	height: 70px;
	position: relative;
	z-index: 1000;
	
}

nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	bottom: 0px;
	top: -476px;
	left: 42px;
}

nav ul li {
	display: block;
	width: 20%;
	height: 65px;
	float: left;
}

nav ul li a {
	display: block;
	height: 25px;
	text-align: center;
	color: rgba(36,176,74,1.00);
	text-decoration: none;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 0em;
	bottom: 29em;
	margin-top: 31em;
}

nav ul li a:hover {
	background-color: rgba(253,253,253,1.00);
}

nav ul li ul li {
	width: 100%;
}





