body {
	background: #F2F2F2;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	overflow: auto;
}

h1, h2 {
	text-align: center;
	padding-left: 5%;
	color: #8b0000;
}

h3, h4 {
	text-align: center;
	padding-left: 5%;
	color: #8b0000;
}

p, p a {
	padding: 1%;
	color: #333333;
}

img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}

#wrapper {
	margin: 0 auto;
	max-width: 1020px;
	width: 98%;
	background: #F5FFFA;
	border: 1px solid #34444f;
	border-radius: 2px;
	box-shadow: 0 0 10px 0px rgba(12, 3, 25, 0.8);
}

/* div #banner {
	width: 1000px%;
	height: 200px;
	margin-bottom: 5px;
	margin-right: 1px auto;
	overflow: hidden;
}

div #banner > #banner_backdrop {
	position: relative;
	background: url(../images/NightSkyBanner.jpg) repeat-x;
	width: 3000px;
	height: 200px;
	-webkit-animation: backdrop_roll linear 60s infinite;
	-moz-animation: backdrop_roll linear 60s infinite;
	-ms-animation: backdrop_roll linear 60s infinite;
	animation: backdrop_roll linear 60s infinite;
}

@-webkit-keyframes backdrop_roll {
	from { right: 0px; }
	to { right: 1980px; }
}

@keyframes backdrop_roll {
	from { right: 0px; }
	to { right: 1980px; }
}

div #banner > #banner_content {
	position: relative;
	width: 96%;
	height: 160px;
	margin: 20px auto;
	top: -200px;
	color: #FFFFFF;
	font-size: 27px;
} */

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #34444f url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#callout {
	width: 100%;
	height: auto;
	background: #34444f;
	overflow: hidden;
}

#callout p {
	text-align: right;
	font-size: 13px;
	padding: 0.1% 5% 0 0;
	color: #F5FFFA;
}

#callout p a{
	color: #F5FFFA;
	text-decoration: none;
}

header {
	width: 96%;
	min-height: 125px;
	padding: 5px;
	text-align: center;
}

nav ul {
	list-style: none;
	margin: 0;
	padding-left: 50px;
}

nav ul li {
	float: left;
	border: 1px solid #34444f;
	width: 15%;
}

nav ul li a {
	background: #F5FFFA;
	display: block;
	padding: 5% 12%;
	font-weight: bold;
	font-size: 18px;
	color: #34444f;
	text-decoration: none;
	text-align: center;
}

nav ul li a:hover, nav ul li.active a {
	background-color: #34444f;
	color: #F5FFFA;
}

.email:hover {
	text-decoration: underline;
}

.banner img {
	width: 100%;
	max-height: 423px;
	border-top: 1px solid #34444f;
	border-bottom: 1px solid #34444f;
}

.clearfix {
	clear: both;
}

.left-col {
	width: 55%;
	float: left;
	margin: 1%;
}

.course_title {
	font-size: 140%;
	font-weight: bold;
	color: #8b0000;
}

.left-col p a {
	color: #333333;
	margin: 1% 1% 1% 1%;
}

#resume {
	width: 41%;
	float: left;
	margin: 1%;
}

.description {
	font-size: 80%;
}

.sidebar {
	width: 40%;
	float: right;
	margin: 1%;
	text-align: center;
}

.sidebar img {
	width: 100%;
	border-radius: 25px;
}

.work_sidebar {
	width: 40%;
	float: right;
	margin: 1%;
	text-align: center;
}

.work_sidebar h4 {
	padding: 0;
}

.work_sidebar .left_thumbs{
	float: left;
	margin: 0% 2% 2% 2%;
}

.work_sidebar .left_thumbs:hover{
	float: left;
	margin: 0% 2% 2% 2%;
	-webkit-box-shadow: 0 8px 6px -6px #191919;
	-moz-box-shadow: 0 8px 6px -6px #191919;
    box-shadow: 0 1px 8px 1px #191919;
}

.work_sidebar .right_thumbs {
	float: right;
	margin: 0% 2% 2% 2%;
}

.work_sidebar .right_thumbs:hover {
	float: right;
	margin: 0% 2% 2% 2%;
	-webkit-box-shadow: 0 8px 6px -6px #191919;
	-moz-box-shadow: 0 8px 6px -6px #191919;
    box-shadow: 0 1px 8px 1px #191919;
}

.portrait {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 1%;
}

.portrait img{
	width: 100%;
	border-radius: 25px;
	background: #F5FFFA;
}

.section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}

/* Gradient transparent - color - transparent */
hr.style-eight {
	border: 0;
	height: 3px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

footer {
	background: #34444f;
	width: 100%;
	overflow: hidden;
}

footer p, footer h3 {
	color: #F5FFFA;
}

footer p a {
	color: #F5FFFA;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline;
}

ul li img {
	height: 50px;
}
/*------------MEDIA!!!-------------*/
@media screen and (max-width: 478px) {
	body {
		font-size: 13px;
	}
}

@media screen and (max-width: 740px) {
	nav {
		width: 100%;
		margin-bottom: 10px;
	}
	nav ul {
		list-style: none;
		margin: 0 auto;
		padding-left: 0;
	}
	nav ul li {
		text-align: center;
		margin-left: 0 auto;
		width: 100%;
		border-top: 1px solid #34444f;
		border-right: 0px solid #34444f;
		border-bottom: 1px solid #34444f;
		border-left: 0px solid #34444f;
	}
	nav ul li a {
		padding: 8px 0;
		font-size: 16px;
	}
	#resume {
		width: 100%;
	}
	.left-col {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.section {
		float: left;
		width: 100%;
		margin: 0;
	}
}