html, body {
	scroll-behavior: smooth;
}

.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background: #FEFEFE;
	color: #2E2829;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .9px;
	text-transform: uppercase;
}

a, a:visited {
	color: #515151;
}

h1 {
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0;
}

h2 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.21;
	letter-spacing: 11.2px;
	margin: 160px auto 80px;
	text-align: center;
}

h2.screens {
	position: relative;
	color: #fff;
	margin: 0 auto 80px;
	z-index: 1;
}

h3 {
	font-size: 12px;
	font-weight: 300;
	color: #8e8e8e;
	letter-spacing: 9.6px;
	text-transform: uppercase;
	margin: 0;
}

#head-shot {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
	text-align: center;
}

#head-shot img {
	width: 100%;
}

#intro {
	padding: 0 20px;
	text-align: center;
	margin-top: 80px;
}

.intro-jaw {
	margin-top: 40px !important;
}


.jaw-title {
	margin-bottom: 40px;
}

.jaw-nav-active {
	display: inline;
	border-bottom: 1px solid #515151;
	padding-bottom: 2px;
}

#intro ul {
	list-style: none;
	margin: 30px auto;
	padding: 30px 0;
	border-top: 1px solid #e9e9e9;
	box-shadow: 0 24px 1px -24px #dddfe0;
	max-width: 1000px
}

#intro ul li {
	padding: 0 0px;
	display: inline-block;
	padding: 0 0 0 2px;
}

#intro ul li:first-child {
	padding-left: 45px;
}

#intro ul li:after {
	content: ' // ';
	padding: 0 20px;
	font-weight: 200;
}

#intro ul li:last-child:after {
	content: '';
}

#intro ul li a {
	text-decoration: none;
}

#intro ul li a:hover {
	display: inline;
	border-bottom: 1px solid #515151;
	padding-bottom: 2px;
}

p {
	font-size: 11px;
	margin: 10px 0 20px;
}

#menu-mobile {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -34px;
	padding: 20px;
	cursor: pointer;
	font-size: 28px;
	z-index: 99;
}

#menu-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 101;
	background-color: rgba(248, 248, 248, 0.8);
	filter: blur(15px);
	-webkit-filter: blur(15px);
}

#menu-new {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: #FEFEFE;
	z-index: 102;
	border-bottom: 1px solid #EDEDED;
}

#brand {
	position: absolute;
	left: 40px;
	top: 20px;
	font-size: 14px;
	letter-spacing: 2.8px;
	color: #2e2829;
}

#brand a, #brand a:hover {
	text-decoration: none;
}

#brand a:hover {
	opacity: .7;
}

#skills {
	width: auto;
	text-align: center;
	margin: 26px auto 0;
}

#skills ul {
	/*height: 10px;*/
}

#skills ul, #nav-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2px;
	letter-spacing: 2px;
}

ul.scroll-title {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 10px;
	line-height: 0;
	top: 28px;
	letter-spacing: 6px !important;
}

ul.scroll-title li:after {
	display: none;
	content: '';
	padding: 0;
}

#skills ul.viux li {
	display: inline-block;
	margin-right: 45px;
	font-size: 10px;
}

#skills ul.viux li.single-title {
	font-size: 12px;
}

#skills ul.viux li:after {
	position: absolute;
	top: 23px;
	content: '. . .';
	font-size: 18px;
	color: #bcbcbc;
	letter-spacing: 0;
	padding: 0 15px;
}

#skills ul.viux li:last-child {
	display: inline-block;
	margin-right: 0px;
}

#skills ul.viux li:last-child:after {
	content: '';
}

#nav-main {
	position: absolute;
	top: 26px;
	right: 40px;
	font-weight: 700;
}

#nav-main li {
	display: inline-block;
	margin-right: 60px;
}

#nav-main li:last-child {
	margin-right: 0;
}

#nav-main li a {
	font-size: 10px;
	text-decoration: none;
	color: #2e2829;
}

#nav-main li a:hover {
	color: #2e2829;
	opacity: .7;
}

#menu-wrap.menu-wrap-active {
	background: #e9e9e9;
}

#menu {
	/*position: absolute;*/
	top: 0;
	left: 50%;
	/*margin: 0 0 0 -34px;*/
	padding: 20px 20px 5px;
	cursor: pointer;
	font-size: 28px;
	opacity: .7;
	z-index: 99;
	text-align: center;
}

#menu i {
	font-size: 16px;
}

#menu:hover {
	opacity: 1 !important;
}

.active {
	opacity: 1 !important;
	padding: 28px 28px 0 !important;
}

#close {
	text-transform: lowercase;
	font-size: 20px;
	font-weight: 200;
	z-index: 100;
}

#nav {
	position: fixed;
	display: none;
	width: 100%;
	background: #e9e9e9;
	top: 0;
	z-index: 98;
}

#nav ul {
	padding: 0;
	margin: 30px;
	text-align: center;
}

#nav li {
	display: block;
	margin: 0 0 20px;
}

#nav li a {
	text-decoration: none;
	font-weight: 200;
}

#nav li a:hover {
	text-decoration: underline;
}

ul#menu-work {
	background: #515151;
	margin: 0;
	padding: 30px 0 10px;
}

ul#menu-work li a {
	color: #f6f6f6;
}

#up {
	display: none;
	position: fixed;
	background: rgba(255,255,255,.5);
	right: 0;
	bottom: 0;
	font-size: 16px;
	cursor: pointer;
	z-index: 101;
	margin: 10px;
	border-radius: 4px;
}

#up i {
	opacity: 0.7;
	padding: 30px 30px 25px;
}

#up:hover i {
	opacity: 1;
}

.container {
	margin: 80px auto 0;
	padding: 0 20px;
	text-align: left;
}

.container.jaw {
	margin-top: 40px;
	max-width: 1200px;
}

.blood-test {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.blood-test img {
	width: 100%;
	height: 100%;
}

#tagline {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	letter-spacing: 1.5px;
	margin: 140px auto 80px;
}

#tagline.legacy-tag {
	margin-top: 80px;
}

#tagline.bitcoin-tag {
	background: #151515;
	color: #fff;
	margin: 0 auto;
	padding: 140px 0 80px;
}

#tagline.bitcoin-tag span {
	color: #f7931a;
}

.container.home-container {
	margin: 0 5%;
	max-width: 2200px;
}

.bitcoin-wrap {
	width: 100%;
	background: #151515;
	color: #fff;
	padding-bottom: 80px;
}

.container.home-container.bitcoin-container {
	background: #151515;
	color: #fff;
}

.container.single-container {
	position: relative;
	max-width: 1440px;
}

.single-cats {
    background: none /*repeat scroll 0 0 #ececec*/;
    margin: 0 auto 30px;
    max-width: 892px;
    padding: 30px;
    text-align: center;
}

.single-link {
	display: block;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 30px;
	margin: 0 auto 20px;
	max-width: 888px;
	background: #ececec;
	border: 1px solid #dddddd;
	transition: all 0.3s ease 0s;
}

.single-link:hover {
	background: #252525;
	color: #ececec;
}

.work-thumb-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 31.4%;
	margin: 0 10px;
}

.work-thumb-container.featured-work, .bitcoin-container .work-thumb-container.featured-work {
	width: 98%;
}

.bitcoin-wrap .work-thumb-container {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 31.4%;
	margin: 0 10px;
}

.bitcoin-wrap .work-thumb-container.btc-thumb {
	width: 48%;
}

.work-thumb-container.toptal {
	display: none;
}

.work-thumb {
	position: relative;
	background: #FEFEFE;
	/*max-width: 950px;*/
	width: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
	font-size: 0;
	box-shadow: 0 0 40px 0 rgba(46,40,41, .1);
}

.para-contain {
	display: block;
	margin-top: 0px;
	/*perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;	*/
}

.para {
	display: block;
	position: relative;
	/*z-index: -1;
	top: 0;
	left: 50%;
    transform: translate(-50%, 0);
	flex: 1 0 auto;
	height: 100vh;
	max-height: 715px;
	justify-content: center;
	align-items: center;
	transform: translateZ(-1px) scale(2);*/
}

.work-thumb-single {
	max-width: 955px;
	margin: 0 auto -5px;
	padding: 0 20px;
}

.work-thumb-single img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.work-thumb a {
	display: block;
	position: relative;
}

.work-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform .3s ease;
	cursor: pointer;
}

.work-thumb img:hover  {
	-ms-transform: scale(1.02); /* IE 9 */
	-webkit-transform: scale(1.02); /* Safari 3-8 */
	transform: scale(1.02);
	overflow: hidden;
} 

.work-thumb.mes {
	background: #252525;
}

.thumb-details {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FEFEFE;
	opacity: .85;
	color: #fff;
	z-index: 99;
	overflow: hidden;
}

.thumb-details h2 {
	margin: 22% 0 2%;
	padding: 0 20px;
	border: none;
}

.thumb-details a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	z-index: 100;
}

.work-thumb .thumb-details .cats {
	padding: 0 20px;
	font-size: 12px;
}

.description {
	margin: 40px auto;
	max-width: 950px;
}

.description p {
	margin: 0 0 20px;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: left;
	line-height: 24px;
}

.description p em {
	font-size: 22px;
	font-weight: 100;
	font-style: normal;
	letter-spacing: -1px;
	padding-right: 5px;
}

.description p:last-child {
	margin: 0;
}

.screens-intro {
	position: relative;
}

.drape {
	position: absolute;
	background: #2E2829;
	width: 100%;
	height: 360px;
	top: 0;
	z-index: 0;
}

.work-details {
	position: relative;
	background: #2E2829;
	padding: 0 10%;
	box-shadow: 0px -200px 150px 0 rgba(46,40,41, .2);
}

.work-details-image {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 580px;
	z-index: 0;
}

.work-details-image img {
	width: 100%;
}

.details-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	padding: 160px 0;
}

.details {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 49.5%;
	z-index: 1;
}

.details h3, .details p {
	padding-left: 50px;
}

.details.brief h3, .details.brief p {
	padding-left: 0;
}

.details.brief p {
	font-size: 34px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 120px 0 0;
}

.details:last-child {
	margin-right: 0;
}

.work-detail-desc {
	margin-bottom: 60px;
}

.work-detail-desc p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: 0.9px;
	margin: 25px 0 0px;
	text-transform: none;
}

.work-images {
	/*max-width: 950px;*/
	margin-left: auto;
	margin-right: auto;
}

.work-image {
	margin: 0 auto 40px;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
  	box-shadow: 0 0 40px 0 rgba(46,40,41, .05);
}

.work-image.work-url:first-child {
	margin-top: 40;
}

.work-image:last-child {
	margin-bottom: 0;
}

.work-image img {
	display: block;
	width: 100%;
}

.work-image video {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.work-image.hf-contribute {
	background: #F8FAFC;
}

.work-image.zoomed, .work-images.zoomed, .container.single-container.zoomed {
	max-width: 1330px !important;
	margin-left: auto;
	margin-right: auto;
}

.container.single-container.zoomed {
	margin: 80px auto 0;
}

.container.single-container.btc-container {
	background: #151515;
}

body.btc-body {
	background: #151515;
	color: #fff;
}

body.btc-body #menu-new {
	background: #151515;
	color: #fff;
	border-bottom: 1px solid #332F2D;
}

body.btc-body #menu-new a {
	color: #fff;
}

body.btc-body #brand {
	color: #fff;
}

.work-image.voltage-video {
	background: #F7F7FA;
}

.work-image.voltage-video-dark {
	background: #1F1F1F;
}

.work-image.ln-video {
	position: relative;
	background: #010504;
	padding: 40px 0;
}

.ln-cover {
	display: block;
	position: absolute;
	bottom: 0;
	height: 47px;
	background: #010504;
	width: 100%;
}

.zoom {
	display: none;
	position: fixed;
	cursor: pointer;
	background: rgba(255,255,255,.5);
	left: 0;
	bottom: 0;
	padding: 30px;
	font-size: 10px;
	width: 44px;
	margin: 10px;
	border-radius: 4px;
}

.zoom:hover {
	background: #f6f6f6;
}

.unzoomed {
	max-width: 950px;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
}

#cover {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: #fff;
	display: none;
	top:0;
	left:0;
}

footer {
	text-align: center;
	padding: 40px 0;
	font-size: 10px;
	letter-spacing: 2px;
}

@media (max-width: 1390px) {
	.container.home-container {
		margin-left: 1%;
		margin-right: 1%;
	}
	.work-thumb-container {
		width: 30%;
	}
}

@media (max-width: 1330px) {
	.work-details-image {
		width: 480px;
		right: 0;
		left: auto;
	}
}

@media (max-width: 1170px) {
	.work-details {
		padding: 0 40px;
	}
	.details.brief p {
		padding: 0 80px 0 0;
	}
}

@media (max-width: 1080px) {
	.work-thumb-container {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.work-thumb {
		max-height: none;
	}
	.zoom {
		display: none !important;
	}
	.work-details-image {
		display: none;
	}
}

@media (max-width: 860px) {
	#intro ul li {
		display: block;
		padding: 8px 0;
	}
	#intro ul li:first-child {
		padding-left: 0;
	}
	#intro ul li:after {
		content: '';
		padding: 0;
		font-weight: 200;
	}
	#menu-mobile {
		display: none;
	}
	#skills {
		display: none;
	}
	#brand {
		left: 20px;
	}
	#nav-main {
		right: 20px;
	}
	#nav-main li {
		margin-right: 30px;
	}
}

@media (max-width: 768px) {
	.para-contain {
		height: auto;
		overflow-x: visible;
		overflow-y: visible;
	}
	.para {
		height: auto;
		transform: none;
	}
	.para h2 {
		padding: 0 20px;
		margin: 100px auto 40px;
	}
	.work-details {
		box-shadow: none;
		padding: 80px 20px 20px;
	}
	h2.screens {
		margin: 0 auto 40px;
	}
	.details {
		display: block;
		width: 100%;
	}
	.details h3, .details p {
		padding: 0;
	}
	.details.brief p {
		font-size: 28px;
		padding: 0;
	}
	.details-wrap {
		padding: 0;
	}
}

@media (max-width: 640px) {
		#up {
			display: none !important;
		}
		#tagline.bitcoin-tag {
			margin: 0;
			padding: 120px 0 60px;
			font-size: 18px;
		}
		#tagline.legacy-tag {
			font-size: 18px;
			margin: 40px 0;
		}
		.bitcoin-wrap {
			padding-bottom: 20px;
		}
		.para h2 {
			font-size: 12px;
			letter-spacing: 6px;
		}
		.drape {
			height: 160px;
		}
	}
