@charset "UTF-8";
/* CSS Document */

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: #404040; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #404040; }

.clear { clear: both; }

p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: #404040;
}

.italic {
  font-style: italic;
}

#cv {
	width: 90%;
	max-width: 800px;
	background: #f5f5f5;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
}

#initial {
	float: left;
	width: 22%;
	line-height: 4.5em;
}

#initial h1 {
	font-size: 9em;
	font-weight: 550;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #70b1ba;
}

#mainArea {
	padding: 0 40px;
}

#contactDetails {
	float: right;
	width: 73.5%;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 1em;
	margin-top: 2px;
	line-height: 1.4em;
}

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

#contactDetails ul li a, a[href^=tel] {
	color: #404040; 
	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: #70b1ba;
}

.name {
	font-size: 1.7em;
	font-weight: 400;
}

section {
	padding: 20px 0 0;
}

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

.sectionTitle {
	float: left;
	width: 22%;
	text-align: right;
}

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

.sectionContent ul {
	font-size: 0.9em;
	margin-top: 2px;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding-left: 15px;
}

.sectionContent ul li {
	margin-bottom: 5px;
	color: #404040;
}

.sectionTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 550;
	font-size: 1.1em;
	color: #404040;
}

.sectionContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 1px;
}

.position {
	font-size: 1em;
	font-style: italic;
	margin-bottom: 3px;
}


@media all and (max-width: 601px) {
	#cv {
		width: 95%;
		margin: 10px auto;
		min-width: 280px;
	}
	
	#initial, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#initial h1 {
		font-size: 6em;
		text-align: center;
		margin-bottom: 20px;
	}	
	
	.sectionContent {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.sectionContent h2 {
		font-size: 1.1em;
		font-weight: 550;
	}
	
	.sectionTitle {
		float: none;
		width: 100%;
		text-align: left;
		margin-left: -2px;
		font-size: 1em;
		margin-bottom: 6px;
	}

}

@media all and (max-width: 480px) {
	.mainDetails { padding: 15px 15px; }
	section { padding: 15px 0 0; }
	#mainArea { padding: 0 25px; }
}


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

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

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

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

@-o-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;
	
	-o-animation-name: reset, fade-in;
    -o-animation-duration: 1.5s;
    -o-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;

	-o-animation-name: reset, fade-in;
    -o-animation-duration: 2.5s;
    -o-animation-timing-function: ease-in;

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

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

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

@media print {
 #cv { 
 	width: 100%; 
	}
	
  .instaFade, .quickFade, .delayOne, .delayTwo, .delayThree {
	-moz-animation-name: none;
    -moz-animation-duration: none;
    -moz-animation-timing-function: none;
	-moz-animation-delay: none;
	} 
	
}