@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Open+Sans|Roboto&display=swap');

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-color: #EAEAEA;
	background-image: linear-gradient(to bottom, #EAEAEA 0%, #F6F6F6 600px); /* W3C */
	background-image: -moz-linear-gradient(to bottom, #EAEAEA 0%, #F6F6F6 600px); /* FF3.6+ */
	background-image: -webkit-linear-gradient(to bottom, #EAEAEA 0%, #F6F6F6 600px); /* Chrome10+,Safari5.1+ */
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #222;
}

.clear {clear: both;}

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

#cv {
	width: 90%;
	max-width: 900px;
	background: #F6F6F6;
	margin: 0px auto;
}

.mainDetails {
	padding: 10px 15px;
	border-bottom: 3px solid #BCBCBC;
	background: #EAEAEA;
}

#name h1 {
	font-size: 2.55em;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: -5px;
	margin-top: -4px;
}

#name h2 {
	font-size: 1.7em;
	margin-left: 2px;
	margin-top: 18px;
	color: #4267B2;
	font-family: 'Roboto Condensed', sans-serif;
}

#name h3 {
	font-size: 1.3em;
	font-weight: 100;
	margin-left: 2px;
	font-family: 'Roboto', sans-serif;
}

#mainArea {
	padding: 0 15px;
}

#headshot {
	width: 12.5%;
	min-width:100px;
	float: left;
	margin-right: 20px;
}

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

#headshot1 {
	width: auto;
	min-width:128px;
	max-width:160px;
	float: center;
	line-height: 200%;
}

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

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-weight: 100;
	font-size: 0.85em;
	margin-top: -1px;
	line-height: 145%;
}

#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: #4267B2;
}

	a {
	border-bottom: 1px dashed #4267B2;
}


section {
	border-top: 1px solid #aaaaaa;
	padding: 20px 0 0;
}

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

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

#locale {
	color: #444;
	line-height: 1.7em;
}

a {
	color: #444;
	text-decoration: none;
	font-size: 1.01em;
}

a:hover {
	color: #4267B2;
}

a {
	border-bottom: 1px dashed #4267B2;
}

#locale1 {
	color: #444;
	line-height: 1.7em;
	margin-top: -20px;
}

a {
	color: #444;
	text-decoration: none;
	font-size: 1.01em;
}

a:hover {
	color: #4267B2;
}

a {
	border-bottom: 1px dashed #4267B2;
}

.sectionTitle {
	float: left;
	width: 21.5%;
	padding-right: 5px;
}

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

.sectionTitle h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	color: #4267B2;
	margin-top: 3px;
}

.sectionContent h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	margin-bottom: -10px;
    background: #EAEAEA;
    overflow: hidden;
    max-width: auto;
    padding: 5px;
}

.sectionContent h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	margin-bottom: 5px;
    background: #EAEAEA;
    overflow: hidden;
    max-width: auto;
    padding: 5px;
}

.subDetails {
	font-size: 0.9em;
	margin-bottom: 0px;
    background: #EAEAEA;
    overflow: hidden;
    max-width: auto;
    padding: 5px;
}

.subDetails2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	margin-bottom: 3px;
	color: #4267B2;
    background: #EAEAEA;
    overflow: hidden;
    max-width: auto;
    padding: 5px;
}

.subDetails3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	margin-bottom: 3px;
	color: #4267B2;
    overflow: hidden;
    max-width: auto;
}

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

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

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

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

.keySkills2 {
	list-style-type: none;
	-moz-column-count:4;
	-webkit-column-count:4;
	column-count:4;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
	line-height: 1.6em;
}

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

@media all and (min-width: 701px) and (max-width: 780px) {
	#headshot {
		display: none;
	}
	
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
	
	.keySkills2 {
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	}
}

@media all and (max-width: 700px) {
	#cv {
		width: 95%;
		margin: 10px auto;
		min-width: 300px;
	}
	
	#headshot {
		display: inline;
	}
	
	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: right;
	}
	
	.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;
	}
	
	.keySkills2 {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 650px) {
	.mainDetails {
		padding: 15px 15px;
	}
	
	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: right;
	}
	
	section {
		padding: 15px 0 0;
	}
	
	#mainArea {
		padding: 0 25px;
	}

	
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
	
	.keySkills2 {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
	
	#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;
}

.quickFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 2.5s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 2.5s;
    animation-timing-function: ease-in;
}
 
.delayOne {
	-webkit-animation-delay: 0, .5s;
	-moz-animation-delay: 0, .5s;
	animation-delay: 0, .5s;
}

.delayTwo {
	-webkit-animation-delay: 0, 1s;
	-moz-animation-delay: 0, 1s;
	animation-delay: 0, 1s;
}

.delayThree {
	-webkit-animation-delay: 0, 1.5s;
	-moz-animation-delay: 0, 1.5s;
	animation-delay: 0, 1.5s;
}

.delayFour {
	-webkit-animation-delay: 0, 2s;
	-moz-animation-delay: 0, 2s;
	animation-delay: 0, 2s;
}

.delayFive {
	-webkit-animation-delay: 0, 2.5s;
	-moz-animation-delay: 0, 2.5s;
	animation-delay: 0, 2.5s;
}