body {
	background-color: #000;
	font-family: "Georgia", Times, serif;
	position: relative;
}

hr {
	border-color: inherit;
}

.cover {
	background: #000 url( 'images/keyboard_fix.jpg' ) no-repeat center;
	width: 100%;
	height: 600px;
	padding: 200px 0px;
}

.title-container {
	width: 90%;
	max-width: 400px;
	border: 5px solid #ddd;
	text-align: center;
	color: #ddd;
	padding: 10px;
	margin: 0 auto;
}

.title {
	border: 2px solid #ddd;
	padding: 10px;
}

/*.title h1 {
/	font-size: 3.5em;
}

.title p {
	font-size: 1.4em;
}*/

.navbar {
	background-color: #444;
}

.about {
	background-color: #ddd;
	padding: 100px 0px;
}

.about-icon {
	font-size: 32px;
}

h2 {
	text-align: center;
	background: transparent url( 'images/gear_rule.png' ) no-repeat center bottom;
	padding:  0px 0px 30px 0px;
	margin-bottom: 1em;
}

.resume {
	padding: 100px 0px;
	background-color: #222;
	color: #ddd;
}

.resume {
	
}

.resume h4 {
	color: #449eff;
}

.resume h5 {
	color: #ccc;
}

.resume-body {
	color: #aaa;
	text-align: justify;
}

.resume-icon {
	font-size: 64px;
	width: 64px;
	text-align: center;
	color: #007bff;
}

.subinfo {
	font-weight: lighter;
	font-style: italic;
	font-size: 10pt;
	color: #888;
}

.footer {
	background-color: #333;
	color: #999;
	padding: 20px 0 5px;
	text-align: center;
}