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;
	font-family: 'Open Sans', sans-serif;
	color:#777;
}
html,
body {
    background: #181818;
    font-family: 'Lato', Helvetica, Arial, sans-serif!important; 
    font-size: 16px;
    color: #1a1a1a;
}
.clear {
    clear: both;
}
p {
    color: #777;
    font-size: 110%;/*font-size: 1.1em;*/
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
}
/*p:hover {
    color: #666666;
    background: #FFF;
}*/
p:active {
    text-decoration: none;
}
.boldtxt {
    color: #777;
    font-size: 1em;
    font-weight: 900 !important;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#cv {
    width: 90%;
    max-width: 800px;
    background: #FFFFFF;
    margin: 10px auto;
}
/*TOP DIV */

.mainDetails {
    /*background: #e0dfdf; and this class is for TOP DIV - goto line 351 class instaFade for BOTTOM DIV*/
    background-image: linear-gradient(bottom, #FFFFFF 10%, #d1d1d1 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #d1d1d1 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #d1d1d1 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #d1d1d1 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #d1d1d1 100%);
    padding: 15px 35px;
    border-bottom: 2px solid #ed8600;
    border-radius: 10px 10px 0px 0px;
}
#name h1 {
    font-size: 2.5em;
    font-weight: 700;
    font-family: "Amaranth", sans-serif; 
    margin-bottom: -6px;
}
#name h2 {
    font-size: 2em;
    margin-left: 2px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-variant: all-small-caps;
}
#mainArea {
    padding: 0 40px;
}
#headshot {
    width: 12.5%;
    float: left;
    margin-right: 30px;
}
#headshot img {
    width: 100%;
    height: auto;
    -o-shadow: -5px 5px 5px #666666;
    -moz-shadow: -5px 5px 5px #666666;
    box-shadow: -5px 5px 5px #666666;
    border: 2px dashed #FFFFFF;
    -moz-radius: 10px;
    -o-radius: 10px;
    border-radius: 10px;
    box-shadow: -5px 1px 5px #999;
    /*
	width: 100%;
	height: auto;
	-o-shadow: -5px 5px 5px #666666;
	-moz-shadow: -5px 5px 5px #666666;
	box-shadow: -5px 5px 5px #666666;

	border: 2px dashed #FFFFFF;
    -moz-radius: 40px;
	-o-radius: 40px;
	border-radius: 40px;
    box-shadow: -5px 1px 5px #999;*/
}
#name {
    float: left;
}
#contactDetails {
    float: right;
    width: 220px;
}
#contactDetails ul {
    list-style-type: none;
    font-size: 0.9em;
    margin-top: 2px;
}
#contactDetails ul li {
    color: #1a1a1a;
    margin-bottom: 3px;
}
#contactDetails ul li a,
a[href^=tel] {
    color: #1a1a1a;
    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;
    font-weight: 900;
    margin-left: 6px;
    transition: all 0.3s ease-in 0s;
}
/*New style TEL */

a.tel-link:link,
a.tel-link:active,
a.tel-link:visited {
    color: #1a1a1a;
    font-size: 16px !important;
    font-weight: 900;
    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;
}
a.tel-link:hover {
    color: #ed8600;
    font-size: 16px !important;
    font-weight: 900;
    margin-left: 6px;
    transition: all 0.3s ease-in 0s;
}
/*END New style TEL */

section {
    border-top: 1px dotted #ccc;
    padding: 20px 0 5px 0;
}
section:first-child {
    border-top: 0;
}
section:last-child {
    padding: 20px 0 10px;
}
.sectionTitle {
    float: left;
    width: 27%;
}
.sectionContent {
    float: right;
    width: 73%;
}
.sectionTitle h1 {
    color: #ed8600;
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 1.4em;
    text-shadow: 2px 2px 0px #e6e6e6;
}
.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: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 20px;
    font-size: 1em;
    color: #1a1a1a;
}
.keySkills ul li {
    margin-bottom: 3px;
}
.responsivequote {font-family: 'Rokkitt', Helvetica, Arial, sans-serif;font-size: 1.5em;margin-bottom: -2px;font-variant: all-small-caps;}
@media only screen and (max-width: 768px) {
  .responsivequote {font-size: 90%;}
}
@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%;
    }
}
/*Below is fade IN
@-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;
    }
}*/


/* Fade IN
.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;
    box-shadow: 0 0 200px rgba(153, 153, 153, 0.3);
    border-radius: 10px;
}
.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;
}
/*Fast Fade IN*/
.fastfade {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
	box-shadow: 0 0 200px rgba(153, 153, 153, 0.3);
    border-radius: 10px;
}
@keyframes fadein {from {opacity:0;}to {opacity:1;}}
@-moz-keyframes fadein { /* Firefox */from {opacity:0;}to {opacity:1;}}
@-webkit-keyframes fadein { /* Safari and Chrome */from {opacity:0;}to {opacity:1;}}
@-o-keyframes fadein { /* Opera */from {opacity:0;}to {opacity:1;}}
/*END Fast Fade IN*/