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{
	background-color: #f9f9f9;	
}


/* Info */

header{
	background-color: #f9f9f9;
	height: 175px;
	width: 100%;
	overflow: hidden;
}

#info{
	margin: 0px auto;
	padding-top: 50px;
	padding-left: 50px;
	width: 800px;
}

#info img{
	float: left;
	display: block;	
}

#contact_info{
	margin-top: -5px;
	float: left;
	margin-left: 100px;	
}

#socials{
	margin-top: -5px;
	float: left;
	margin-left: 100px;
}

#info p{
	font-family: "proxima-nova",sans-serif;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 0.875em; /* 14px */
	line-height: 1.9em; /* 18px (1.4286em)*/
  	color: #7b7b7b;
}

#info p a:link{
	text-decoration: none;
	font-weight: 300;
	color: #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}
