body {
	height: 100%;
	position: relative;
    background: linear-gradient(#111111, #224454);
	color: white;
	margin: 0;
	padding: 0;

	background-repeat: no-repeat;
	font-family: "superclarendon-1", "superclarendon-2", Georgia, Cambria, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a:visited {
	color: grey;
}

a:visited:hover {
	color: black;
}

ul {
	list-style-type: none;
}

nav {
	position: fixed;
	width: 95%;
	min-width: 1200px;
	opacity: .85;
	margin: -1% 0 0 2.5%;
	padding: 0% 0 1.5% 0;
	background-color: white;
	color: grey;
	font-size: 1.5em;
	border-radius: 10px;

	-webkit-box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.68);
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.68);
}

nav li {
	float: left;
	margin: 0 0 0 12.5%;
	opacity: 1;
}

video {
	clear: both;
	margin: 0 0 0 20%;
}

#banner {
	width: 100%;
	height: 710px;
	margin: -4% 0 0 0;

	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#banner h1 {
	text-align: center;
	padding: 25% 0 0 0;
	font-size: 4.5em;

	/*Drop shadow*/
}

#footer {
	background-color: black;
	height: 50px;
	width: 100%;
	color: white;
}

#footer li {
	float: left;
	margin: 1.5% 0 0 10%;
}

.skillType {
	margin: 0 0 0 0;
	width: 100%;
	min-width: 1000px;
	height: 600px;
	background-color: #001201;
	color: #5AFFDA;
}

.skillType h1 {
	color: white;
	text-align: center;
	font-size: 3em;
	font-family: sans-serif;
	padding: 5% 0 0 0;
}

.skillType p {
	width: 40%;
	margin: 0 0 0 7.5%;
	float: left;
	font-size: 1.5em;
	line-height: 1.5;
}

.skillPane {
	float: left;
	height: 65%;
	width: 40%;
	margin: 0 0 0 2.5%;
}

.skillPane img {
	width: 100%;
	height: 100%;
	position: center;
}

.skillPane li {
	float: left;
	background-color: grey;
	width: 44%;
	height: 44%;
	margin: 0% 2.5% 2.5% 0;

    border: 1px solid black;

	background-color: #2C7F4D;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
