/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 <!--Copy right ProgrammingSOS.com -->
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper{
	width: 100%;
	height: 100%;
}

/* Head wrap */
#wrapper #headWrap{
	background-image: url('../images/psos_pitts_homepage_blur_logo2.jpg');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
}

#wrapper #headWrap .content #logo{
	text-decoration: none;
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24pt;
	float: left;
	opacity: .9;
}
#wrapper #headWrap .content #logo:hover{
	opacity: .95;
}
#wrapper #headWrap .content ul{
	float: right;
	height: 15px;
	padding-top: 10px;
}

#wrapper #headWrap .content li
{
	color:black;
}
#wrapper #headWrap #blurbButton{
	width: 100%;
	text-align: center;
}
#wrapper #headWrap #blurbButton h1{
	color: #fefefe;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 38pt;
	text-shadow: 0px 0px 30px #000;
	margin-top: 150px;
}
#wrapper #headWrap #blurbButton h2{
	color: #fefefe;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: italic;
	font-size: 34pt;
	font-weight: 200;
	text-shadow: 0px 0px 30px #000;
	margin: 10px 0 50px 0;
}
#wrapper #headWrap #blurbButton a{
	text-decoration: none;
	color: #2b2b2b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	background: #7b82bc;
	padding:20px 30px 20px 30px;
	border-radius: 10px;
}
#wrapper #headWrap #blurbButton a:hover{
	background: #e5bd53;
}
/* About me */
#wrapper #aboutWrap{
	width: 100%;
	height: 400px;
	background: #fefefe;
}
#wrapper #aboutWrap h3{
	color: #2b2b2b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26pt;
	font-weight: bold;
	font-style: italic;
	margin: 90px 0 0 370px;
}
#wrapper #aboutWrap p{
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	margin: 15px 0 0 370px;
	line-height: 2;
}
#wrapper #aboutWrap img{
	float: left;
	margin-top: 20px;
}

#wrapper #aboutWrap ul{
	list-style-type: cicle;
}

/* skills */
#wrapper #mySkills{
	width: 100%;
	height: auto;
	background: #eeeeee;
	padding-bottom: 40px;
}
#wrapper #mySkills .content h4{
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32pt;
	font-weight: 200;
	text-align: center;
}
#wrapper #mySkills .content h5{
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	margin-top: 20px;
}
#wrapper #mySkills .content p{
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	font-weight: 100;
	margin: 15px 0 0 25px;
}

/* contactMe */

#wrapper #contactMe{
	width: 100%;
	height: auto;
	background: #8596ce;
	padding-bottom: 20px;
}
#wrapper #contactMe .content h6{
	color: #2b2b2b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32pt;
	font-weight: 200;
}
#wrapper #contactMe .content form{
	width: 630px;
	margin: 25px auto;
}
#wrapper #contactMe .content form .textInput{
	width: 280px;
	box-shadow: none;
	border: none;
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	font-weight: 100;
	padding: 10px;
	border-radius: 10px;
}
#wrapper #contactMe .content form .textInput:focus{
	outline: none;
}
#wrapper #contactMe .content form #rightInput{
	float: right;
}
#wrapper #contactMe .content form textarea{
	width: 610px;
	height: 250px;
	box-shadow: none;
	border: none;
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	font-weight: 100;
	padding: 10px;
	border-radius: 10px;
	margin: 25px 0 15px;
}
#wrapper #contactMe .content form textarea:focus{
	outline: none;
}
#wrapper #contactMe .content form .inputButton{
	width: 630px;
	background: #2b2b2b;
	border: none;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16pt;
	font-weight: 100;
	cursor: pointer;
}

/* footer */
#wrapper #footer{
	width: 100%;
	height: auto;
	background: #414141;
	padding:30px 0 90px;
}
#wrapper #footer .content ul li{
	vertical-align: middle;
}
#wrapper #footer #basedIn{
	float: right;
	margin-top: -23px;
	height: 40px;
	background: green;
	padding-top:25px;
	width: 260px;
	background:url('../images/pennsylvania.svg') no-repeat;
	background-position: center;
}
#wrapper #footer #basedIn span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #7a7a7a;
}
#wrapper #footer #basedIn #textLeft{
	padding-left: 38px;
}
#wrapper #footer #basedIn #textRight{
	float: right;
}

/* Nav */
.nav{
	float: left;
	margin-right: 30px;
}
.nav a{
	text-decoration: none;
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	font-style: italic;
	font-size: 14pt;
}
/*nav color hover*/
.nav a:hover{
	color: #bbbaba;
}

/* content */
.content{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 25px;
}