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

a {
	text-decoration: none;
	color: #000000;
}

nav ul, nav ol {
	list-style-type: none;
}

body {
	background-color: #000000;
	font-family: "Source Sans Pro", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}

#container {
	width: 960px;
	margin: auto;
}

header {
    background: url("images/buttfly.jpg") center no-repeat;
    width: 960px;
    height: 450px;
    text-align: right;
    position: relative;
}

header h1 {
    font-family: "Source Sans Pro", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 600;
	color: #EDEDED;
    font-size: 40px;
    padding-top: 125px;
	padding-right: 75px;
}

nav {
	width: 960px;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
}

nav ul {
	display: flex;
	justify-content: center;
}

nav ul li {
	list-style-type: none;
}

nav ul li a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	border-right: 3px solid #99c7dd;
	font-size: 22px;
	padding: 10px;
}

nav ul li a:hover {
	color: #68ABD3;
}

nav ul li:last-child a {
	border-right: none;
}

a:hover {
	color: #005886;
}

h2 {
	color: #000000;
	font-size: 25px;
	text-align: center;
	align-items: center;
	display: block;
	height: 40px;
	background-color: #d2e8f5;
	padding-top: 10px;
}

section {
	background-color: #99c7dd;
	padding-bottom: 25px;
	margin-top: -20px;
}

#major {
	display: flex;
	text-align: center;
}

/*.pro1 {
	background-color: #fff;
	padding: 15px;
	margin: 20px;
	width: 250px;
	height: 300px;
	flex: 50%;
}

.pro2 {
	background-color: #fff;
	padding: 15px;
	margin: 20px;
	width: 250px;
	height: 300px;
	flex: 50%;
}*/

#exercises {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

#exercises div {
	background-color: #D2E8F5;
	width: 250px;
	height: 300px;
	padding: 15px;
	margin: 20px;
}

#exercises img {
	align-items: center;
	padding: 10px;
}

#java {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

#java div {
	background-color: #D2E8F5;
	width: 250px;
	height: 300px;
	padding: 15px;
	margin: 20px;
}

#java img {
	align-items: center;
	padding: 10px;
}

#extra {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

#extra div {
	background-color: #d2e8f5;
	width: 250px;
	height: 300px;
	padding: 15px;
	margin: 20px;
}

#footer {
	background-color: #FFF;
	padding: 15px;
	display: flex;
}

#footer h3 {
	text-align: center;
}

#footer section {
	background-color: #fff;
	margin-top: 5px;
	border-right: 3px #99c7dd solid;
	flex: 50%;
}

#footer div {
	flex: 50%;
	/*margin-left: 15px;*/
	/*text-align: center;*/
}

.social {
	display: flex;
	justify-content: center;
}

#footer div ul li a {
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	font-size: 30px;
}

#footer div ul li {
	color: #000;
	list-style-type: none;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #68ABD3;
}
