@charset "utf-8";

.faculty {
	display: inline-block;
	max-width: 100%;
	padding: 1em;
	width: 50%;
	background-color: rgba(0,0,0,.50);
	color: rgba(253,253,253,1.00);
	font-family: "Warnock Pro SmBd";
	font-weight: normal;
	text-align: justify;
	margin-left: 3em;
	margin-top: 9em;
}


.informative {
	
	padding: 4em;
	line-height: 1.5em;
	margin-top: -4em;
	float: left;
}



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

body {
	
	width: 100%;
	margin: auto;
	
	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;
	
}

p1 {
	color: rgba(253,253,253,1.00);
	position: absolute;
	font-size: 3.5em;
	font-family: "Sakkal Majalla,sans-serif";
	margin-top: 0.5em;
}



.frog {
	position: absolute;
	left: -49em;
	bottom: -10em;
	
}





.paragraph1 {
	color: rgba(253,253,253,1.00);
	position: absolute;
	bottom: -12em;
	left: 40.5em;
}

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

.paragraph {
	background-color: rgba(0,0,0,.50);
	z-index: 2em;
	position: absolute;
	width: 36%;
	height: 80%;
	padding-left: 9em;
	padding-top: 4em;
	padding-bottom: 2em;
	text-align: justify;
	right: auto;
	padding-right: 9em;
	font-family: "Warnock Pro";
	font-size: 1em;
	margin-top: 14em;
	margin-left: 35em;
	color: rgba(253,253,253,1.00);
	
}

h4 {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
}

img {
	margin-left: 8em;
	 
	
}

p {
	margin-top: 3em;
}

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;
	top:-594px;
	left: -37px;
	bottom: 0px;
	margin-top: 31em;
}

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

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





