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: #fff; font-family: 'Lato', helvetica, arial, sans-serif; font-size: 18px; color: #444;}

.clear {clear: both;}

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

#content {
	width: 90%;
	max-width: 800px;
	background: #fff;
	margin: 0px auto;
}

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

#header {
	margin-bottom: 10px;
	background: #c7eaf9;
	color: #fff;
	margin: 5px 0;
	padding: 20px 25px 20px 25px;
}

#header img.backbutton {
	width: 50px;
}

h1 {
	font-size: 2.3em;
	font-weight: 700;
	font-family: 'Conv_funktion-webfont','Rokkitt', Helvetica, Arial, sans-serif;
/*	margin-bottom: -6px;*/
}

h2 {
	font-size: 2em;
/*	margin-left: 2px;*/
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
}

.video-container {
	position: relative;
	padding-bottom: 41%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featuresList {
	float: left;
	min-width: 360px;
}

ul {
	padding-left: 20px;
}

.line {
	height: 1px;
	width: 100%;
	border-top: 1px solid #000;
	margin-bottom: 20px;
}

.socialBox {
	padding: 20px 10px 5px 20px;
	width: 270px;
	height: 100px;
	background-color: #FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
}
.socialBox.right {
	margin-left: 10px;
}

a {
	color: #008acf;
	font-weight: bold;
	text-decoration: none;
}

input.email {
	height: 22px;
	width: 200px;
	margin-right: 5px;
}



#mainArea {
	padding: 0 40px;
}

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

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

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#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;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}


section {
	padding: 20px 0 0;
}

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

.sectionTitle {
	float: right;
	width: 25%;
}

.sectionTitle img {
	float: right;
	width: 120px;
}

.sectionContent {
	float: left;
	width: 72.5%;
}

.sectionFull {
	width: 100%;
}

.sectionHeader {
	width: 100%;
	font-family: 'Conv_funktion-webfont','Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

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

.sectionTitle h1 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #cf8a05;
}

.sectionContent h2 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}

@media all and (min-width: 602px) and (max-width: 800px) {
	#headshot {
		display: none;
	}

	.flower {display: none;}
	section:last-child {padding: 20px 0 10px;}

	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 601px) {
	#cv {
		width: 95%;
		margin: 10px auto;
		min-width: 280px;
	}
	
	.flower {display: none;}
	section:last-child {padding: 20px 0 10px;}
	.sectionHalf {width: 100%;}
	.socialBox {margin-top: 10px;}
	.socialBox.right {margin-left: 0px;}
	.sectionTitle img {float: left; padding-bottom: 20px;}
	h1 {font-size: 1.8em;}

	#headshot {
		display: none;
	}
	
	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}
	
	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}
	
	.keySkills {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}
	
	section {
		padding: 15px 0 0;
	}
	
/*
	.flower {display: none;}
	section:last-child {padding: 20px 0 10px;}
	.sectionHalf {width: 100%;}
	.socialBox {margin-top: 10px;}
	.socialBox.right {margin-left: 0px;}
*/

	#mainArea {
		padding: 0 25px;
	}

	
	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}
	
	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
}

@media print {
    #cv {
        width: 100%;
    }
}
span.link-appstore {
	float: right;
	margin-right: 15px;
	margin-top: 8px;
}
span.link-googleplay {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}