/* fonts */

.Revel { 
	font-family: Revel;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
}
.ChicagoOrnaments { 
	font-family: ChicagoOrnaments;
	font-weight: normal;
	font-style: normal;
}
.HandStampPlayRoughSerif-Bold { 
	font-family: HandStampPlayRoughSerif-Bold;
	font-weight: normal;
	font-style: normal;
}
.Moraine { 
	font-family: Moraine;
	font-weight: normal;
	font-style: normal;
}
.HandStampPlayRoughSerif-Reg { 
	font-family: HandStampPlayRoughSerif-Reg;
	font-weight: normal;
	font-style: normal;
}

/* Animated text on homepage */

.sp-container {
	position: fixed;
	top: 40%; /* change this in responsive sections */
	left: 0;
	width: 100%;
	height: 10%;
	z-index: 0;
	/*background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));*/
}
.sp-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0; 
	z-index: 1000;
}
.sp-container h2 {
	font-size: 40px;
	font-family: HandStampPlayRoughSerif-Reg;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 90px;
	color: transparent;
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
	/*background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));*/
}
.sp-container h2.frame-1 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container h2.frame-2 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.sp-container h2.frame-3 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.sp-container h2.frame-4 {
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
.sp-container h2.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span {
	-webkit-animation: blurFadeIn 3s ease-in 12s backwards;
	-moz-animation: blurFadeIn 1s ease-in 12s backwards;
	-ms-animation: blurFadeIn 3s ease-in 12s backwards;
	animation: blurFadeIn 3s ease-in 12s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 13s;
	-moz-animation-delay: 13s;
	-ms-animation-delay: 13s;
	animation-delay: 13s;
}
.sp-container h2.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-ms-animation-delay: 14s;
	animation-delay: 14s;
}

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}
@-webkit-keyframes fadeInLink {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0deg);
	}
}
@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-moz-transform: scale(5);
	}
}
@-moz-keyframes fadeInRotate {
	0% {
		opacity: 0;
		-moz-transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1) rotate(0deg);
	}
}
@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		transform: scale(5);
	}
}
@keyframes fadeInRotate {
	0% {
		opacity: 0;
		transform: scale(0) rotate(360deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

/* Hire me circle */

#hire-me {
	position:relative;
	z-index: 1200;
	bottom: 15%;
}

#circle {
	margin-top: -50%;
	width: 500px !important;
	height: 300px !important;
}

/*#hire-me:hover {
    cursor: url(../img/pointer.png), auto;
    opacity: 1;
}*/

.circle-link {
	position: absolute;
	left: 47%;
	bottom: 100px;
	text-align: center;
	line-height: normal;
	width: 100px;
	height: 100px;
	color: white;
	font-family: 'Shadows Into Light', cursive;	
	font-size: 25px;
	-webkit-animation: fadeInLink 1s linear 16s backwards;
	-moz-animation: fadeInLink 1s linear 16s backwards;
	-ms-animation: fadeInLinkk 1s linear 16s backwards;
	animation: fadeInLink 1s linear 16s backwards;
	white-space: nowrap;
	padding-top: 30px;
}
.circle-link:hover {
	color: darkorange;
}

/* circle drawing */

path.line {
	stroke-width: 1px;
	stroke: burlywood;
	fill: none;
	vector-effect: non-scaling-stroke;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 1s ease-in forwards;
	animation-delay: 17s;
}
@keyframes dash {
	to {stroke-dashoffset: 0;}
}

/* Common Styles */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Moraine;
	font-weight: normal;
	font-style: normal;
	background: #fff;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

section { overflow: hidden; }
::selection { background: #161a1b; color: #fff; }
::-moz-selection { background: #161a1b; color: #fff; }


/* Typography */

a {
    text-decoration: none;
}

h1 {
	font-size: 60px;
	line-height: 45px;
	color: lightgrey;
	letter-spacing: 2px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
	color: darkgrey;
}

/* Content Styles */

.wrapper {
  text-align: center;		
  position: absolute;
  overflow: hidden;
  display: table-cell;
  height: 1080px; /* 100% */
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width : 600px) {
	.wrapper {
		height: 800px;
	}
}

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  position: relative;
  overflow: hidden;
}

.layer { position: absolute; }

.layer div {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Background */

.background {
  background: url(../img/gages-bg.jpg) no-repeat 50% 100%;
  bottom: 0;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}

#interference {
  background-size: cover;
  position: absolute;
  width: 110%;
  top: 30px;
  height: 100%;
  z-index: 1100;
}

/* Portrait */

.portrait {
	text-align:left;
	margin-left:-29%;
	margin-top:-10%;
	width:1000px;
}
.portrait img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9);
}
.portrait2 {
	width: 50%;
	left: -21%;
	position: relative;
	top: -10%;
}

/* Text */

.title {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 15%;
}
span.arlene { font-size: 50px; }
div#gear-turning {
	position: relative;
	top: 0;
}
.line {
	display: inline-block;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background-color: burlywood;
	margin-top: 10px;
}


/* Particles Animation */

.depth-5 {
	/*-webkit-animation: wave -1s 9s infinite linear;*/
	/*-moz-animation: wave -1s 9s infinite linear;*/
	/*animation: wave -1s 9s infinite linear;*/
}
.depth-4 {
	/*-webkit-animation: wave -10s 40s infinite linear;*/
	-moz-animation: wave -10s 40s infinite linear;
	/*animation: wave -10s 40s infinite linear;*/
 }
.depth-3 {
	-webkit-animation: wave 12s 0.1s infinite linear;
	-moz-animation: wave 12s 0.1s infinite linear;
	animation: wave 12s 0.1s infinite linear;
}
.depth-2 {
	/*-webkit-animation: wave -5s 25s infinite linear;*/
	-moz-animation: wave -5s 25s infinite linear;
	/*animation: wave -5s 25s infinite linear;*/
}
.depth-1 {
	-webkit-animation: wave 15s .1s infinite linear;
	-moz-animation: wave 15s .1s infinite linear;
	animation: wave 15s .1s infinite linear;
}


/* Particles Sizing */

.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6,0.6);
	transform: scale(0.6);
}

.depth-2 img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9); 
	transform: rotate3d(-45deg);
}

/* Particles Positioning */

.depth-5 {
	position: absolute;
	right: -100%;
	top: -24%;
}
.depth-4 {
	position: absolute;
	left: -10%;
	top: 37%;
 }
.depth-3.flake1 {
	position: absolute;
	left: 20%;
	top: 40%;
}
.depth-3.flake2 {
	position: absolute;
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	position: absolute;
	left: 10%;
	bottom: 16%;
}
.depth-3.flake4 {
	position: absolute;
	left: 10%;
	bottom: 40%;
}
.depth-2.flake1 { 
	position: absolute;
	right: 40%;
	top: 40%;
}
.depth-2.flake2 { 
	position: absolute;
}
.depth-1.flake1 {
	position: absolute;
}
.depth-1.flake2 { 
	position: absolute;
	right: 40%;
	top: 50%;
}
.depth-1.flake3 {
	position: absolute;
}
.depth-1.flake4 { 
	position: absolute;
	right: 0;
	top: 45%;
}

/* steam animation */

@keyframes flickerAnimation1 {
  0%  { opacity: .6}
  20% { opacity: .5}
  30% { opacity: .4}
  35% { opacity: .3}
  40% { opacity: .2}
  45% { opacity: .1}
  50% { opacity: 0}
  55% { opacity: .1}
  60% { opacity: .2}
  65% { opacity: .3}
  70% { opacity: .4}
  80% { opacity: .5}
  100% { opacity: .6;}
}
@-o-keyframes flickerAnimation1 {
  0%  { opacity: .6}
  20% { opacity: .5}
  30% { opacity: .4}
  35% { opacity: .3}
  40% { opacity: .2}
  45% { opacity: .1}
  50% { opacity: 0}
  55% { opacity: .1}
  60% { opacity: .2}
  65% { opacity: .3}
  70% { opacity: .4}
  80% { opacity: .5}
  100% { opacity: .6;}
}
@-moz-keyframes flickerAnimation1 {
  0%  { opacity: .6}
  20% { opacity: .5}
  30% { opacity: .4}
  35% { opacity: .3}
  40% { opacity: .2}
  45% { opacity: .1}
  50% { opacity: 0}
  55% { opacity: .1}
  60% { opacity: .2}
  65% { opacity: .3}
  70% { opacity: .4}
  80% { opacity: .5}
  100% { opacity: .6;}
}
@-webkit-keyframes flickerAnimation1 {
  0%  { opacity: .6}
  20% { opacity: .5}
  30% { opacity: .4}
  35% { opacity: .3}
  40% { opacity: .2}
  45% { opacity: .1}
  50% { opacity: 0}
  55% { opacity: .1}
  60% { opacity: .2}
  65% { opacity: .3}
  70% { opacity: .4}
  80% { opacity: .5}
  100% { opacity: .6;}
}
.animate-flicker1 {
   -webkit-animation: flickerAnimation1 21s infinite;
   -moz-animation: flickerAnimation1 21s infinite;
   -o-animation: flickerAnimation1 21s infinite;
    animation: flickerAnimation1 21s infinite;
}

@keyframes flickerAnimation2 {
  0%   { opacity: 0}
  10% { opacity: .2}  
  20% { opacity: .3}
  40% { opacity: .6}
  50% { opacity: .8}
  60% { opacity: .6}
  80% { opacity: .3}
  90% { opacity: .2}
  100% { opacity: 0;}
}
@-o-keyframes flickerAnimation2 {
  0%   { opacity: 0}
  10% { opacity: .2}  
  20% { opacity: .3}
  40% { opacity: .6}
  50% { opacity: .8}
  60% { opacity: .6}
  80% { opacity: .3}
  90% { opacity: .2}
  100% { opacity: 0;}
}
@-moz-keyframes flickerAnimation2 {
  0%   { opacity: 0}
  10% { opacity: .2}  
  20% { opacity: .3}
  40% { opacity: .6}
  50% { opacity: .8}
  60% { opacity: .6}
  80% { opacity: .3}
  90% { opacity: .2}
  100% { opacity: 0;}
}
@-webkit-keyframes flickerAnimation2 {
  0%   { opacity: 0}
  10% { opacity: .2}  
  20% { opacity: .3}
  40% { opacity: .6}
  50% { opacity: .8}
  60% { opacity: .6}
  80% { opacity: .3}
  90% { opacity: .2}
  100% { opacity: 0;}
}
.animate-flicker2 {
   -webkit-animation: flickerAnimation2 19s infinite;
   -moz-animation: flickerAnimation2 19s infinite;
   -o-animation: flickerAnimation2 19s infinite;
    animation: flickerAnimation2 19s infinite;
}

@keyframes flickerAnimation3 {
  0% { opacity: 0}
  7% { opacity: .1}
  28% { opacity: .45}
  50% { opacity: .9}
  68% { opacity: .3}
  100% { opacity: 0;}
}
@-o-keyframes flickerAnimation3 {
  0% { opacity: 0}
  7% { opacity: .1}
  28% { opacity: .45}
  50% { opacity: .9}
  68% { opacity: .3}
  100% { opacity: 0;}
}
@-moz-keyframes flickerAnimation3 {
  0% { opacity: 0}
  7% { opacity: .1}
  28% { opacity: .45}
  50% { opacity: .9}
  68% { opacity: .3}
  100% { opacity: 0;}
}
@-webkit-keyframes flickerAnimation3 {
  0% { opacity: 0}
  7% { opacity: .1}
  28% { opacity: .45}
  50% { opacity: .9}
  68% { opacity: .3}
  100% { opacity: 0;}
}
.animate-flicker3 {
   -webkit-animation: flickerAnimation3 14s infinite;
   -moz-animation: flickerAnimation3 14s infinite;
   -o-animation: flickerAnimation3 14s infinite;
    animation: flickerAnimation3 14s infinite;
}

/* Responsive Styles */

@media only screen and (max-width: 1920px) {

div#gear-turning { 
	top: -25px;
}

.portrait {
	margin-left: -32% !important;
}
	
/* Positioning */
	
.depth-5 {
	right: -10%;
	top: 5%;
}
.depth-4 {
	left: 3%;
	top: -15%;
 }
.depth-3.flake1 {
	left: 20%;
	top: 40%;
}
.depth-3.flake2 {
	right: 25%;
	bottom: 25%;
}
.depth-3.flake3 {
	left: 40%;
	bottom: 20%;
}
.depth-3.flake4 {
	left: 10%;
	bottom: 40%;
}
.depth-2.flake1 { 
	right: 40%;
	top: 40%;
}
.depth-2.flake2 { 

}
.depth-1.flake1 {
	left: 60%;
	bottom: 30%;
}
.depth-1.flake2 { 
	left: 20%;
	top: 30%;
}
.depth-1.flake3 { 
	top: 20%;
	right: 10%;
}
.depth-1.flake4 { 
	right: 40%;
}
}

@media only screen and (max-width: 1600px) {

/* Portrait */

.portrait img{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8);
}
}

@media (max-width: 1400px) {

/* Portrait */
	
.portrait {
	margin-left:-38% !important;
}
.portrait img{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7);
}
	
/* Positioning */
	
.depth-5 {
	right: -10%;
	top: -5%;
}
.depth-4 {
	left: -3%;
	top: -15%;
 }
.depth-3.flake1 {
	left: 20%;
	top: 40%;
}
.depth-3.flake2 {
	right: 25%;
	bottom: 25%;
}
.depth-3.flake3 {
	left: 40%;
	bottom: 20%;
}
.depth-3.flake4 {
	left: 10%;
	bottom: 40%;
}
.depth-2.flake1 { 
	right: 40%;
	top: 40%;
}
.depth-2.flake2 { 

}
.depth-1.flake1 {
	left: 60%;
	bottom: 30%;
}
.depth-1.flake2 { 
	left: 15%;
	top: 25%;
}
.depth-1.flake3 { 
	top: 20%;
	right: 10%;
}
.depth-1.flake4 { 
	right: 40%;
	top: 25%;
}
}

@media only screen and (max-width: 1200px) {
	
/* Portrait */

.portrait {
	margin-left:-52% !important;
	margin-top:-30%;
}
.portrait2 {
	top: -5%;
	left: -24%;
}	
.circle-link {
	left: 45%;
}
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1,1);
	transform: scale(1);
}
	
/* Positioning */
	
.depth-3.flake1 {
	left: 20%;
	top: 40%;
}
.depth-3.flake2 {
	right: 25%;
	bottom: 25%;
}
.depth-3.flake3 {
	left: 80%;
	bottom: 20%;
}
.depth-3.flake4 {
	left: 10%;
	bottom: 40%;
}
.depth-2.flake1 { 
	right: 40%;
	top: 40%;
}
.depth-2.flake2 { 

}
.depth-1.flake1 {
	left: 60%;
	bottom: 10%;
}
.depth-1.flake2 { 
	left: 15%;
	top: 25%;
}
.depth-1.flake3 { 

}
.depth-1.flake4 { 

}
}

@media only screen and (max-width: 1024px) {
	
.portrait {
	margin-left:-61% !important;
	margin-top: -44%;
}
}

@media only screen and (max-width: 960px) {

/* Title */

.title { top: 15%; }

/* Portrait */

.portrait {
	margin-left:-50% !important;
}

.portrait img {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5,0.5);
	transform: scale(0.5);
}
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8);
}
	
/* Positioning */
	
.depth-5 {
	right: -25%;
	top: 3%;
}
.depth-4 {
	left: -3%;
	top: 15%;
 }
.depth-3.flake1 {

}
.depth-3.flake2 {
	right: 25%;
	bottom: 25%;
}
.depth-3.flake3 {
	left: 80%;
	bottom: 20%;
}
.depth-3.flake4 {
	left: 10%;
	bottom: 40%;
}
.depth-2.flake1 {
	
}
.depth-2.flake2 {

}
.depth-1.flake1 {
	
}
.depth-1.flake2 { 
	left: 15%;
	top: 25%;
}
.depth-1.flake3 { 

}
.depth-1.flake4 { 

}
}

/* Tablet Portrait */
@media only screen and (max-width: 768px) {

/* Title */
	
.title { top: 21%; }
.title h1 { margin-bottom: 0; }
.sp-container h2 { top: 51%; }
.circle-link { left: 44%; }

/* Portrait */
	
.portrait {
	margin-left: -64% !important;
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	margin-top: -148%;
}
.portrait {
	margin-top: -87%;
	margin-left: -12% !important;
}
.portrait2 {
	top: 6%;
	left: -37%;
	width: 75%;
}	
	
/* Positioning */
	
.depth-5 {
	right: -25%;
	top: 30%;
}
.depth-4 {
	right:-25%;
	top: 55%;
 }
.depth-3.flake1 {
	right:60%;
	top: 10%;
}
.depth-3.flake2 {
	right: 25%;
	bottom: 25%;
}
.depth-3.flake3 {
	left: 80%;
	bottom: 0;
	top: 2%;
}
.depth-3.flake4 {
	left: 10%;
	bottom: 40%;
}
.depth-2.flake1 {
	right: 30%;
	top:0;
}
.depth-2.flake2 {

}
.depth-1.flake1 {

}
.depth-1.flake2 { 
	right: -40%;
	top: 25%;
}
.depth-1.flake3 { 
	top: 50%;
}
.depth-1.flake4 { 
	right:50%;
	top:70%;
}
}

/* Nexus 7 */
/* Portrait */
@media only screen and (max-width:600px) {
	
#hire-me {
	bottom: 25%;
}	

/* Title */

.title { top: 15%; }
.title > h1 { margin-bottom: 0;}
.sp-container h2 { top: 13%; }

/* Portrait */

.portrait {
	margin-left:-51% !important;
}
.portrait img{
	margin-top: -20%;
}
#circle {
	margin-top: -25%;
}
.circle-link {
	padding-top: 25px;
	left: 45%;
}
.depth-3.flake4 {
	left: 28%;
	bottom: 0;
}
.depth-3.flake1 {
	left: 25%;
	top: 25%;
}
.depth-2.flake1 {
	right:0;
}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
.depth-1.flake3 { 
	left: 45%;
	top: 38%;
}
.depth-1.flake2 {
	top:5%;
}
}

@media only screen and (max-width: 460px) {	
	.portrait2 {
		top: -34%;
		left: 4%;
		transform: rotate(90deg);
	}
}

/* iPhone 6 plus portrait */
@media only screen and (max-width: 415px) {

.sp-container {
	top:45%;
}
#hire-me {
	bottom: 15%;
}

/* Title */
	
.title { top: 30%; }
.title h1 { margin-bottom: 0;font-size: 50px;line-height: 38px; }
span.arlene { font-size: 40px; }
.sp-container h2 { font-size: 35px;line-height: 25px;padding: 0 1%;top: 56%; }
#circle {
	margin-top: -65%;
	width: 340px !important;
	height: 260px !important;
}
.circle-link {
	left: 38%;
	padding-top: 45px;
}

/* Portrait */

.portrait2 {
	top:-31%;
}	
.portrait {
	margin-left: -83% !important;
	margin-top: -148%;
}
.portrait img{
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4,0.4);
	transform: scale(0.4);
}

/* Positioning */
	
.depth-5 {
	right: 0;
	top: 50%;
}
.depth-4 {
	left: -4%;
	top: 20%;
 }
.depth-3.flake2 {
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	left: 10%;
	bottom: 16%;
}
.depth-2.flake1 {
	right:0%;
	top: 65%;
}
.depth-1.flake2 { 
	right: 40%;
	top: 40%;
}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	  
/* Title */
	
.title { top: 30%; }
.title h1 { margin-bottom: 0;font-size: 50px;line-height: 38px; }
span.arlene { font-size: 40px; }
.sp-container h2 { font-size: 35px;line-height: 25px;padding: 0 1%;top: 56%; }
#circle {
	margin-top: -65%;
	width: 340px !important;
	height: 260px !important;
}
.circle-link {
	left: 38%;
	padding-top: 45px;
}

/* Portrait */
	
.portrait {
	margin-left: -83% !important;
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	margin-top: -135%;
}
.portrait img{
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4,0.4);
	transform: scale(0.4);
}

/* Positioning */
	
.depth-5 {
	right: 0;
	top: 50%;
}
.depth-4 {
	left: -4%;
	top: 20%;
 }
.depth-3.flake2 {
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	left: 10%;
	bottom: 16%;
}
.depth-2.flake1 {
	right:0%;
	top: 65%;
}
.depth-1.flake2 { 
	right: 40%;
	top: 40%;
}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}


/* Google Nexus 4 portrait */
@media only screen and (max-width: 384px) {

/* Title */
	
.title { top: 28%; }
div#gear-turning { 
	top: -8px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8);
}
.sp-container h2 { font-size: 30px;line-height: 22px;padding: 0 5%; }
#circle {
	margin-top: -58%;
}
.circle-link {
	left: 38%;
	padding-top: 60px;
	font-size: 20px;
}
.portrait {
	margin-left: -99% !important;
	margin-top: -159%;
}
.portrait img{
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3,0.3);
	transform: scale(0.3);
}

/* Positioning */

.depth-5 {
	right: -10%;
	top: 40%;
}
.depth-4 {
	left: -20%;
	top: 20%;
 }
.depth-3.flake1 {

}
.depth-3.flake2 {
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	left: 10%;
	bottom: 16%;
}
.depth-3.flake4 {

}
.depth-2.flake1 { 
	right:-30%;
	top:50%;
}
.depth-2.flake2 {

}
.depth-1.flake1 {

}
.depth-1.flake2 { 
	right: 40%;
	top: 40%;
}
.depth-1.flake3 { 

}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
}

/* iphone 6s portrait */
@media only screen and (max-width: 375px) {

/* Title */
	
.title { top: 28%;}
div#gear-turning { 
	top: -3px;
}
#circle {
	margin-top: -58%;
}
.circle-link {
	left: 39%;
}
.portrait {
	margin-left: -99% !important;
}
.portrait2 {
	top:-29%;
}	

/* Positioning */

.depth-5 {
	right: -10%;
	top: 40%;
}
.depth-4 {
	left: -20%;
	top: 20%;
 }
.depth-3.flake1 {

}
.depth-3.flake2 {
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	left: 10%;
	bottom: 16%;
}
.depth-3.flake4 {

}
.depth-2.flake1 { 
	right:-30%;
	top:50%;
}
.depth-2.flake2 {

}
.depth-1.flake1 {

}
.depth-1.flake2 { 
	right: 40%;
	top: 40%;
}
.depth-1.flake3 { 

}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
}

/* Google Nexus 5 portrait */
@media only screen and (max-width: 360px) {

/* Title */
	
.title { top: 28%; }
div#gear-turning { 
	top: -3px;
}
#circle {
	margin-top: -58%;
}
.circle-link {
	left: 38%;
}
.portrait {
	margin-left: -99% !important;
	margin-top: -170%;
}
.portrait2 {
	top:-27%;
}	

/* Positioning */

.depth-5 {
	right: -10%;
	top: 40%;
}
.depth-4 {
	left: -20%;
	top: 20%;
 }
.depth-3.flake1 {

}
.depth-3.flake2 {
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	left: 10%;
	bottom: 16%;
}
.depth-3.flake4 {

}
.depth-2.flake1 { 
	right:-30%;
	top:50%;
}
.depth-2.flake2 {

}
.depth-1.flake1 {

}
.depth-1.flake2 { 
	right: 40%;
	top: 40%;
}
.depth-1.flake3 { 

}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
}

@media only screen and (max-width: 320px) {

/* Title */
	
.title { top: 28%;}
div#gear-turning { 
	top: -25px;
}
#hire-me {
	top:-40px;
}
#circle {
	margin-top: -58%;
}
.circle-link {
	left: 38%;
	padding-top: 42px;
}
.portrait {
	margin-left:-124% !important;
	margin-top: -175%;
}

/* Positioning */

.depth-5 {
	right: -10%;
	top: 40%;
}
.depth-4 {
	left: -20%;
	top: 20%;
 }
.depth-3.flake1 {

}
.depth-3.flake2 {
	right: 16%;
	bottom: 20%;
}
.depth-3.flake3 {
	left: 10%;
	bottom: 16%;
}
.depth-3.flake4 {

}
.depth-2.flake1 { 
	right:-30%;
	top:50%;
}
.depth-2.flake2 {

}
.depth-1.flake1 {

}
.depth-1.flake2 { 
	right: 40%;
	top: 40%;
}
.depth-1.flake3 { 

}
.depth-1.flake4 { 
	right: 0;
	top: 0;
}
}

/* Animation */

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}


/* 404 */

.snap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/404-background.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.snap .line { margin-bottom: 70px; }

.button {
	display: inline-block;
	margin-top: 80px;
	text-decoration: none;
	font-size: 9px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #161a1b;
	background: transparent;
	border: 1px solid rgb(23,26,28);
	border: 1px solid rgba(23,26,28,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
	padding: 15px 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover {
	background: rgb(23,26,28);
	color: #fff;
	border: 1px solid rgb(23,26,28);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media all and (min-width: 700px) {
	.button {
		font-size: 12px;
		border-radius: 10px;
		padding: 25px 45px;
	}
}
