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

body {
	background: #888;
}
.name_text {
	font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
	font-size: 42px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.employment_text {
	color: #DDD;
	font-family: 'Georgia', Verdana, Geneva, sans-serif;
	font-size: 22px;
	text-align: center;
	width: 100%;
}
.socialmedia_text {
	color: #DDD;
	float: left;
	font-family: 'Georgia', Verdana, Geneva, sans-serif;
	font-size: 26px;
	margin-right: 35px;
	text-align: left;
}
/*
.watermark_text {
	bottom: 10px;
	color: #777 !important;
	font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
	font-size: 42px;
	position: fixed;
	right: 10px;
}
*/
.socialmedia_wrapper {
	bottom: 20px;
	height: 25px;
	left: 20px;
	position: fixed;
	text-align: left;
	width: auto;
	background-color:#888;
}
.indent {
	text-shadow: #ccc 0px 1px 0px;
}
.employment_text a, .socialmedia_text a, .name_text a {
	color: #222;
	text-decoration: none;
}
.employment_text a:hover, .socialmedia_text a:hover {
	text-shadow: #bbb 0px 1px 0px;
}