/* Cross Browser Compatability CSS */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/* Write your CSS styles here */
body {
	background: url('/images/Resumecomputer.jpg') repeat fixed center center / cover;
}

p {
	display: block;
	margin: 0px 20px 5px 0px;
	font-family:'Open Sans', sans serif;
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}

h2 {
	background: none repeat scroll 0 0 #9ec1a6;
	border-radius: 0px 0px 0px 3px;
	display: block;
	padding: 0px 5px 0px 5px ;
	margin: 20px 0px;
	font-family:'Noto Serif', serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 40px;
	color: white;
}

h1 {
	font-family:'Noto Serif', serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 72px;
	color: #3c99d5;
}

a {
color: #1e874a;
text-decoration: none;
}

div.maincontent {
	height: 500px;
	width: 420px;
	padding: 20px 0px 30px 20px;
	float: right;
	margin-top: 40px;
	border-radius: 5px 0px 0px 5px;
	background: rgba(255, 255, 255, 0.7);
}

div#social {
	height:32px;
	width:350px;
	position: relative;
}

div#social li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#social li, #social a {
    height: 32px;
    display: block;
}

#instagram {
	left:0px;
	width: 31px;
	background: url('/images/social.png');
}

#linkedin {
	left: 35px;
	width: 32px;
	height 32px;
	background: url('/images/social.png') -32px 0;
}

#website {
	left: 70px;
	width: 32px;
	height 32px;
	background: url('/images/social.png') -64px 0;
}

#instagram a:hover {
    background: url('/images/social.png') 0 -32.5px;
}

#linkedin a:hover {
    background: url('/images/social.png') -32.1px -32.5px;
}

#website a:hover {
    background: url('/images/social.png') -64px -32.5px;
}

