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

body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background: #e0e0e0
}
h1{
	font: 2.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 3em;
	font-weight: 400;
	color: hsl(0, 0%, 30%);
	margin: -10px 0 -5px;
}
h0{
	font: 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	/*color: #007AC2;*/
}
p{
	font: 1.55em/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: hsl(0, 0%, 25%);
	font-weight: 300;
	margin: 0;
}
a{
	color: #007ac2;
	text-decoration: none;
	font-weight: 400;
}
a:hover{
	color: #0093ea;
}
#visual{
	margin: auto;
	height:auto ;
	width:770px ;
	margin-top: 40px;
}
#description{
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	height:auto ;
	width:770px ;
/*border: 1px solid #333;*/
padding-left: 20px;
}
#header{
		position: relative;
		background: #ffffff;
		/*background: #ffffff url('images/sharpenPencil.png') no-repeat left top;*/
		background-size: 100% 100px;
		height: 78px;
		/*min-width: 980px;*/
		width: 100%;
		/*margin-bottom: 60px;*/
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 0;
}
#footer{
		position: relative;
		background: #c0c0c0;
		height: 220px;
		width: auto;
		padding: 40px;
}
#footerContent{
	margin-right: auto;
	margin-left: auto;
	height:auto ;
	width:770px ;
	padding-left: 20px;
}
#row{
		position: relative;
		/*background: #dcdcdc;*/
		height: auto;
		width: 100%;
		padding-bottom: 40px;
		padding-top: 40px;
}
#altRow{
		position: relative;
		background: #dcdcdc;
		height: auto;
		width: 100%;
		padding-bottom: 40px;
		padding-top: 40px;
}
#alex{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	border: 1px solid #454545;
	background: #f5f5f5 url('images/beachAlex.jpg') no-repeat left top;
	background-size: 200px;
	float: left;
}
#contact{
	float: left;
	padding-left: 50px;
	margin-top: 50px;
}
#button{
	width: 120px;
	background: #e0e0e0;
	color: #ffffff;
	font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	height: 24px;
	border-radius: 15px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 20px;
}