
/* CSS Document */
a{text-decoration:none; outline:none; color: #fff; }
ul, ol, li, p, h1, h2, h3, h4 {list-style: none; padding: 0px; margin: 0px;}
.clear{clear: both;}
body, #main, .section {margin: 0px; }

body {
	background: url(../images/sd-bg-5.jpg) center no-repeat;
	background-size: cover;
	font-family: 'Questrial', sans-serif;
	margin: 0px; padding: 0px;
	}
#main {
	position: relative;
	}
	
.section, .about-time { 
	position: relative; 
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	/*min-height: 650px;*/
	padding: 10% 5% 5%;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.section { background-size: 600px !important; }
	#top { background-position: 50% 0px;}
	#work { background-position: #50% 500px;}
	#about { background-position: 50% 1000px; }
	#contact { background-position: 50% 1500px; }
}
/* iPads  ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {	
.section { 
		background-size: 1000px !important; 
		background-position: 50% 0px !important;
		min-height: 500px !important;
		}
		
#about article {
	float: left;
	width: 420px;
	}
	
#skills {
	float: right;
	}

#key{
	float: right; 
	clear: right;
	}
	
#about article p {
	margin-bottom: 15px; 
	font-size: 18px;
	}
}

.about-time{
	background-image: url(../images/grip-tape.jpg);
	min-height: 0px;
	color: #fff;
	z-index: 10;
	box-shadow: 0px 0px 50px #000; 
	border-top: 1px solid #242424; 
	border-bottom: 1px solid #242424;
	padding: 7%;
	font-size: 30px;
	text-align: center;
	font-family: Quattrocento+Sans;
	}

#top { background: transparent; }
#work { /*background-image: url(../images/wood-floor.jpg);*/ z-index: 2;}
#about { /*background-image: url(../images/sd-bg-4.jpg);*/ background-color: #dcdcdc; z-index: 0; }
#contact { background-image: url(../images/cove-01.jpg); z-index: 2;}

	
footer{
	background: #000;
	position: fixed;
	right: 120px;
	bottom: 0px;
	width: 270px;
	height: 82px;
	z-index: 9999;
	}

header, 
#header{
	display: none;
	height: 48px;
	position:fixed;
	line-height: 48px;
	z-index: 999;
	width: 100%;
	
	
    /* fallback */
    background-color: #000;
	}
	
	nav { float: left; margin-left: 5%;}
	
	@media (min-width: 482px){
	nav select{display: none;}
	nav ul {display: block;}
	}
	@media (max-width: 481px){
	nav {width: 90%; margin: 0px;}
	nav select{display: block; }
	#back-to-top{display:none !important;}
	nav ul {display: none;}
	.section {min-height: 750px !important;}
	
	}
	
	nav select {
		height: 24px;
		margin: 11px 5%;
		font-size: 16px;
		line-hieght: 24px;
		background: #2b2e32;
		color: #ffffff;
		border: none;
		width: 100%;
		}
	
	nav ul{margin: 0px; padding: 0px 0px 0px 24px;}
	nav ul li {
		margin: 0px 42px 0px 0px; 
		padding: 0px;
		list-style:none;
		display: inline;
		text-transform: uppercase;
		text-shadow: -1px 0px 2px #18191b;
		font-size: 1.3em;
		font-family: 'Questrial', sans-serif;
		
	}
		nav a:link,
		nav a:visited { color: #c1c1c1; text-shadow: 0px -1px 2px #18191b;}
		nav a:hover,
		nav a:active { color: #fff;}
		
		nav ul li a.active { color: #ffffff; }
		
		/* Navigation items */
		#header.work,
		#header.contact {background-color: #fff; opacity: .8; }
		
		#header.work nav li.work a{
			color: #6283FF;
			text-shadow: none;
			}
		#header.contact nav li.contact a {
			color: #6283FF;
			text-shadow: none;
			}
		
		#header.work nav a:link, 
		#header.work nav a:visited,
		#header.contact nav a:link, 
		#header.contact nav a:visited  {color: #121212; opacity: 1; text-shadow: 1px 2px 1px #fff;}


		#header.about {background-color: #000; opacity: .8; }
		
		#header.about nav li.about a{
			color: #C84AC6;
			text-shadow: none;
			}
@media (max-width: 600px){
	header #tagline {display:none !important;}	
	#header #tagline .tasks {display:none !important;}
}
		  header #tagline {
			float: right;
			color: #fff;
			margin-right: 5%;
			text-align: right;
			font-size: 16px;
			}
			header #tagline em{float: left;}
			header #tagline span { 
				display: none; 
				text-align: left;
				}
				header #tagline span:first-child(){display: inline;}
		#header #tagline .tasks {
			width: 390px;
			text-align: left;
			}
			
		#back-to-top {
			display: none;
			background: #fff;
			color: #25282b;
			position: fixed;
			right: 1%;
			height: 40px;
			width: 38px;
			line-height: 40px;
			top: 4px;
			z-index: 999;
			text-align: center;
			font-size: 40px;
			border-radius: 40px;
			opacity: .6;
			
			-webkit-transform: rotate(270deg);
			-moz-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			writing-mode: lr-tb;
			/* Internet Explorer */
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		}
		
/* Sections */


/* TOP */

section.section {display: none;}
#top {background-position: 50% 0px;}
section.section#top { display: block;}

#logo {
	width: 100px;
	height: 100px;
	border-radius: 55px;
	background: #121212;
	text-align: center;
	border: 5px solid #333;
	margin: 0px auto;
	color: #fff;
	font-size: 50px;
	line-height: 100px;
	font-family: "Paytone One";
	box-shadow: 1px 1px 20px #333;
	}
	
@media (min-width: 600px) and (max-width: 799px){
	#top h1 {	
		font-size: 28px;
		line-height: 28px;
		width: 430px;
		}
	
	#top h1 span.set24 {
		font-size: 28px;
		}
		
	#top h1 span.name {
		font-size: 48px;
		line-height: 39px;
		}
	#header #tagline .tasks{ display: none !important;}
	}	

@media (min-width: 800px) and (max-width: 999px){
	#top h1 {	
		font-size: 33px;
		line-height: 35px;
		width: auto;
		}
	
	#top h1 span.set24 {
		font-size: 37px;
		}
		
	#top h1 span.name {
		font-size: 48px;
		line-height: 39px;
		display:inline-block;
		}
		
	#header #tagline .tasks{ display: none !important;}
	}	
@media (min-width: 1000px){
	#top h1 {	
		font-size: 37px;
		line-height: 36px;
		width: auto;
		}
	
	#top h1 span.set24 {
		font-size: 39px;
		}
		
	#top h1 span.name {
		font-size: 40px;
		line-height: 39px;
		display:inline-block;
		}
	/* remove the ... on tagline */
	#header #tagline em span {display: none;}
	
	
	}	
#top article h1 {
	/*background: url(../images/set24-intro.png);
	text-indent: -9999px;*/
	font-family: 'Quattrocento Sans';
	color: #fff;
	text-shadow: 1px 1px 15px #666666;
	text-align: center;
	font-weight: normal; 
	margin: 20vh auto 10vh;
	}
	#top article strong {font-weight: bold;}
	
	#top article span.name {
		font-family: 'Paytone One'; 
		text-transform: uppercase; 
		padding-left: 4px;
		letter-spacing: 1px;
		}
	#top article span.and {font-family: 'Ovo';}
	
#top article {
	color: #25282b;
	text-align: center;
	font-weight: normal; 
	font-size: 20px;
}
	

#top article h2 {
			font-family: 'Paytone One'; 
			text-transform: uppercase; 
			letter-spacing: 1px;
	font-size: 32px;
	color: #25282b;
}

/* WORK */

#work {
	/*background-image: url(../images/wood-floor.jpg);
	background-size: cover;*/
	background-color: #efefef;
	position: relative; 
	padding-top: 75px;
	}

#work #workthumbs div {
	display: none; 
	float: left;
	margin: 1%;
	cursor: pointer;
	width: 23%;
	
	}
	#work #workthumbs div img {width: 100%; opacity: .8; height: auto;}

	@media (max-width: 949px){
		#work #workthumbs div {width: 31%;}
		#work {height: 750px !important;}
	}

	@media (max-width: 699px){
		#work #workthumbs div { width: 48%;	}
		#work {height: 1100px !important;}
	}

	@media (max-width: 574px){
		#work #workthumbs div { width: 48%;	}
		#work {height: 950px !important;}
	}

#workdetails .screenshot, #workdetails form {
	height: auto;
	width: 45%;
	display: block;
	float: left;
}

#work #workthumbs div:last-child{
	position: relative;
}
#work #workthumbs div:last-child span{
	position: absolute;
	display: block;
	text-align: center;
	vertical-align: middle;
	top: 43%;
	color: #cccccc;
	font-size: 24px;
	text-shadow: 0px 0px 10px #121212;
	width: 100%;
	}
 
#workdetails {
	display: none;
	background:url(../images/transparent-bg.png);
	height: 75%;
	font-size: 12px;
	color: #11171f;
	/*left:-99999px;*/
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 30px;
	position: relative;
}
#work-nav {
	bottom: 5px;
	position: absolute;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	z-index: 9;
	}
.arrow {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	z-index: 20;
	font-size: 24px;
	line-height: 15px;
	text-align: center;
	}
	#indicators div.active {
		background: #fff;
	}
	
#indicators div {
	float: left;
	margin: 0% 0% 0% 2%;
	height: 15px;
	width: 15px;
	background: url(../images/transparent-bg.png) no-repeat;
	border-radius: 10px;
	z-index: 20;
	cursor: pointer;
}
.prev {
	float: left;
	margin: 0 7%;
	}
.next {
	float: right;
	margin: 0 7%;
	}
#slider {width: 20000px;}
	#slider > li {
		float: left;
		position: relative;
		}

#work .grid,
#work .single {
	cursor: pointer;
	height: 18px;
	width: 110px;
	color: #fff;
	padding-right: 33px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 30px;
	text-shadow: 1px 1px 3px #333;
	letter-spacing: .75px;
	}
#work .grid {
	background: url(../images/work-grid.png) right no-repeat;
	display:none;
	}
#work .single {
	background: url(../images/work-single.png) right no-repeat;
}


#workdetails .details{
	display: block;
	float: left;
	margin: 27px 2% 0px;
	width: 48%;
	font-size: 14px;
}
#workdetails h2 {
	font-size: 24px;
	line-height: 22px;
}
#workdetails p { 
	margin: 10px 0px 30px; 
	font-size: 15px;
	line-height: 18px;
	color: #25272a;
	}

.details ul li {
	float: left;
	width: 42%;
	margin-right: 5px;
	color: #25272a;
}
#workdetails span.web{
	font-size: 14px;
	color: #11171f;
	margin: 0px 0px 3px;
	display: block;
}
#workdetails span.web a {padding: 2px 4px;}
#workdetails span.web a:hover{background: #11171f;}


#workdetails h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform:uppercase;
	border-bottom: 1px dotted #fff;
	line-height: 18px;
}

/*ABOUT*/

@media (max-width: 481px) {
	#about article {
		width: 420px !important;
		margin-left: -210px !important;
	}
	#about article p {
		margin-bottom: 4px !important; 
		font-size: 15px !important;
		line-height: 17px !important;
	}
	a#resume {
		padding: 10px !important;
		line-height: 45px !important;	
		font-size: 14px;
	}
}
@media (max-width: 1250px) {
#about article {
	width: 750px;
	top: 100px !important;
	line-height: 20px;
	left: 50%;
	margin-left: -375px;
	text-shadow: 1px 1px 10px #ffffff;
	}
#skills {
	position: fixed !important;
	top: 340px;
	left: 50%;
	margin-left: -310px;
}
#key{
	position: fixed;
	top: 660px;
	left: 50%;
	margin-left: -300px;
	}
#about article p {
	margin-bottom: 8px; 
	font-size: 18px;
	}
}
@media (min-width: 1251px) {	

#about article {
	float: left;
	width: 420px;
	}
	
#skills {
	float: right;
	}

#key{
	float: right; 
	clear: right;
	}
	
#about article p {
	margin-bottom: 15px; 
	font-size: 18px;
	}
.extra {display: block !important;}
}

#about .extra {display: none;}
#about #photo {
	background-position: 500px 50%;
	background-image: url(../images/sophia-knight-web-developer.png) ;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	}
	
#about article {
	position: fixed;
	top: 180px;
	text-align: center;
	}
	
#skills {
	height: 309px;
	width: 620px;
	position: relative;
	border-bottom: 3px solid #fff;
}
#skills .level{
	border-top: 3px solid #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#skills .level span{
	font-size: 12px;
	margin-top: -9px;
	text-align: right;
	display: block;
	float: left;
	margin-left: -55px;
	width: 50px;
}

#key{
	width: 600px;
	margin-top: 20px;
	}
#key .key {
	width: 275px;
	float: left;
	border-left: 20px solid #fff;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;	
	margin-bottom: 5px;
	cursor: pointer;
	}
#key .key:hover {
	color: #000000;
	}

a#resume {
	border-radius: 50%;
	background-color: #25282b;
	text-align: center;
    line-height: 60px;
    padding: 12px;
    height: 60px;
	text-shadow: 2px 2px 1px #000;
	display: inline-block;
	margin-top: 24px;
	
	
    /* fallback */
    background-repeat: repeat-x;
  
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#313438), to(#25282b));
  
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #25282b, #313438);
  
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #25282b, #313438);
  
    /* IE 10 */
    background: -ms-linear-gradient(top, #25282b, #313438);
  
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #25282b, #313438);	
	}
		a#resume:hover {background: #25282b; }
		
		
/************************/
#skills #all-star { 
	height: 100%;
}
#skills #veteran { 
	height: 80%;
}
#skills #rookie { 
	height: 35%;
}

#key .cms { 
	border-color: #6283ff;
}
#key .front-end { 
	border-color: #151741;
}
#key .back-end { 
	border-color: #3f4245;
}
#key .oop { 
	border-color: #c84ac6;
}
	
	
/************************/


/**/

#skills .cms { 
	background-color: #6283ff;
}
#skills .front-end { 
	background-color: #151741;
}
#skills .back-end { 
	background-color: #3f4245;
}
#skills .oop { 
	background-color: #c84ac6;
}

/**/

#skills .skill {
	width: 50px;	
	display:block;
	float: left;
	margin-left: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
   -moz-box-shadow: 1px -1px 2px #666666;
   -webkit-box-shadow: 1px -1px 2px #666666;
    box-shadow: 1px -1px 2px #666666;
}

#skills .skill span{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	position: absolute;
	bottom: 87px;
	width: 166px;
	margin-left: -56px;
	z-index: 999;
}

#skills .ie9 .skill span{
	margin-left: 18px;
	bottom: 158px;
}

#skills #css { left: 10px; }
#skills #net { left: 70px; }
#skills #wordpress {left: 130px; }
#skills #jquery {left: 190px; }
#skills #drupal {left: 250px; }
#skills #oop {left: 310px; }
#skills #design {left: 370px; }
#skills #server {left: 430px; }
#skills #php {left: 490px; }
#skills #mobile {left: 550px; }


/* contact */
#contact {
	padding-bottom: 50px;
	}
	
#contact article{
	/*background: url(../images/transparent-bg.png);*/
	color: #fff;
	margin: 0px auto;
	font-weight: normal;
	font-family: 'Spinnaker', sans-serif;
	border: 5px solid #ffffff;
	position: relative;
}

#contact article:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 #contact #response {display: none;}
 
 #contact .send {
	 margin: 5% 3% 5% 0%;
	 padding: 1% 0% 1% 2%;
	 float: right;
	 width: 39.5%;
	 }
 #contact input#submit {
	width: 90px; 
	height: 90px;
	float: right; 
	clear: right;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	text-shadow: 2px 2px 1px #000;
	padding: 4px 0px 6px;
	}
 #contact input#submit:hover {background: #25282a;}
 #contact .send .caption {
	 position: absolute;
	 bottom: 5%;
	 text-align: center;
	 color: #fff;
	 right: 3%;
	 font-size: 12px;
	 font-style: italic;
	 }
 
 #contact .form-contents {
	 margin: 5% 0% 5% 2%;
	 padding: 1% 2% 1% 0%;
	 border-right: 3px solid #fff;
	 float: left;
	 width: 50%;
	 min-height: 400px;
	 }
  
 #contact form p {padding-left: 4px;}
 
 #contact form p.dear {margin-bottom: 20px;} 

#questionnaire,
#have-website {display:none;}

#contact select,
#contact input,
#contact textarea {
	background: url(../images/transparent-bg.png);
	font-size: 16px;
	display: block;
	margin: 0px 0px 12px;
	border: none;
	color: #2b2e31;
	font-family: 'Spinnaker', sans-serif;
	padding-left: none;
	height: 24px;
	width: 98%;
	line-height: 14px;
	padding: 2px 0px 0px 4px;
}
   #contact select {
	   width: 100%; 
	   height: 26px; 
	   line-height: 27px; 
	   	-webkit-appearance:none;
		appearance: none;
		background-color: transparent;
		text-overflow: ellipsis;
		white-space: nowrap;
	   }
	#contact p.check-radio {
		position: relative;
		display: inline;
		margin: 0px 5px 5px;
		}
	#contact input.check-radio {
		width: 12px;
		display: inline;
		position: absolute;
		top: -3px;
		background-image: none;
		left: -1px;
		}
	#contact p.check-radio label { 
		margin-left: 17px;
	}
		
	#contact textarea {
		font-style: italic;
		color: #5a5a5a;
		height: auto;
		overflow: auto;
		width: 100%;
		min-height: 50px;
		}
	#contact textarea:focus {
		font-style: normal;
		color: ##25272A;
		}
	   
 	#contact select#website {display:block;}
	
 #contact form p input {
	 display: inline; 
	 width: auto;
	 }
 
 #contact form p.signed {
	 float: right; 
	 margin-top: 12px;
	 }
 #contact form p.signed input {
 	width: auto; 
	display: block; 
	margin: 0px 0px 0px -4px; 
	padding-right: 4px;
	text-align: right;
	}
 
 
 
/* footer */
footer{
	width: 250px;
	height: 50px;
	background: url(../images/socialmedia-icons.png);
	bottom: 11px;
	left: 50%;
	position: fixed;
	margin-left: -125px;
}
footer a{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
}

/*ANIMATED CLOCK*/
#front{
	position:absolute;
	top:0px;
}



#upperHalf, #upperHalfBack{
	vertical-align:bottom;
}

#lowerHalf, #lowerHalfBack{
	vertical-align:top;
}




#upperHalf img{
	position:relative;
	height:64px;
	vertical-align:bottom;
	visibility:visible;
}

#lowerHalf img{
	position:relative;
	height:64px;
	vertical-align:top;
	visibility:visible;
}

	
#lowerHalfBack img{
	position:relative;
	vertical-align:top;
}

#upperHalfBack img{
	position:relative;
	vertical-align:bottom;
}

#hoursUp, #hoursDown, #hoursUpBack, #hoursDownBack{
	width:125px;
}

#minutesUpLeft, #minutesUpRight, #minutesDownLeft, #minutesDownRight,
#minutesUpLeftBack, #minutesUpRightBack, #minutesDownLeftBack, #minutesDownRightBack,
#secondsUpLeft, #secondsUpRight, #secondsDownLeft, #secondsDownRight,
#secondsUpLeftBack, #secondsUpRightBack, #secondsDownLeftBack, #secondsDownRightBack{
	width:64px;
}
