/* **************************************************************************
 *  =Fonts
 **************************************************************************** */

@font-face {
    font-family: 'CodePro';
    src: url('fonts/Code_Pro_Demo-webfont.eot');
    src: url('fonts/Code_Pro_Demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Code_Pro_Demo-webfont.woff') format('woff'),
         url('fonts/Code_Pro_Demo-webfont.ttf') format('truetype'),
         url('fonts/Code_Pro_Demo-webfont.svg#CodeProDemoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* **************************************************************************
 *  =CSS
 **************************************************************************** */
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	width: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #373432;
	font: 16px/26px sans-serif;
	margin: 0;
	padding: 0;

}
div.wrap {
	
	width: 100%;
	height: 100%;
}
div.main {
	width: 400px;
	height: 110px;
	position: absolute;
	top: 45%;
	left: 50%;
	padding: 0px 30px;
	margin: -55px 0 0 -200px;
}

.main span {
	display: block;
	line-height: 26px;
}

/*I am*/
.main span:nth-of-type(1){
	color: #8f8f8f;
	font-size: 2.3em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 37px;
	margin-left: -2px;
}
/*Michael Heard*/
.main span:nth-of-type(2){
	color: blue;
	text-transform: uppercase;
	font-family: 'CodePro', sans-serif;
	font-size: 2.44em;
	color: #8f8f8f;
}
/*tech Professioanal*/
.main span:nth-of-type(3){
	color: #8d4848;
	padding-left: 115px;
	font-size: 2.3em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 37px;
}
/*Email Address*/
.main span:nth-of-type(4){
	color: #4960b8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: 112px;
	margin-top: 10px;

}
.main span:nth-of-type(4) a:link, .main span:nth-of-type(4) a:visited {
	color: #4960b8;
}

.main span:nth-of-type(4) a:hover, .main span:nth-of-type(4) a:active {
	color: #5673e0;
}

@media (max-width: 400px) {
	body {
		min-height: 800px;

	}
	div.main {
		padding:0 0 0 15px;
		height: 100%;
	}

	div.main, .main a:link, .main a:visited{
		width: 80%;
		top: 25%;
		left: 0;
		margin: 0;
	}
	.main span:nth-of-type(1) {
		line-height: 45px;
	}
	.main span:nth-of-type(2) {
		font-size: 37px;
		white-space: nowrap;
	}
	.main span:nth-of-type(3) {
		font-size: 37px;
		padding-left: 0;
		white-space: nowrap;
	}
	.main span:nth-of-type(4){
		width: 107%;
		font-size:23px;
		letter-spacing: .01em;
		margin-right: 0;
		margin-left: 0;
		text-align: left;
}