@charset "UTF-8";

body {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-size: cover;
	background-color: rgba(0,147,155,1.00);
}
.homebg {
	background-image: url(../images/bghome.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.overviewbg {
	background-image: url(../images/bgoverview.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	background-repeat: no-repeat;
	background-size: cover;

}
header {
	width: 100%;
	position: static;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-left: 120px;
}

nav {
	margin-top: 0px;
	width: 300px;
	margin-right: 0px;
	right: 200px;
	position: absolute;
}

nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	width: 280px;
	height: 80px;
	padding-top: 20px;
	margin-top: 50px;
	right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}


.box1 {
	clear: both;
	width: 20%;
	float: right;
	background-color: rgba(255,0,4,1.00);
}


.box2 {
	width: 50%;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-left: 5%;
	padding-right: 5%;
	height: 600px;
	margin-top: 5px;
}

.box3 {
	width: 50%;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-left: 5%;
	padding-right: 5%;
	height: 600px;
	margin-top: 75px;
}

.boxfooter {
	padding-left: 0px;
	padding-top: 20px;
	margin-left: 200px;
	position: fixed;
	margin-bottom: 30px;
	clear: both;
	bottom: 20px;
}
p {
	color: rgba(255,255,255,1.00);
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25em;
	text-align: justify;
}

footer {
	padding-bottom: 0px;
	position: relative;
	}
.classesbg {
	background-image: url(../images/bgclasses.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.degreesbg {
	background-image: url(../images/bgdegrees.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.boxLeft {
	width: 550px;
	height: 400px;
	position: absolute;
	left: 200px;
	margin-right: 20px;
	padding-left: 0px;
}
h1 {
	color: rgba(255,255,255,1.00);
	font-family: comfortaa;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}
.boxRight {
	width: 580px;
	height: 400px;
	position: absolute;
	right: 600px;
	margin-left: 20px;
}
.facultybg {
	background-image: url(../images/bgfaculty.png);
}

}
