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 {
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;
}

body-backup { font-family: 'Lato', helvetica, arial, sans-serif; font-size: 16px; color: #222;}

html, body { font-size: 18px; color: #000000;}

.clear {clear: both;}

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


#cv {
    background: #ffffff none repeat scroll 0 0;
    /* border: 1px solid; */
    margin: 30px auto;
    max-width: 1016px;
    width: 90%;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}

.mainDetails {
	padding: 25px 0px;
	border-bottom: 1px solid #333;
	    margin: 16px 35px;
}

.sectionContent > article {
    margin-bottom: 25px;
}

#name h1 {
	font-size: 2.0em;
	font-weight: 700;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	color:#337ab7;
}

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

#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: 50%;	
	display:block;
	opacity:1;
	visibility:visible;
	float:left;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}

#name {
	float: left;
	width:50%;
	text-align:left;
	padding-top:10px;
}

#contactDetails {
	float: right;	
}

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

#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: 10px 0 0;
}

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

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


.sectionTitle {
    background-color: #f3f3f3;
    border: 1px solid #fefefe;
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
	-webkit-print-color-adjust:exact;
	color-adjust:exact;
}

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

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

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

.subDetails {
	font-size: 18px;
	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;
	}
	
	.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;
	}
	
	#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;
	}
	
	#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%;
    }
}

@-webkit-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.instaFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
}



.personaldetail{width:100%;margin-bottom: 10px;}
.personaldetail .keyname{width:25%;float:left;}
.personaldetail .keyvalue{width:70%;padding-left:10px;}
.specmarginfooter{padding-top:40px;margin-bottom:50px;}
.w20{width:20px;}
ol,ul{list-style-position:inside;text-indent: -1em;padding-left:1em;}
.sectionTitle h1{font-style:normal !important;padding:5px;}
.sub-heads {
    font-weight: bold;
    font-size: 16px;
}

p{margin:0px;}
.w100{float:left;width:100%;}
.pull-left{float:left;}
.text-center{text-align:center;}
	.cust-btn{    background: linear-gradient(#66d0f9,#61c3e8);
    border: 1px solid #2b9cc5;
    padding: 3px 5px;
    color: white;
    margin-top: 8px;
    border-radius: 3px;
	
}
.w100{width:100%;float:left;margin-bottom:10px;}




@media screen{
	#headshot{width:10%;}
	#headshot,#headshot img {
		display:block;
		opacity:1;
		visibility:visible;
		float:left;
		-webkit-print-color-adjust:exact;
		color-adjust:exact;
	}	
	
	#name {
	    float: left;
	    text-align: left;
	    width: 50%;
	}
	
	#name h1{font-size:1.6em;}
	#name h2{font-size:1.3em;}
	
	#contactDetails ul {
	    float: right;
	}
	#contactDetails ul li {
	    text-align:left;
	}
	.sub-heads {
		font-weight: bold;
		font-size: 16px !important;
	}
	p {
		font-size: 18px;
	}
}

@media print{
	#headshot{width:10%;}
	#headshot,#headshot img {
		display:block;
		opacity:1;
		visibility:visible;
		float:left;
		-webkit-print-color-adjust:exact;
		color-adjust:exact;
	}	
	
	#name {
	    float: left;
	    text-align: left;
	    width: 50%;
	}
	
	#name h1{font-size:1.6em;}
	#name h2{font-size:1.3em;}
	
	#contactDetails ul {
	    float: right;
	}
	#contactDetails ul li {
	    text-align:left;
	}
	.sub-heads {
		font-weight: bold;
		font-size: 16px !important;
	}
	p {
		font-size: 18px;
	}
}