:root {
	--main: #181818;
}


/* Body
* --------------------------------------- */

html,
body {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: var(--main);
	cursor: none;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Helper
* --------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.invisible {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	border: 0px;
	clip: rect(0 0 0 0);
}

figure {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

figcaption {
	position: relative;
	display: block;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

.small {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
}

.hide {
	display: none !important;
}

.visible {
	display: block !important;
}


/* Typo
* --------------------------------------- */

h1 {
	position: absolute;
	display: block;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	line-height: 1.3em;
	font-weight: 300;
	font-size: 3em;
	letter-spacing: 0vw;
	padding: 10vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	text-align: center;
}

h1 b {
	font-weight: 800;
	text-transform: uppercase;
}

h2 {
	color: white;
	font-size: 21px;
	line-height: 36px;
	font-weight: 400;
	margin: 10px 0 10px 0;
}

h3 {
	color: white;
	font-size: 17px;
	line-height: 36px;
	font-weight: 300;
	margin: 10px 0 10px 0;
}

h4 {
	color: white;
	font-size: 21px;
	line-height: 36px;
	font-weight: 400;
	margin: 10px 0 10px 0;
}

h5 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 10px;
	color: white;
}

h6 {
	color: var(--main);
	font-weight: 400;
	margin: 1em 0 1em 0;
	font-size: 1.3333em;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: var(--font);
}

a:hover {
	color: white;
}

p,
ul {
	color: var(--font);
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 15px;
}

.section_headline {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18vw;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: rgba(0, 0, 0, 1);
	transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
}

.fp-completely .section_headline:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	cursor: url("../img/cursor-click_b.svg") 16 16, pointer;
}

/* Framework
* --------------------------------------- */

#wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

/* Signe
* --------------------------------------- */

#signe {
	position: fixed;
	display: block;
	overflow: hidden;
	top: 30px;
	left: 5%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99999;
}

#signe a {
	position: relative;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: var(--main);
	text-transform: uppercase;
	padding: 1vw 0;
}

body.fp-viewing-analog-4 #signe a {
	color: white;
}

/* SlideNav
* --------------------------------------- */

.fp-slidesNav {
	position: fixed;
	display: block;
	overflow: hidden;
	top: 33px;
	right: 5%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99999;
}

.fp-slidesNav ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 1vw 0;
}

.fp-slidesNav ul li {
	position: relative;
	display: block;
	float: left;
	margin-left: 20px;
	width: 10px;
	height: 10px;
	cursor: pointer !important;
}

.fp-slidesNav ul li a {
	position: absolute;
	display: block;
	font-size: 0px;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	background-color: var(--main);
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer !important;
}

.fp-slidesNav ul li:hover a,
.fp-slidesNav ul li a.active {
	width: 10px;
	height: 10px;
}

/* Nav
* --------------------------------------- */

ul#nav {
	position: fixed;
	display: block;
	overflow: hidden;
	width: 90%;
	bottom: 30px;
	left: 5%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9999;
}

ul#nav::after {
	position: relative;
	display: block;
	float: none;
	clear: both;
	content: "";
}

ul#nav li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	width: 20%;
	text-align: center;
}

ul#nav li a {
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: var(--main);
	text-transform: uppercase;
	padding: 2vw 2vw;
}

body.fp-viewing-analog-4 ul#nav li a {
	color: white;
}


/* Ups n Downs
* --------------------------------------- */

.nav_up {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	cursor: url(../img/cursor-top_b.svg), n-resize;
	z-index: 8888;
}

body.fp-viewing-intro .nav_up{
	display: none !important;
}

body.fp-viewing-analog-4 .nav_up {
	cursor: url(../img/cursor-top.svg), n-resize;
}

.nav_down {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	cursor: url(../img/cursor-bottom_b.svg), s-resize;
	z-index: 8888;
}

body.fp-viewing-intro .nav_down,
body.fp-viewing-analog-4 .nav_down  {
	cursor: url(../img/cursor-bottom.svg), s-resize;
}

/* Cursor
* --------------------------------------- */

body {
	cursor: url("../img/cursor-arrow_b.svg") 16 16, pointer;
}

body.fp-viewing-intro,
body.fp-viewing-analog-4 {
	cursor: url("../img/cursor-arrow.svg") 16 16, pointer;
}

body.inverted-active .fullpage-navigation .nav-next {
	cursor: url(../img/cursor-bottom.svg), s-resize;
}

.fp-controlArrow {
	position: absolute;
	top: 0 !important;
	bottom: 0;
	width: 10vw !important;
	height: 100% !important;
	border: none !important;
	margin: 0 !important;
	z-index: 500;
	cursor: url(../img/cursor-click_b.svg) 16 16, pointer;
}

body.fp-viewing-zo-start .text-center a {
	cursor: url(../img/cursor-click.svg) 16 16, pointer !important;
}

.fp-controlArrow.fp-next {
	right: 0 !important;
	cursor: url(../img/cursor-right_b.svg), e-resize;
}

body.inverted-active .fp-controlArrow.fp-next {
	cursor: url(../img/cursor-right.svg), e-resize;
}

.fp-controlArrow.fp-prev {
	left: 0 !important;
	cursor: url(../img/cursor-left_b.svg), w-resize;
}

body.inverted-active .fp-controlArrow.fp-prev {
	left: 0 !important;
	cursor: url(../img/cursor-left.svg), w-resize;
}

body.inverted-active,
body.fp-viewing-zo-start {
	cursor: url("../img/cursor-arrow.svg") 16 16, pointer;
}

body a {
	cursor: url("../img/cursor-click_b.svg") 16 16, pointer;
}

body.inverted-active a,
#zo a {
	cursor: url("../img/cursor-click.svg") 16 16, pointer;
}

p {
	cursor: url("../img/cursor-arrow_b.svg") 16 16, pointer;
}

body.inverted-active p,
#zo p {
	cursor: url("../img/cursor-arrow.svg") 16 16, pointer;
}


/* Scroll Down Animation
* --------------------------------------- */

.scroll_down_animation {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	bottom: 250px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.scroll_info {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}


/* Sections
* --------------------------------------- */

.section,
.slide {
	background-size: cover;
	max-width: 100%;
}

.intro .inside {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro {
	background-image: url(../img/profile.jpg);
	background-color: #65d79a;
	background-position: center;
}

.about .slide1,
.about .slide2,
.about .slide3 {
	background-image: url(../img/about_01.jpg);
}

.digital .slide1,
.digital .slide2,
.digital .slide3,
.digital .slide4,
.digital .slide5,
.digital .slide6,
.digital .slide7,
.digital .slide8,
.digital .slide9,
.digital .slide10 {
	background-image: url(../img/digital_01.jpg);
	background-position: center;
}

.d-box img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.d-box {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 60vw;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 0px 50px 36px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 0px 50px 36px rgba(0, 0, 0, 0.21);
}

.analog .slide1 {
	background-image: url(../img/analog_01.jpg);
	background-position: center;
}

.analog .slide2 {
	background-image: url(../img/analog_02.jpg);
	background-position: center;
}

.analog .slide3 {
	background-image: url(../img/analog_03.jpg);
	background-position: center;
}

.analog .slide4 {
	background-image: url(../img/analog_04.jpg);
	background-position: center;
}

.analog .slide5 {
	background-image: url(../img/analog_05.jpg);
	background-position: center;
}

.analog .slide6 {
	background-image: url(../img/analog_06.jpg);
	background-position: center;
}

.analog .slide7 {
	background-image: url(../img/analog_07.jpg);
	background-position: center;
}

.analog .slide8 {
	background-image: url(../img/analog_08.jpg);
	background-position: center;
}


/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
	right: 17px;
}

#fp-nav.fp-left {
	left: 17px;
}

#fp-nav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

#fp-nav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span #fp-nav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto !important;
}

/*Only display content to screen readers*/

.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Hard Skillz
* --------------------------------------- */

.hard{
	position: relative;
	display: inline-block;

}