@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Oswald', sans-serif;
}

/*Header Styles*/
.header {
	
	width: 100%;
	height: 20%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 25px;
}

/*Navigation Styles*/
.pageNav {
	
	width: 100%;
	height: 5%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color:bisque;
	color:indianred;
}



button {
	padding: 20px;
	margin-right: 20px;
	border: none;
	background-color: chocolate;
	color: antiquewhite;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: bold;
	
}
a {
	text-decoration:none;
	color:antiquewhite;
}
button:hover {
	background-color: darkseagreen;
	color: chocolate;
}

/*Main Content Styles*/



/*Footer Styles*/


/*Approach B Styles*/



.Bheader {
	font-family: 'Oswald', sans-serif;
	margin: auto;
	max-width: 100%;
	margin-top:20px;
	font-size: 30px;
	font-weight: bold;
}
.menus {
	font-family: 'Oswald', sans-serif;
	margin: auto;
	max-width: 100%;
	margin-bottom: 50px;
}
.futureStu {
	background-color:#f89832;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	color:white;
}
.currentStu {
	background-color:tomato;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	color:white;
}
.contEd {
	background-color:goldenrod;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	color:white;
}
.faculty {
	background-color:#3399cc;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	color:white;
}
.employee {
	background-color:#736ab0;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	color:white;
}
.arrow {
	float:right;
}

.menus .futureStu img {
	float:right;
	width:50px;
	max-width:inherit;
	margin-right:2%;
}
.menus .currentStu img {
	float:right;
	width:50px;
	max-width:inherit;
	margin-right:2%;
}
.menus .contEd img {
	float:right;
	width:50px;
	max-width:inherit;
	margin-right:2%;
}
.menus .faculty img {
	float:right;
	width:50px;
	max-width:inherit;
	margin-right:2%;
}
.menus .employee img {
	float:right;
	width:50px;
	max-width:inherit;
	margin-right:2%;
}
.footer {
	align-content: center;
	max-width:100%;
	text-align:center;
	padding-bottom:30px;
	max-height:50px;
}
.footer a {
	color:darkblue;
}
.footer a:hover {
	color:crimson;
}
.footer .leftFoot {
	float:left;
	text-align:right;
}
.footer .rightFoot {
	float:right;
	text-align:left;
}
