.pace {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 4px;
	background: transparent;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background-color: #FCAD22;
	position: fixed;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px;
	overflow: hidden;
}

a {
	transition: all 0.35s ease;
}

h2.text-center {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-weight: 800;
}

p.text-center {
	font-family: "Open Sans", sans-serif;
	letter-spacing: -1px;
	font-weight: 300;
	color: #999;
}

.relative {
	position: relative;
}

/* BODY
============================== */
html {
	width: 100%;
	height: 100%;
	background: #333;
}

body {
	height: 100%;
	color: #888888;
	font: 400 14px/20px "Chakra Petch", Helvetica, "Helvetica Neue", Arial;
}

a {
	color: #999;
}

a:hover {
	color: #000;
	text-decoration: none;
}

::selection,
::-moz-selection {
	background-color: rgba(0, 0, 0, 0.6);
}

/* COMMON */
.hw100 {
	height: 100%;
	width: 100%;
}

.dtable {
	display: flex;
	align-items: center;
}

.dtable-cell {
	align-items: center;
}

section {
	position: relative;
	width: 100%;
}

.section {
	height: 100%;
	min-height: 440px;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.pointerHere {
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1000;
}

.section1 {
	background-size: cover;
	-webkit-background-size: cover;
	overflow: hidden;
}


.links-block {
    width: 100%;
    display: block;
	clear: both;
	margin-top: 20px;
}

.logoContent {
	position: relative;
	z-index: 2;
}

.vdoWrapper {
	right: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}

video#bgvid {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	background: url(../../vid/vid/cover.png) no-repeat;
	background-size: cover;
}

.vdoOvely {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	display: block;
	height: 100%;
	z-index: 1;
	background: url(../../img/bg5.gif);
	opacity: 0.6;
	transition: all 0.5s;
}

.vdoOvely.active {
	opacity: 0.30;
}

.noisebg2 {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	background: url("../../img/bg5.gif");
	opacity: 0.13;
}

video {
	display: block;
}

.typo-2 {
	color: #888888;
	font: 400 14px/20px "Chakra Petch", Helvetica, "Helvetica Neue", Arial;
	padding-top: 10px;
}

.tanimDesign {
	margin: 0 auto;
	opacity: 1;
	width: 20%;
	max-width: 300px;
}

.white {
	color: #FFFFFF;
	text-align: center;
	font-weight: 800;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.intro h3 {
	font-weight: 100;
	letter-spacing: 10px;
	margin-top: 40px;
	font-size: 24px;
}


.intro h3 span {
	font-weight: 600;
	letter-spacing: 5px;
}


span.scroll-indicator {
	font-size: 0.9375rem;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin: auto;
	color: white;
	display: inline-block;
	font-weight: normal;
	-webkit-transform: scaleX(2.5) translate3d(-50%, 0, 0);
	-moz-transform: scaleX(2.5) translate3d(-50%, 0, 0);
	transform: scaleX(2.5) translate3d(-50%, 0, 0);
	font-family: Helvetica, Arial, san-serif;
	-webkit-animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
}

.footerTop {
	height: auto;
	padding: 6px 0;
	background: #101c38;
	color: #888;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}


#home .footerTop {
	background: #0A0502;
}

#skill .footerTop {
	background: #1F1F1F;
}

.section3 {
	min-height: 100%;
}

.section3 .hw100 {
	padding: 100px 0;
	background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
	.section3 .container {
		padding-left: 25px;
	}
}

@media (min-height: 650px) {
	.section3 {
		height: 100vh;
	}

	.section3 .hw100 {
		padding: 75px 0;
	}
}

@media (max-width: 1024px) {
	.section3 {
		height: auto;
	}
}

.section3 .heading-2 {
	color: #edc11c;
}

.section3 .typo-2 {
	color: #fbfbfb9c;
}

.footerTop .inner {
	padding: 0 20px;
	font-size: 12px;
	text-transform: uppercase;
}



.socia {
	width: auto;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
}

.social a {
    background-color: #1b1b1a;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 28px;
    height: 50px;
    line-height: 53px;
    margin-left: 10px;
    text-align: center;
    width: 50px;
}

.social a:hover {
	opacity: .5;
}

.section2 {
	background: url(../../img/2.jpg) fixed;
}

.overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.overlay {
		background-attachment: unset !important;
	}
}

.overlay.bg-html {
	background: url(../../img/javascript.png) no-repeat fixed;
	background-size: contain;
	background-position: left center;
	z-index: 0;
	background-blend-mode: overlay;
	opacity: .1;
}

.overlay.name {
	background: url("../../img/name.png") no-repeat fixed 0 0/auto 100% rgba(0, 0, 0, 0);
	background-size: auto 100vh;
	background-position: 40% center;
	z-index: 0;
}

.overlay.l11 {
	background: url("../../img/l11.png") no-repeat fixed;
	background-position: left top;
	background-size: contain;
	opacity: .7;
}

.overlay.l12 {
	background: url("../../img/l12.png") no-repeat fixed;
	background-position: left top;
	background-size: contain;
	opacity: .7;
}

.overlay.r1 {
	background: url("../../img/r1.png") no-repeat fixed;
	background-position: right top;
	background-size: contain;
	opacity: .45;
}

.overlay.r2 {
	background: url("../../img/r2.png") no-repeat fixed;
	background-position: right top;
	background-size: contain;
	opacity: .5;
}

.section2a {
	background: url("../../img/me.png") no-repeat fixed;
	height: 100%;
	width: 100%;
	background-size: auto 100vh;
	z-index: 1;
	position: relative;
}

@media (max-width: 767px) {
	.section2a {
		background: url("../../img/me@1x.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}
}

.section2 .sidebar {
	height: 100%;
}

.section-title-2 {
	color: #FFFFFF;
	font-size: 52px;
	font-weight: 300;
	text-transform: uppercase;
}

.section-title-2 span {
	display: block;
	font-size: 32px;
}

.section-subtitle-2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.section2 .typo-2 {
	color: #839acb;
	font: 400 14px/20px "Chakra Petch", Helvetica, "Helvetica Neue", Arial;
	padding-top: 10px;
}

.sidebarInner {
	padding-left: 30px;
	border-left: solid 4px #edc11c;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.section2 .sidebarInner {
		padding: 20px 0 0;
		max-width: 80%;
		margin-left: 10px;
		border-top: solid 4px #edc11c;
		border-left: none;
	}

	.section-title-2 {
		font-size: 22px;
	}

	.section-subtitle-2 {
		font-size: 14px;
		opacity: .8;
	}

	.typo-2 {
		font-size: 12px;
		line-height: 20px;
	}
}

.container {
	position: relative;
	z-index: 10;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}
}

.section3 {
	position: relative;
	background: url(../../img/whatido.jpg) fixed;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	width: 100%;
}

.direction {
	position: fixed;
	right: 0;
	z-index: 99999;
	top: 40%;
}

@media (max-width: 767px) {
	.direction {
		top: 25%;
	}
}

.direction .nav-1 {
	margin-right: 15px;
	margin-top: 30px;
	text-align: right;
}

.direction li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.direction li {
		font-size: 7px;
		margin-top: 10px;
		padding-right: 10px;
	}
}

.direction li a {
	background: none;
}

.direction li a:hover {
	background: none;
}

.direction li a {
	color: #fff;
	text-align: right;
}

.nav-timeline {
	background-color: #7B9CEA;
	height: 100%;
	margin: 13px 20px 5px 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	z-index: 50;
}

@media (max-width: 767px) {
	.nav-timeline {
		height: 100%;
		margin: 13px 10px 5px 5px;
		position: absolute;
		right: 0;
		top: 0;
		width: 2px;
		z-index: 50;
	}
}

.pointer {
	color: #FFFFFF;
	font-size: 14px;
	left: -4px;
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pointer.active1 {
	top: 20px;
}

.pointer.active2 {
	top: 50px;
}

.pointer.active3 {
	top: 80px;
}

.pointer.active4 {
	top: 110px;
}

@media (max-width: 767px) {
	.pointer {
		font-size: 10px;
		left: -4px;
	}

	.pointer.active1 {
		top: 23px;
	}

	.pointer.active2 {
		top: 53px;
	}

	.pointer.active3 {
		top: 83px;
	}

	.pointer.active4 {
		top: 113px;
	}
}

.gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.3;
}

.gradient-1 {
	background-image: -moz-linear-gradient(bottom, #db2537 0%, #fbcd1d 49.46%, #177f8d 100%);
	/* gradient overlay */
	background-image: -o-linear-gradient(bottom, #db2537 0%, #fbcd1d 49.46%, #177f8d 100%);
	/* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #db2537 0%, #fbcd1d 49.46%, #177f8d 100%);
	/* gradient overlay */
	background-image: linear-gradient(bottom, #db2537 0%, #fbcd1d 49.46%, #177f8d 100%);
	/* gradient overlay */
}

.section-global {
	display: block;
	min-height: 440px;
	min-height: 100%;
	height: 100%;
	position: relative;
	width: 100%;
}

.section-inner {
	padding: 0 0;
}

.section-header {
	text-align: center;
	padding-bottom: 50px;
}

.section-header .title {
	text-align: center;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 800;
}

.section-header .subtitle {
	font-size: 13px;
	letter-spacing: 2px;
}

.white {
	color: #fff;
}

.section-header h2 {
	color: #FFFFFF;
	font-family: exo;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}

.btn {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px 20px;
}

.whatido {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.whatido>.feature {
	margin-bottom: 15px;
	height: 64px;
	display: flex;
	justify-content: left;
	align-items: center;
	transition: all 0.3s ease;
}

.whatido>.feature:hover {
	transform: scale(1.1);
	opacity: .65;
}

.whatido h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.whatido i {
	color: #fff;
	font-size: 40px;
	opacity: .85;
}

.workFolio {
	width: 100%;
	height: 400px;
	overflow: auto;
}

.portFolio {
	width: 100%;
	height: 400px;
}

.portFolio div {
	height: 400px;
	width: 100%;
	display: inline-block;
	float: left;
}

.section4 {
	background: #111;
	padding: 60px;
	height: auto;
	min-height: 600px;
}

.section4 .pointerHere4 {
	height: 600px;
}

@media (max-width: 767px) {
	.section4 {
		padding: 75px 25px;
	}
}

.card {
	position: relative;
}

.card img {
	transition: all 0.3s ease;
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.card img {
		height: 150px;
	}
}

.card.portfolio {
	margin-bottom: 30px;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
}

.card.portfolio .card-body {
	padding: 0;
	text-align: center;
}

.card.portfolio .card-body a {
	transition: all 0.75s ease;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.card.portfolio .card-body .title {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 12px;
	display: block;
	padding: 10px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	background: #EBE7E7;
}

@media (max-width: 767px) {
	.card.portfolio .card-body .title {
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 18px;
	}
}

.card.portfolio .card-body .subtitle {
	display: none;
}

@media (max-width: 767px) {
	.card.portfolio.hasApp .img {
		height: 190px;
	}
}

.card.portfolio.hasApp .card-body>a {
	background-position: center top !important;
	background-color: #150D0A;
}

.card.portfolio.hasApp .app-link {
	position: absolute;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
	background: rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.card.portfolio.hasApp .app-link a {
	display: flex;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: medium;
	font-weight: lighter;
	height: 100%;
	letter-spacing: 1px;
	width: 50%;
	align-items: flex-end;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.card.portfolio.hasApp .app-link a {
		font-size: smaller;
	}
}

.card.portfolio.hasApp .app-link a:first-child {
	justify-content: flex-end;
}

.card.portfolio.hasApp .app-link a span {
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 65px;
	transition: all 0.25s ease-in;
}

@media (max-width: 767px) {
	.card.portfolio.hasApp .app-link a span {
		padding: 5px 0;
		margin-bottom: 55px;
		background: rgba(0, 0, 0, 0.1);
	}
}

.card.portfolio.hasApp .app-link a:hover span {
	background: rgba(0, 0, 0, 0.5);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.card.portfolio.hasApp .app-link a:hover span {
		background: rgba(0, 0, 0, 0.1);
	}
}

.card.portfolio:hover .card-body a {
	background-position: center bottom;
}

.card.portfolio:hover.hasApp a {
	background-position: center top;
}

.card.portfolio:hover.hasApp .app-link {
	background: rgba(0, 0, 0, 0.55);
}

.card.portfolio:hover.hasApp .app-link a {
	background-position: center top;
}

.portfolio-row {
	justify-content: center;
}

img {
	max-width: 100%;
}

@media (max-width: 767px) {
	.section-header .title {
		font-size: 32px;
	}

	.section-header img {
		max-width: 160px;
	}

	.hide-mobile {
		display: none;
	}

	.section {
		height: 100%;
		clear: both;
		min-height: 400px;
	}

	.section3 {
		height: auto;
		min-height: 700px;
	}

	.whatido i {
		font-size: 32px;
	}

	.section3 .container {
		padding-right: 80px;
	}

	.tanimDesign {
		max-width: 70%;
	}
}

@media (max-width: 400px) {
	.whatido i {
		font-size: 28px;
	}
}

.got-skill {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	text-align: center;
	max-width: 500px;
}

.got-skill h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 5px;
	margin-bottom: 15px;
	text-align: left;
}

.got-skill ul {
	text-align: left;
	padding: 0;
}

.got-skill ul li {
	display: inline-block;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 3px;
	padding: 2px 5px;
	margin: 3px 0 3px 3px;
}

@keyframes giggle {

	0%,
	100% {
		transform: translate(-50%, -50%) translateY(-2px);
	}

	50% {
		transform: translate(-50%, -50%) translateY(2px);
	}
}

@keyframes lines {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px 25px;
	}
}

.text-animated {
	display: block;
	text-align: center;
	position: relative;
	transition: all .8s ease;
}

.loaded .text-animated {
}

@media (max-width: 767px) {
	.text-animated {
	}

	.loaded .text-animated {
	
	}

  .vdoOvely.active {
    opacity: 0.40;
  }

  .intro h3 {
		letter-spacing: 4px;
		margin-top: 40px;
		font-size: 13px;
	}


	.intro h3 span {
		letter-spacing: 4px;
	}

	.loaded .tanimDesign {
		width: 56%;
	}


}

.text-animated:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	background: repeating-linear-gradient(0deg, #111 0px, #111 1px, transparent 2px, transparent 5px);
	background-size: 100% 5px;
	animation: lines 2s ease-out infinite;
	opacity: 0.3;
	mix-blend-mode: color-burn;
	pointer-events: none;
}

.text-animated .text,
.text-animated .text>* {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.text-animated .text {
	white-space: nowrap;
	opacity: 0;
	transition: opacity .5ms ease;
	font-size: 32px;
}

@media (max-width: 767px) {
	.text-animated .text {
		font-size: 34px;
	}
}

.preloaded .text-animated .text {
	opacity: 1;
}

.text-animated .text>* {
	font-family: 'Bebas Neue', cursive;
	animation: giggle 1s ease infinite;
	mix-blend-mode: difference;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: opacity 0.6ms .2ms;
}

.text-animated .text .r {
	color: #DC2338;
	left: -0.5px;
}

.text-animated .text .g {
	color: #0f0;
	animation-delay: -0.67s;
}

.text-animated .text .b {
	color: #00168d;
	animation-delay: -0.33s;
	left: 0.5px;
}

#canvasContainer {
	position: relative;
	height: 60vh;
	width: 55vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
}

@media (max-width: 1024px) {
	#canvasContainer {
		height: 400px;
		width: 400px;
	}
}

#tagCanvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: 100%;
}

#canvasContainer li a {
	font-size: 30px;
}
