@font-face {
	font-family: 'nexa_boldregular';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot');
	src: url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff') format('woff'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.ttf') format('truetype'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	--text-color: #fff;
	--background-color: #3895BF;
	--background-color-2: #39CAB6;
	--background-color-3: #51A5F5;
	--link-color: #03b9f1;
	--link-hover-color: #fff;
	font-family: 'Roboto', monospace;
	font-weight: 300;
	color: #fff;
	color: var(--text-color);
	//background: linear-gradient(170deg, rgba(83,160,253,1) 0%, rgb(47, 209, 171) 100%);
	background: linear-gradient(170deg, rgb(42, 102, 172) 0%, rgba(62,170,201,1) 100%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}

a {
	color: white;
	pointer-events: auto;
}

.videointro {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: -30px;
	opacity: 0.9;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--background-color);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 10000;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 10px solid var(--background-color-2);
	border-left-color: var(--text-color);
	animation: loaderAnim 0.8s linear infinite forwards;
}

.tasklist {
	background: white;
	padding: 10px 30px 10px 30px;
	padding-left: 30px;
	border-radius: 5px;
	color: black;
	//background-image: repeating-linear-gradient(white 0px, white 34px, #eee 35px);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	max-width: 700px;
	//margin-left: auto;
	//margin-right: auto;
	font-size: 16px;
	margin-top: 40px;
}

.page-section {
		height: 480px;
		width: 50%;
		margin-left: 170px;
		margin-top: 5%;
		padding: 3em;
		background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
		color: white;
		box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
}

.navigation {
  	position: fixed; 
	width: 180px;
	left: 0px;
	top: 80px;
	margin-left: 2%;
  	background-color: rgba(255,255,255,0.1);
  	opacity: 0.3;
  	color: #fff;
  	font-size: 13px;
  	transition: all 2s ease-out;
}

.navigation:hover {
	opacity: 1;
	transition: all 0.3s ease-out;
}

.navigation a {
		display: block;
    	color: #ffffff; 
    	text-decoration: none;
    	padding: 7px 15px 7px 15px;
		font-weight: 400;
		transition: all 0.4s ease-out;
 }
  	
.navigation a:hover {
		background-color: rgba(255,255,255,0.3);
		transition: all 0.4s ease-out;
	}

.navigation .active {
   	color: white;
		 background-color: rgba(255,255,255,0.2);
   }
   
 .navigation__link {
 	display: block;
 	height: auto;
 }  
 
 .navigation__link span {
 	display: inline-block;
 	width: 130px;
 	vertical-align: top;
 }
   
.navnum {
	width: 15px !important;
	display: inline-block;
	vertical-align: top;
}



.vimeo {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 450px;
	text-align: center;
	z-index: 12;
	pointer-events: auto;
	//box-shadow: 0px 3px 5px rgb(0,0,0,0.2);
}

ol {
	max-width: 500px;
}

li {
	margin-bottom: 20px;
}

ul.numbered-list {
	  counter-reset: li;
	  list-style-type: none;
	  font-size: 16px;
	  line-height: 18px;
	  padding-left: 10px;
}

.numbered-list li {
	  position: relative;   
	  padding: 5px 0 5px 30px;
 }

.numbered-list li:before {
	  content: counter(li);
	  counter-increment: li;
	  height: 20px;
	  width: 20px;
	  border: 1px solid white !important;
	  border-radius: 50%;
	  color: white;
	  text-align: center;
	  font-size: 10px;
	  font-weight: 500;
	  position: absolute;      
	  left: 0;
	  top: 4px;
}

.download {
	display: inline-block;
	min-width: 250px;
	width: auto;
	max-width: 350px;
	padding: 16px !important;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	background: none;
	border-radius: 3px;
	cursor: pointer;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	transition: all 0.3s ease-out;
	transition: opacity 3s ease-out;
	font-size: 18px;
	font-weight: 400;
}

.download:hover {
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s ease-out;
}

.next {
	display: block;
	min-width: 250px;
	width: auto;
	max-width: 350px;
	padding: 16px !important;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	background: none;
	border-radius: 3px;
	cursor: pointer;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	transition: all 0.3s ease-out;
	transition: opacity 3s ease-out;
	font-size: 18px;
	font-weight: 400;
}

#promo {
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.5);
  width: 300px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 20px;
  background-color:white;
  border-radius: 4px;
  color: #666;
	font-size: 14px;
	display: none;
	z-index: 9999;
}

#promo a {
  color: #2D87B0;
  text-decoration: none;
  font-weight: 700;
}

#closebtn {
	width: 15px;
	float: right;
	margin-right: -8px;
	margin-top: -8px;
}

.next:hover {
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s ease-out;
}

.feedbackform {
	//background: linear-gradient(170deg, rgb(63, 143, 163) 0%, rgba(30,76,93,1) 100%);
	background-image: url('../img/hoot.png');
	background-size: 130px;
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
	background-color: #337F9B;
	color: white;
	border-radius: 5px;
	padding: 30px 30px 30px 160px;
	margin-top: 60px;
	text-align: left;
	//box-shadow: inset 0px 0px 5px #444;
}

.feedbackform .nextstep {
	display: inline-block;
}

.subtitle {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -20px;
}

.timelabel {
	font-size: 15px;
	display: inline-block;
	background-color: rgba(245, 245, 245, .3);
//	background-color: rgba(91, 142, 193, .3);
	border-radius: 15px;
	padding: 5px;
	padding-right: 15px;
	padding-left: 10px;
}


.tasklist .timelabel {
	background-color: #587cad;
	color: white;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
}


@keyframes loaderAnim {
	to {
		transform: rotate(360deg);
	}
}

.nextstep, .actionstep {
	//opacity: 0;
	height: 75px !important;
	text-align: center;
}

.animatednext {
	padding-bottom: 3px !important;
	height: 75px;
}

.nextsection {
	animation: fadeDown 1.0s linear infinite;
	width: 15px;
}

@keyframes fadeDown {
  0%   { opacity:0.6; margin-top: 5px; }
  50%  { opacity:0.3; margin-top: 10px; }
  95% { opacity:0; margin-top:  15px; }
  100% { opacity:0.2; margin-top:  5px; }
}


main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #FFF;
	font-weight: 500;
	outline: none;
}

a:hover,
a:focus {
	color: var(--link-hover-color);
	outline: none;
}

.hidden {
//	position: absolute;
//	overflow: hidden;
//	width: 0;
//	height: 0;
//	pointer-events: none;
	//display: none;
	cursor: default;
	opacity: 0;
	transform-style: opacity 5s;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

/* Deco Shape */
.decoshape {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	fill: var(--background-color-3);
}

/* SVG Morph */
.morph-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0.4;
}

.morph {
	position: relative;
	height: 100%;
	fill: var(--background-color-2);
	flex: none;
}

.content-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;//100vh;
	min-height: 600px;
	pointer-events: none;
	margin-bottom: 40px;
	margin-top: 60px;
	padding-top: 40px;
}

.dualcolumn {
	column-count: 2;
	column-gap: 40px;
}

.content {
	position: relative;
	width: 80%; 
	min-width: 300px; 
	max-width: 850px;
	margin-left: 15%;
	margin-right: 5%;
/*	display: grid;*/
}

.content--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	z-index: 100;
	pointer-events: none;
	padding: 1.5em;

}

.content--fixed a {
	pointer-events: auto;
}


.content--related {
	text-align: center;
	align-content: center;
	justify-content: center;
	padding: 0 2em;
	min-height: 0px;
	height: 30vh;
	font-size: 0.85em;
}

.content__img {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	opacity: 0.8;
	width: 300px;
	height: 300px;
}

.tut__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: -0.025em;
	font-size: 7em;
	line-height: 120px;
	margin: 0;
	/*text-transform: lowercase;*/
	z-index: 10;
	cursor: default;
}

.tut__titlesmall {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: -0.025em;
	font-size: 2em;
	margin: 0;
	/*text-transform: lowercase;*/
	z-index: 10;
	cursor: default;
	margin-bottom: 50px;
	text-align: center;
}

.content__author {
	grid-area: author;
	margin: 0;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	padding: 1em;
	text-align: right;
	z-index: 10;
	cursor: default;
}

.content__link {
	pointer-events: auto;
	z-index: 10;
	padding: 0 1em 0.15em;
}

.tut__desc {
	margin: 0;
	margin-left: 100px;
	z-index: 10;
	cursor: default;
	font-weight: 300;
	margin-top: 20px;
	line-height: 130%;
	font-size: 18px;
	//width: 50%;
	//max-width: 600px;
}

.contentindent {
	margin-left: 100px;
	//margin-top: 30px;
	//margin-left: 15px;
}

.authorimg {
	//display: inline-block;
	//cursor: pointer;
	pointer-events: auto;
	width: 100px;
	height: 105px;
	float: left;
	margin-left: -120px; 
	margin-top: -20px;
	transition: all 0.3s ease-out;
	z-index: 11;
	//border: 1px solid #333;
}

.authorimg:hover {
	//transform: scale(1.001);
	width: 110px;
	height: 110px;
	margin-left: -125px; 
	margin-top: -25px;
	transition: all 0.3s ease-out;
}

.authorimg img {
	width: 100%;
}

#logo {
	margin-left: -7px;
	width: 210px;
}

#logo img {
	width: 210px;
}


.tut__card {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 220px;
	padding: 30px;
	border-radius: 5px;
	color: black;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	background-color: white;
	height: 250px;
	background-image: url('../img/card-default.png');
	background-repeat: no-repeat;
	background-size: 230px 160px;
	opacity: 0.95;
	pointer-events: auto;
	transition: all 0.2s ease-in-out 0s;
	padding-top: 180px;
	margin-bottom: 30px;
}

.tut__card:hover {
	opacity: 1;
	transform: scale(1.1);
	color: black !important;
	//padding: 15px;
	transition: all 0.2s ease-in-out 0s;
	//margin-left: -5px;
	//margin-top: -5px;
	//padding-top: 185px;
	//height: 310px;
	box-shadow: 6px 9px 20px 0px rgba(0,0,0,0.3);
	//margin-right: 15px;
}

.tut__card .timelabel {
	padding: 0px;
	background: none;
	color: #ccc;
}

h3 .timelabel {
	margin-top: 10px !important;
	vertical-align: top;
}


@media screen and (max-width: 1150px) {
	#mainNav {
		display: none;
	}
	#logo {
		//float: left;
		position: relative;
		display: block;
		//margin-bottom: 50px;
		top: 30px;
		left: 20px;
	}
	
	.content--fixed {
		height: 0vh;
		min-height: 0px;
		position: relative;
	}
	
	.content {
		margin-left: 0%;
		margin-right: 0%;
	}
}

@media screen and (max-width: 600px) {
		.tut__title {
			font-size: 4em;
		}
		
		.tut__desc {
			width: 100%;
			margin-left: 0px;
			max-width: 400px;
			margin-top: 30px;
		}
		
		.authorimg {
			width: 100px;
			height: 100px;
			float: none;
			margin-left: auto; 
			margin-right: auto;
			display: block;
			margin-bottom: 30px;
		}
		
		.tut__card {
			margin-left: auto;
			margin-right: auto;
		}
		
		.feedbackform {

			background-image: none;
			height: auto;
			width: 100%;
			background-color: #337F9B;
			color: white;
			border-radius: 5px;
			padding: 20px;
		}
}
