@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
nav{
	background-color: yellowgreen;
}
nav li{
	display: inline-block;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	padding-left: 100px;
	margin-left: 50px;
	border: thin;
}
nav a{
	text-decoration: none;
	color: black;
}
nav a:hover{
	color: white;
}
.drop-down {
	background-color: yellowgreen;
	color: black;
	padding: 20px 0px 20px 100px;
	font-size: 20px;
	border: none;
	margin-left: 50px;
}
.drop {
	position: relative;
	display: inline;
}
.drop-section {
	display: none;
	position: absolute;
	background-color: yellowgreen;
	max-width: 310px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.drop-section a {
	color: black;
	padding: 16px 0px;
	text-decoration: none;
	display: inline-block;
}
.drop-section a:hover {
	color: white;
}
.drop:hover .drop-section {
	display: block;
}
h1 {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: white;
	background-color: black;
}
.home-body {
	background-image: url("../images/unnamed.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
h2 {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 35px;
	padding-top: 20px;
}
.overview {
	background-color: rgba(255,255,255,0.80);
	color: yellowgreen;
	max-height: 60%;
	max-width: 50%;
	margin: 20px auto;
	padding: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium", Helvetica;
	font-size: 25px;
	font-weight: 300;
}
.choose {
	background-color: rgba(255,255,255,0.80);
	color: yellowgreen;
	max-height: 60%;
	max-width: 50%;
	margin: 20px auto;
	padding: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium", Helvetica;
	font-size: 25px;
	font-weight: 300; 
}
.second-body {
	background-image: url("../images/computer-lab-400x300.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
h3 {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 30px;
	padding-top: 20px;
}
.study {
	background-color: rgba(255,255,255,0.80);
	color: black;
	max-height: 60%;
	max-width: 50%;
	margin: 20px auto;
	padding: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium", Helvetica;
	font-size: 25px;
	font-weight: 300;
}
.bachelor {
	background-color: rgba(255,255,255,0.80);
	color: black;
	max-height: 60%;
	max-width: 50%;
	margin: 20px auto;
	padding: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium", Helvetica;
	font-size: 25px;
	font-weight: 300;
}
.c-body {
	background-image: url("../images/pexels-photo-4173209.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.paths {
	background-color: rgba(255,255,255,0.80);
	color: black;
	max-height: 60%;
	max-width: 50%;
	margin: 20px auto;
	padding: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium", Helvetica;
	font-size: 25px;
	font-weight: 300;
}
.paths li{
	text-align: center;
	list-style: none;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: 400;
	padding-top: 20px;
}
.more {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: 900;
}
.q-body {
	background-image: url("../images/question-mark-hand-drawn-solution-think.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.questions {
	background-color: rgba(0,0,0,0.76);
	color: yellowgreen;
	max-height: 60%;
	max-width: 50%;
	margin: 20px auto;
	padding: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium", Helvetica;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
}
#fix {
	color: yellowgreen;
}
.f-background {
	background-image: url("../images/wizard-thumbs-up.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.faculty {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
}
container p {
	text-align: center;
	color: white;
}
container a {
	text-align: center;
}