@charset "UTF-8";

/* Global Font Size 16px = 1rem */
html {
	font-size: 16px;
	scroll-behavior: smooth;
}
/* Reset tags */
body,div,p,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,label,form,fieldset,legend,input,button,textarea,select,blockquote,th,td,a,hr {
	margin: 0; 
	padding: 0;
	border-width: 0;
	text-shadow: none;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
b { 
	font-weight: bold; 
}
img,table {
	margin: 0;
	padding: 0;
	border-width: 0;
}
p {
	margin-bottom: 16px;
}
body {
	font-family:'Myriad Pro',Roboto,Arial,Verdana;
	background-color: #101;
	
}

.footer {
	padding: 12px 24px;
	background: #222;
	text-align: right;
}

.footer .scm {
	line-height: 48px;
}

.footer .scm a, .footer .scm a:visited, .footer .scm a:active, .footer .scm a:hover {
	line-height: inherit;
	font-size: 1rem;
	margin-left: 30px;
	font-weight: 100;
	text-decoration: none;
}

.footer .scm a img {
	display: inline-block;
	margin-right: 12px;
	width: 24px;
	height: auto;
	vertical-align: middle;
}

.small { 
	font-size: 0.7rem;
}
.cls-1, .cls-4, .cls-5, .cls-7 {
fill: none;
}

.cls-1 {
stroke: #49577b;
stroke-width: 7px;
}

.cls-4 {
stroke: #3f417b;
stroke-width: 9px;
stroke-linecap: round;
}

.cls-5 {
stroke: #4e6cb8;
stroke-width: 13px;
}

.cls-7 {
stroke: #586993;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 10px;
}

@keyframes c1 {
	0% {
		stroke: #49577b;
	}
	
	50% {
		stroke: #29376b;
	}
	100% {
		stroke: #49577b;
	}
}
@keyframes c2 {
	0% {
		stroke: #3f417b;
	}
	50% {
		stroke: #4f313b;
	}
	100% {
		stroke: #3f417b;
	}
}
@keyframes c3 {
	0% {
		stroke: #4e6cb8;
	}
	30% {
		stroke: #0bf;
	}
	60% {
		stroke: #06a;
	}
	100% {
		stroke: #4e6cb8;
	}
}
@keyframes c4 {
	0% {
		stroke: #4e6cb8;
	}
	30% {
		stroke: #674;
	}
	45% {
		stroke: #EDC4a9;
	}
	60% {
		stroke: #D3E725;
	}
	100% {
		stroke: #4e6cb8;
	}
}
.header-row {
	padding-top:25%;
	padding-top: 25vh;
}


.header-row:hover svg .cls-1 {
	animation-name: c1;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.header-row:hover svg .cls-4 {
	animation-name: c2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
.header-row:hover svg .cls-5 {
	animation-name: c3;
	animation-duration: 7s;
	animation-iteration-count: infinite;
}
.header-row:hover svg .cls-7 {
	animation-name: c4;
	animation-duration: 9s;
	animation-iteration-count: infinite;
}

.header-row svg, .header-row p {
	transition: transform 0.5s ease-out;
	transform-origin: center;
}
.header-row:hover svg {
	transform: scale(1.8);
}
.header-row:hover p {
	transform: scale(1.5);
	
}
.header-row p { font-size: 16px; font-weight: normal; letter-spacing: 5px;}
.container {
	width: 100%;
	/* max-width:1680px; */
	margin: 0px auto;
	background-color: #012;
	background-image: linear-gradient(to bottom, #080E17 0%, #2D0D51 30%, #220042 65%, #020032 100%);
}

/* Navigation */
header {
	width: 100%;
	background: none;
	position: fixed;
	z-index:8;
}
.header-scroll {
	transition: height 300ms ease-out, background 300ms linear;
	background: #000;
	height: 64px;
}

/* Coorporate Color Inline */
.cibg { background:#0F1837; }
.cicol { color:#0F1837; }

.logo {
	width: 32px;
	overflow: visible;
	float: left;
	margin: 15px 20px;
	margin-top: 13px;
}
nav {
	margin-right: 20px;
}
header nav ul {
	list-style: none;
	height:64px;
}
nav ul li {
	float: right;
	color: #FFFFFF;
	font-size: 0.85rem;
	text-align: left;
	margin: 2px 10px;
	margin-left: 0;
	letter-spacing: 2px;
	font-weight: normal;
}
ul li a, ul li a:hover, ul li a:active, ul li a:visited  {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	transition: color .2s linear;
	padding-top: 22px;
	
}
ul li a:hover { transition: padding 200ms ease-out, border 200ms ease-out; padding-bottom: 4px; border-bottom: 3px solid; border-bottom-color: #fff; }


.jshoveropen { transition: padding 200ms ease-out, border 200ms ease-out; padding-bottom: 4px; border-bottom: 3px solid; border-bottom-color: #fff; }

.section {
	min-height:100vh;
		padding-top:434px;
}
.menu-icon {
	display:inline-block;
	width: 48px;
	height: 48px;
	border-radius: 0;
	text-align: center;
	background: #111;
	vertical-align: top;
	margin-right: 16px;
	padding: 12px;
}
.menu-text {
	display:inline-block;
	vertical-align: top;
	max-width: 200px;
}

.news {
	color: #CCE;
	margin-top: 75px;
}

.news h1 {
	padding-top: 25px;
	font-size:0.75rem;
}
.news h2 {
	color:#002;
	text-shadow: -1px -1px #0c2922;
	font-size: 2rem;
	padding: 15px;
}
.news p {
	color: #88a;
	font-size: 1rem;
}
.news .col-1 {
	text-align: center;
	
}
.news .col-2 {
	text-align: center;
	float: left;
	width: 50%;
}

.screenshot {
	text-align:center;
}

.about-popup, .docs-popup {
  padding: 0px;
  opacity: 0;
  height: 0px;
  overflow:hidden;
  position: fixed;
  right: 22px;
  top: 46px;
  color:#111;
  background: #eee;
  border-radius: 0px;
  transition: opacity 900ms ease-in-out, height 400ms ease-in-out, padding 400ms ease-in-out;
}

.about-btn, .docs-btn {
  position: relative;
}
.about-btn:hover .about-popup, .about-btn:active .about-popup,
.docs-btn:hover .docs-popup, .docs-btn:active .docs-popup {
  opacity: 1;
  height: 333px;
  padding: 16px;
}

.about-item, .about-item:active, .about-item:visited, .about-item:hover, 
.docs-item, .docs-item:active, .docs-item:visited, .docs-item:hover  { text-decoration: none; color:#111; border:none; display: block; padding: 8px; cursor: pointer; transition: background 345ms ease-in-out, color 345ms ease-in-out; }
.about-item:hover, .docs-item:hover { background:#111; color:#eee; border-radius: 0px; }


.dl-pre { background: #664488; height: 8px; position: relative; top: 66px; z-index:0; }
.faq-pre { background: #944; height: 8px; }
.learn-pre { background: #747; height: 8px; }
.newsletter-pre { background: #247; height: 8px; }

.header-space {
	height: 0px;
}

.header-spc {
	height: 64px;
}
.faq {
	font-weight: 300;
	color:#fff;
	background: #900;
	font-size:1rem;
	padding: 55px;
	text-align: center;
}

.faq h2 {
	margin-top: 35px;
	font-size: 1.25rem;
	font-weight: 300;
	border-bottom: 2px solid #fff;
	display:inline-block;
}
.faq p {
	margin-top: 25px;
	font-size: 1rem;
	font-weight: 300;
}

.learn-text {
	display:block;
	width:62%;
	margin:1%;
	text-align: left;
	color:#000;
	background:#FFF;
	border-radius: 5px;
	padding: 16px 32px;
	position: relative;
	left: 37%;
	z-index:0;
}
.learn img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.learn {
	font-weight: 300;
	color:#fff;
	background: #48f;
	font-size:1rem;
	padding: 0 15px;
	min-height:768px;
	min-height:100vh;
}
.learn a, .learn a:active, .learn a:visited, .learn a:hover {
	color: #000;
	text-decoration: underline;
}
.learn h2, .learn h1 {
	margin-top: 16px;
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 16px;
	font-weight: 500;
}
.lrn h4 {
	text-align:left;
	margin-bottom: 12px;
	font-weight: 600;
}
.learn-editor p, .learn-editor h1 {
	text-align: left;
}
.learn-admin p {
	text-align: center;
}
.learn-dev p, .learn-dev h1 {
	text-align: right;
}
.learn-admin p, .learn-admin h1 {
	text-align: center;
}
.learn-editor, .learn-admin, .learn-dev {
	display:inline-block;
	width:31%;
	margin:1%;
	text-align: left;
	vertical-align: top;
	color:#000;
	background:#FFF;
	border-radius: 5px;
	padding: 16px 32px;
}

.learn-editor {
		vertical-align: top;
}
.lrn .learn-editor {
	position: fixed !important;
	top: 64px;
}
.lrn header {
	background: #48f !important;
	z-index:9;
}
.lrn section h3, section.learn a:hover{
	color:#48f;

}
.lrn b {
	font-weight: 400;
}
.lrn section h3 {
	margin: 16px 0;
}
.roadmap {
	font-weight: 300;
	color:#fff;
	background: #2d5;
	font-size:1rem;
	padding: 35px;
}
.roadmap h2 {
	margin-top: 35px;
	font-size: 1.5rem;
	text-align: center;
}


 .list li {
	border: none;
	list-style: circle;
	margin: 0;
	padding: 8px;
	list-style-position: inside;
}
 .list li h1 { font-size:1.25rem; margin-bottom: 0px; }
 .list li p { font-size:1rem; }


 input.button {}

.newsletter {
	font-weight: 300;
	color:#fff;
	text-align: center;
	background: #000;
	font-size:1rem;
	padding: 30% 25px;
	padding: 30vh 25px;

}
.newsletter h2, .newsletter p {
	color: #fff;
	margin-bottom: 12px;
}
.newsletter .info {
	height: 32px;
	color: #1c4;
	font-weight: bold;
}

.newsletter .wrap { margin: 24px 0px; }
.newsletter input {
	padding: 12px 24px; font-size: 1.25rem; border: none;
	transition: background 150ms linear;
	vertical-align: top;
}
.newsletter input[type="email"] {
	background: #777 linear-gradient(to bottom, #aaa, #fff);
	border-top-left-radius: 7px; border-bottom-left-radius: 7px;
}
.newsletter textarea {
	display: inline-block;
	/*height:13rem;*/
	width:33vw;
	font-size:12px; line-height: 16px; font-weight: 300;
	padding: 12px; border: none;
	transition: background 150ms linear;
	background: #777 linear-gradient(to bottom, #aaa, #fff);
	border-top-left-radius: 7px; border-bottom-left-radius: 7px;  border-bottom-right-radius: 7px;
}
.newsletter input[type="submit"] {
	display: inline-block;
	width: 12vw;
	min-width: 150px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	cursor: pointer;
	color:#fff;
	padding: 10px 22px;
	border: 2px solid #333;
	background: #444;
	margin-top: 0px;
}
.newsletter input[type="submit"]:hover {
	background: #2d5;
}

#dnt-paypal { display: block; }
#dnt-bitcoin, #dnt-dash, #dnt-ethereum { display: none; }

.donate {
	margin-top: 128px;
}
.donate-btc {
	line-height: 48px;
}
.donate-icon { display: inline-block; vertical-align: middle; margin-right: 12px; }
.donate-adress { display: inline-block; vertical-align: middle; word-break: break-all; }

.dl-cnt {
	display: none;
	font-family: 'Myriad Pro',Roboto,Arial,Verdana;;
}
.dl-cnt h3 { font-size: 1rem; margin-top: 25px; margin-bottom:8px; color: #ffffff; }
.dl-cnt p { font-size: 1.25rem; margin:0; padding:0; }

.hero_header {
	color: #403F44;
	text-align: center;
	margin: 0px;
	margin-bottom: 12px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	padding-top: 0px;
	padding-bottom: 18vh;
}
.hero h2 { margin-bottom: 2rem; }
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 33.2%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}
.about {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 35px;
	padding-bottom: 50px;
	display: inline-block;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #FFFFFF;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 85px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 50px;
}
.thumbnail {
	width: 32.8%;
	text-align: center;
	float: left;
	margin-top: 35px;color:#FFFFFF;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #BEE399;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	height: 90px;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
a { color:#ddd; text-decoration: none; }
a:hover { text-decoration: underline; }

.button {
	cursor: pointer;
	display: block;
	width: 60%;
	height: auto;
	transition: height .5s linear;
	margin: 20px auto;
	padding: 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #000;/*#504F54;*/
	color: #ddd;
	text-align: center;
	/*transition: all 0.3s linear;*/
}

.disabled, .disabled:hover{
	border: 3px solid #504F54 !important;
	color: #504F54 !important;
	background:none !important;
	cursor: progress !important;
}

.dl-cnt li {
	list-style-position: inside;
}
.footer_banner {
	text-align: center;
	background-color: #888;
	padding-top: 90px;
	padding-bottom: 120px;
	margin-top: 64px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

.logo { transition: margin-left 300ms ease-out; }
.logo img { transition: width 300ms ease-out, padding 300ms ease-out; width:160px; height:auto; }

@media (min-width: 4px)and (max-width: 650px) {
	.logo { margin-left: 12px; }
	.logo img { width: 100px; height:auto; padding:2px 0px;  }
	nav { margin-right: 4px; }
	.about-popup, .docs-popup { right: 12px; }

	ul li a, ul li a:hover, ul li a:active, ul li a:visited { padding-top: 16px; }
	.header-scroll { height: 54px; }

	.text_column {
		width: 100%;
		text-align: left;
		padding-top: 0px;
		padding-right: 12px;
		padding-bottom: 0px;
		padding-left: 12px;
	}
	.thumbnail {
		width: 100%;
	}
	.footer_column {
		width: 100%;
		margin-top: 0px;
	}
	.thumbnail {
		width: 33%;
	}
	.banner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_column {
		width: 100%;
	}

	.learn-editor, .learn-admin, .learn-dev {
		display:block;
		width:97%;
		margin:3%;
		text-align: left !important;
	}
	.learn-editor p, .learn-editor h1, .learn h2, .learn h1, .learn-admin p, .learn-dev p, .learn-dev h1{
		text-align: left;
	}
	.lrn .learn-editor {
		position: relative !important;
	}
	.lrn .learn-text { width: 97%; left: 2%; }
}

@media (min-width: 768px) and (max-width: 1096px) {
	.thumbnail {
		width: 33%;
	}
	.text_column {
		width: 47%;
		margin-top: 0px;
		margin-right: 2%;
		margin-bottom: 20px;
		margin-left: 0px;
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 15px;
	}
	.banner {
		margin-top: 0px;
		padding-top: 0px;
	}
}

/*
.header-row {
	text-align: center;
	margin: 50px 0px;
}*/