:root {
  --blue: #4BADFF;
  --black: rgba(51,51,51,0.9);
}

*{
	box-sizing: border-box;
}

body{
	color: var(--black);
}

@font-face {
  font-family: 'BLOKK';
  src:  url('../font/blokk/BLOKKNeue-Regular.woff') format('woff');
  font-weight: 400;
}


h1{
	font-family: 'Graphik', sans-serif;
	font-weight: 500;
	color: var(--blue);
	font-size: 60px;
	line-height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	margin-bottom: 100px;
}

h2{
	font-size: 40px;
	font-family: 'Graphik', sans-serif;
	font-weight: 500;
	color: var(--blue);
	margin: 20px;
	margin-top: 100px;
	margin-bottom: 100px;
}

section a{
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid var(--black);
}

section a:hover{
	color: #0078E0;
	border-color: #0078E0;
}


.hero{
	margin-bottom: 190px;
	margin-top: 190px;
}

h1 i{
	color: rgba(0,0,0,0.2);
	font-size: 60px !important;
	position: relative;
	left: 40px;
	top: 9px;
}

h3{
	font-size: 25px;
	font-weight: 600;
}

.reasons h3{
	font-weight: 400;
	text-decoration: underline;
	margin-top: 40px;
	margin-bottom: 0px;
}

.reasons p{
	margin-top: 0px;
}

section{
	max-width: 1200px;
	overflow: hidden;
	padding: 0px;
}


.g{
	padding: 20px;
}

.g-50{
	width: 50%;
	padding: 20px;
}

.g-33{
	width: 33.33%;
	padding: 20px;
}

.g-66{
	width: 66.66%;
	padding: 20px;
	display: block;
	float: left;
}

.g-c-66{
	width: 66.66%;
	padding: 20px;
	display: block;
	float: left;
	text-align: center;
}

.g-c-66 img{
	max-width: 100%;
}

.g-c-560{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.g-c-640{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.g-c-760{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.g-c-640 h3{
	text-align: center;
}

.wrapper{
	overflow: hidden;
}

hr{
	margin: 0px;
	background-color: #222;
	opacity: 0.1;
	height: 1px;
	border: none;
}

p{
	color: var(--black);
	font-size: 19px;
	line-height: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.blue{
  	background: linear-gradient( -80deg, #75C0FF, #3E95DD);
	padding-top: 210px;
	padding-bottom:210px;
}

.blue section{
	max-width: 760px;
	color: rgba(255,255,255,0.9);
	padding: 0px;
}

.blue section p{
	font-size: 16px;
	font-style: italic;
	color: rgba(255,255,255,0.9);;
	margin: 0px;
}

.blue section h1{
	font-family: 'Roboto Mono', monospace;
	color: white;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blue section h3{
	font-weight: 400;
	margin: 0px;
}


span{
	font-family: 'Roboto Mono', monospace;	
	font-size: 16px;
	color: rgba(167,167,167,0.9);
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}


.func .g-33 h3{
	margin-bottom: 0px;
}

.func .g-33 p{
	margin-top: 0px;
}

.func .g-33 img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.nothing{
	margin-top: 200px;
	margin-bottom: 100px;
}

.principles div h3{
	text-align: center;
}

.principles div img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.format span{
	margin: 0px;
}

.g-twothirds{
	width: 58%;
	padding: 20px;
	float: left;
}

.g-twothirds h2{
	font-size: 22px;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	color: var(--black);
	margin-left: 0px;
}

.g-twothirds h2 strong{
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px dashed var(--black);
}

.g-onethird{
	width: 42%;
	padding: 20px;
	float: left;
}

.g-onethird img{
	max-width: 100%;
	margin-top: 75px;
}

.network{
	background-color: #F6F6F6;
	max-width: 100%;
	padding-top: 70px;
}

.network div h2{
	margin-top: 60px;
	margin-bottom: -20px; 
}

.network div{
	text-align: center;
}

.network div p{
	text-align: left;
}

.auth div h3{
	margin-top: 115px;
	margin-bottom: -20px;
}

.auth div span{
	margin-bottom: -24px;
}

.auth .g-66{
	text-align: center;
}

.auth .g-66 img{
	margin-top: 175px;
}

#netmap{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#solution{
	text-align: left;
	line-height: 40px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	display: block;
}

#solution em{
	font-weight: 400;
}

.ui h2{
	margin-bottom: 0px;
}




/*Typed*/

.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	display: inline;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}



#ui{
	max-width: 950px;
	height: 630px;
	background-color: #f2f2f2;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

.u-menu{
	width: 100%;
	background-color: #525252;
	height: 120px;
	transition: ease all 0.4s;
	padding-left: 10px;
	padding-top: 10px;

	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.u-body{
	width: 100%;
	transition: ease all 0.4s;
}

.u-body div{
	background-color: white;
	max-width: 600px;
	max-height: 199px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: ease all 0.4s;
	overflow: hidden;
}

.u-body div p{
	font-family: 'BLOKK';
	font-size: 14px;
	color: #E3E3E3;
}

.u-body div h5{
	margin: 0px;
}



.u-time{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 0px;
	background-color: #dbdbdb;
	transition: ease all 0.4s;
}

#ui p, #ui h4{
/*	font-family: 'BLOKK';
*/	line-height: 1.4;
	margin: 0px;
	padding: 5px;
	font-size: 15px;
}

#ui h4{
	font-size: 25px;
	padding-bottom: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
}

#ui .nav{
	width: 100%;
}

#ui .nav p{
	display: block;
	bottom: 0px;
	color: white;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#ui .nav p:first-child{
	background-color: #F2F2F2;
	color: #525252;
}


.u2 .u-body div{
	max-height: 39px;
	max-width: 550px;
}

.u2 .u-body #chosen{
	max-height: 199px;
	max-width: 650px;
}


.u3 .u-time{
	height: 100px;
}


.u4 .u-menu{
	width: 200px;
	height: 100%;
	float: left;
    justify-content: flex-start;
}

.u4 .u-menu .nav p{
	float: none !important;
	margin-right: 0px !important;
}

.u4 .u-time{
	height: 100px;
}


.u5 .u-menu{
	width: 200px;
	height: 100%;
	float: left;
    justify-content: flex-start;
}

.u5 .u-menu .nav p{
	float: none !important;
	margin-right: 0px !important;
}

.u5 .u-body div{
	max-height: 39px;
	max-width: 550px;
}

.u5 .u-body #chosen{
	max-height: 199px;
	max-width: 650px;
}





#timer{	
	/*background-color: #f2f2f2;*/
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

	    width: 80px;
    text-align: center;
    color: var(--blue);
}

#timer p{
	display: inline;
	color: var(--blue);
}

#timer i{
	vertical-align: sub;
		animation-name: spin; 
	animation-duration: 3000ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}


.grey{
	background-color: #333333;
	padding-top: 100px;
	color: rgba(255,255,255,0.9);
}

.grey h2, .grey h3{
	font-family: 'Roboto Mono', monospace;
}

.grey p{
	color: rgba(255,255,255,0.9);
	font-weight: 300;
	letter-spacing: 0.1px;
}

.grey h2{
	margin-top: 35px;
	margin-bottom: 35px;
}

.grey .g-c-66 img{
	margin-top: 135px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#source{
	padding: 10px;
    border-radius: 50px;
    color: white;
    margin-left: 20px;
    margin-top: -50px;
    display: inline-block;
    width: 200px;
    font-size: 14px;
    opacity: 0.2;
}

#source:hover{
	opacity: 0.5;
}



.dark-grey{
	background-color: #262626;
	padding-top: 100px;
	padding-bottom: 100px;
}

.dark-grey table tr td{
	font-size: 19px;

	color: rgba(255,255,255,0.9);
	font-weight: 300;
	letter-spacing: 0.1px;

	padding: 20px;
	vertical-align: top;
}

.dark-grey table tr td:first-child{
	text-align: right;
	font-weight: 400;
}

.dark-grey table tr th{
	font-size: 60px;
	color: var(--blue);
	font-weight: 500;
	text-align: right;
}

.dark-grey a{
	border-color: white;
}




@media all and (max-width: 970px) {
	.g-33, .g-50, .g-66, .g-c-66, .g-twothirds, .g-onethird{
		width: 100%;
	}

	#ui{
		display: none;
	}

	#timer{
		display: none;
	}

	h1{
		font-size: 50px;
		line-height: 60px;
	}

	h1 i{
		display: none !important;
	}

	.g-c-560, .g-c-640, .g-c-760, .blue section{
		padding-left: 20px;
		padding-right: 20px;
	}

	.dark-grey table tr td{
		display: block;
		text-align: left !important;
	}

	.dark-grey table tr th{
		text-align: left !important;
		padding-left: 20px;
	}
}



