/*------------------------- Simple reset -------------------------*/
* {
	margin: 0;
	padding: 0;
}

/*------------------------- General Styles -------------------------*/
body {
	color: #fcfcfc;
	font: 14px/1.3 'Segoe UI', Arial, sans-serif;
	min-height: 600px;
	background: url('../img/bg_center.jpg') no-repeat fixed center center #3C5A76;
}

section {
	display: block;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-left: 35px;
}

/*------------------------- Headers -------------------------*/
h1 {
	font-size: 22px;
	font-weight: normal;
	text-shadow: 2px 2px 0 rgba(22, 22, 22, 0.5);
	padding: 15px 0;
	min-height: 30px;
}

/*------------------------- Content Area -------------------------*/
.infoPage {
	width: 500px;
	margin: 40px auto 0;
	padding-left: 200px;
	padding-bottom: 10px;
}

.sidebar img {
	float: left;
	margin-left: -200px;
}

.description {
	background-color: rgba(255, 255, 255, 0.05);
	padding: 25px;
	text-shadow: 1px 1px 0 #333333;
	-webkit-box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
	-moz-box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
	box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
}

.contact {
	margin-top: 15px;
	height: 68px;
}

.social-slide {
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide:hover {
	background-position: 0px -48px;
}

.email-hover {
	background-image: url('../img/email-hover.png');
}

.linkedin-hover {
	background-image: url('../img/linkedin-hover.png');
}

.facebook-hover {
	background-image: url('../img/facebook-hover.png');
}

.twitter-hover {
	background-image: url('../img/twitter-hover.png');
}

.github-hover {
	background-image: url('../img/github-hover.png');
}

/*------------------------- Quote Styles -------------------------*/
.quotes {
	margin: 25px 0px;
}

.quotes blockquote {
	font-style: italic;
	padding: 1.2em 30px 1.2em 50px;
	line-height: 1.6;
	position: relative;
}

.quotes blockquote::before {
	font-family: 'Trebuchet MS', sans-serif;
	content: open-quote;
	font-size: 5em;
	position: absolute;
	left: -0.1em;
	top: -0.4em;
}

.quotes blockquote::after {
	font-family: 'Trebuchet MS', sans-serif;
	content: close-quote;
	font-size: 5em;
	position: absolute;
	bottom: -0.8em;
	right: 0.1em;
}

.quotes blockquote cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}
