
h1, h2 {
	font-family: 'rektecregular';
	padding-bottom: 30px;
	padding-top: 30px;
}

h1 {
	color: rgba(0,0,0,0);
}


body{
	background-color: #f7ed45;
	font-family: 'Share Tech Mono', monospace;
	color: black;
	border-bottom: 20px solid #f7ed45;
}

footer {
	color: #f7ed45;
}


#lockup {
	margin-top: -40vh;
}

#c {
	width: 100%;
	margin-top: -40px;
}

.front {
	z-index: 100;
}

.profile-pic {
	border: 5px solid #f7ed45;
	margin: 30px;
}

.navbar > .container {
	position: relative;
	padding-left: 130px;
}
.navbar-nav {
	z-index: 100;
}
.navbar > .container:after {
	pointer-events: none;
	position: absolute;
	left: 0;
	content: url("/images_new/nav-line.svg");
	width: 500px;
	z-index: 100;
}

#shardNav {
	width: 600px;
	position: absolute;
	left:-10px;
	top:-27px;
	z-index: 0;
}

.section {
	padding-top: 100px;
	min-height: 80vh;
}

.splash {
	min-height: 100vh;
}


.copy {
	padding-bottom: 100px;
}


.section-dark {
	position: relative;
	background-color: #666;
	color: white;
}

.section-light {
	position: relative;
	background-color: #fff;
	color: black;
}


@media (max-width: 768px) {
	.navbar {
	  display: none;
	}
}


.nav-link {
	color: black !important;
}

#top {
	background: url('/images_new/cityscape.jpg');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: 50% 50%;
  	border-left: 10px solid #f7ed45;
  	overflow: hidden;
}

#top p {
	font-size: 24px;
}

.btn {
	background-color: #ff4199;
}


#clouds {
	width: 100vw;
	position: absolute;
	right:0;
	top:100vh;
}
#clouds2 {
	width: 200vw;
	position: absolute;
	right:-100vw;
	top:100vh;
}
#shard1 {
	width: 30vw;
	position: absolute;
	right:0;
	bottom:-1px;
	z-index: 101;
}
#shard2 {
	width: 5vw;
	position: absolute;
	left:0;
	bottom:20vh;
}
#shard3 {
	width: 100px;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 101;
}

#shard4 {
	width: 30vw;
	position: absolute;
	right:0;
	bottom:-1px;
}
#shard5 {
	width: 30vw;
	position: absolute;
	left:50%;
	top:-2px;
}
#shard6 {
	width: 30vw;
	position: absolute;
	left:0;
	bottom:-1px;
}


#shard7 {
	width: 30vw;
	position: absolute;
	right:0;
	bottom:-1px;
}
#shard8 {
	width: 30vw;
	position: absolute;
	left:50%;
	top:-2px;
}
#shard9 {
	width: 30vw;
	position: absolute;
	left:0;
	bottom:-1px;
}


.holder {
	position: relative;
}

#future_currency {
	position: absolute;
	z-index: 100;
	margin-top: -100px;
}


#stripes1 {
	width: 30px;
	position: absolute;
	right:0;
	bottom:500px;
	z-index: -1;
}


.stripes2 {
	width: 30px;
	position: absolute;
	margin-top: 300px;
	left:0;
	z-index: -1;
}


#lines1 {
	width: 5vw;
	position: absolute;
	top: 100%;
	right:-3px;
	z-index: 101;
}


#lines2 {
	width: 5vw;
	position: absolute;
	transform: rotate(180deg);
	margin-top: 300px;
	left:-3px;
	z-index: 101;
}

#neural_net {
	position: absolute;
}

#neo {
	width: 200px;
	position: relative;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 101;
	left: 50%;
	top: -50%;
}


#sphere canvas {
	margin-top: -100px;
	width: 100% !important;
}


ul.items {
  margin: 0;
}
ul.items {
  list-style-type: none;
}
ul.items > li {
  text-indent: -25px;
}
ul.items > li:before {
  content: "-";
  padding-right: 15px;
  text-indent: -15px;
}

.social img {
	min-width: 70px;
	margin-left: -14px;
}

.copy {
	padding-left: 60px;
	padding-right: 60px;
}

@media (min-width: 575.98px) {
	.copy {
		padding-left: 0px;
		padding-right: 0px;
	}
	#stripes1 {
		width: 50px;
	}

	.stripes2 {
		width: 50px;
	}
	
	.profile-pic {
		margin: 0px;
	}
}

h2 {

}


// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	.copy {
		padding-left: 0px;
		padding-right: 0px;
	}
	.profile-pic {
		margin: 0px;
	}

	
}
