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 {
border:0;
font:inherit;
font-size:100%;
margin:0;
padding:0;
vertical-align:baseline;
}

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

html, body {background: #181818; font-family: Verdana, Geneva, sans-serif; font-size: 16px; color: #222;}

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#cv {
	width: 90%;
	background: #f3f3f3;
	margin: 50px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #3090C7;
	background: #ededed;
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: -6px;
	margin-right: 10px;
}

#name h2 {
	font-size: 2em;
	margin-left: 2px;
	font-family: Verdana, Geneva, sans-serif;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 10%;
	float: right;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
	border-radius: 50px;
}

#name {
	float: left;
}


#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
}

section {
	border-top: 1px solid #dedede;
	padding: 10px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 50%;
}

.sectionContent {
	float: right;
	width: 70%;
}

.sectionTitle h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #3090C7;
}

.sectionContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}
.imgLink {
	width: 50px;
	height: 50px;
	transition: all .2s ease-in-out;
}
.imgLink:hover{
	transform: scale(1.2);
}