:root {
	--lightgreen: rgba(48,64,42,0.7);
	--fadedgreen: rgba(48,64,42,0.3);
	--brightgreen: #79a36b;
}

html, body{
	background:rgb(5,5,5);
	color:#79a36b;
	font-family:courier;
	text-align:center;
	margin:0;
	padding:0;
	font-size:1em;
	cursor:default;
	scrollbar-width: none;
 -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

.logo-wrapper{
	width:100%;
	height:8em;
	margin-bottom:0em;
	text-align:center;
}

.daemon-img {
	width:20rem
}

.imgfit0{
	margin:auto;
	height:4em;
	margin-top:0.5em;
	

}
.imgfit{
	max-width:100%;
	max-height:100%;
}
.imgfit0{
	margin-top:1em;
}

.imgfit2{
	max-height:100%;
}

.imgfit3{
	max-width:100%;
	height:10em;
}

.console{
	border:1px solid rgba(48,64,42,0.7);
	background:rgba(48,64,42,0.3);
	max-width:95%;
	position:relative;
	width:40em;
	margin:auto;
	height:20em;
	display:none;
	max-height:calc(100% - 10em);
	text-align:left;
	padding:0.2em;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	scrollbar-width: none;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

::-webkit-scrollbar {
    display: none;
}

.console-line{
	min-height:1em;
	margin-top:0.2em;
}

#taphere{
    opacity: 0.5;
    animation: fade 1.2s infinite;
    position:absolute;
}

#input-wrapper{
	margin-top:0.2em;
	display:none;
}

#input-line{
	background:none;
	border:none;
	font-size:1em;
	color:#79a36b;
	border:0px;
	outline:0px;
	font-family:courier;
	cursor:default;
	width:40em;
	max-width:calc(100% - 10em);
}

.leave-me-here{
	margin-top:1em;
	width:25px;
	/* Everyone runs their own script in this world. By observing people, we can understand their script. It's comprised of if statements, else statements, and other functions that control their behavior. More importantly, you need to understand your own script. Are you sick of the loop you are stuck in? */
	opacity:0.7;
}

.commands{
	display:none;
}

.cmd{
	font-style:italic;
}

.cmd-wrap{
	margin-top:1em;
}

.cmd-desc{
	font-size:0.8em;
	opacity:0.7;
}

@keyframes fade {
  0%,100% { opacity: 0.2 }
  50% { opacity: 0.5 }
}

#endscreen{
	width:100%;
	height:100%;
	position:fixed;
	background:#0102ac;
	top:0;
	text-align:center;
	left:0;
	color:white;
	background:blue;
	display:none;
}


.aside-wrapper {
	width: 100%;
	justify-content: center;

}





@media only screen and (max-width: 600px) {
	.excerpt-text {
		font-size: medium;
		justify-content:center;
		flex-direction: column;
		text-align: left;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.aside-text {
		font-size: small;
		padding-left: 1rem;
		padding-right: 1rem;
	}	

	.aside-text-important {
		display: none;
		width: 95%;
		text-align: left;
		font-size: large;
		justify-content:center;
		flex-direction: column;
		-webkit-touch-callout: text; 
		-webkit-user-select: text;
		-khtml-user-select: text;
		-moz-user-select: text; 
			-ms-user-select: text; 
				user-select: text; 
		padding-left: 1rem;
		padding-right: 1rem;
	}


}

.excerpt-text {
	max-width: 40rem;
}

.aside-text {
	max-width: 40rem;
}


@media only screen and (min-width: 600px) {
	.excerpt-text {
		width: 50%;
		font-size: medium;
		justify-content:center;
		flex-direction: column;
		text-align: left;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.aside-text {
		width: 50%;
		font-size: small;
	}	

	.aside-text-important {
		display: none;
		width: 50%;
		text-align: left;
		font-size: large;
		justify-content:center;
		flex-direction: column;
		-webkit-touch-callout: text; 
		-webkit-user-select: text;
		-khtml-user-select: text;
		-moz-user-select: text; 
			-ms-user-select: text; 
				user-select: text; 
	}

}


.green{
	color: green;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: end;
}

.w-100 {
	width: 100%;
}

.w-80 {
	width: 80%;
}


.w-50 {
	width: 50%;
}



#tweet-link {
	cursor: pointer;
	border:1px solid rgba(48,64,42,0.7);
	background:rgba(48,64,42,0.3);
	max-width:95%;
	width: 50rem;
	height: 5rem;
	margin:auto;
	padding:0.2em;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	scrollbar-width: none;
}



.connect-wallet {
	width: 95%;
	font-size: x-large;
	font-family:courier;
	color: var(--brightgreen);
	background:rgba(121,163,107,0.2);
	padding: 0.5rem;
	border: 1px solid black;
	margin-top: 2rem;
	cursor: pointer;
	max-width:20em;
}

.connect-wallet:hover {
	background:rgba(121,163,107,0.25);
}

#socials{
	font-size:1.5em;
	margin-top:2em;
	margin-bottom:2em;
}

.socicon{
	color:rgba(121,163,107,0.8);
	cursor:pointer;
}

.socicon:hover{
	color:rgba(121,163,107,1);
}


#btn-claim {
	font-size: x-large;
	font-family:courier;
	color: var(--brightgreen);
	background:rgba(121,163,107,0.2);
	padding: 0.7rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid black;
	cursor: pointer;
	border-radius: 0.1rem;
	height: 100%;
	display: flex;
	justify-content: center;
}

#btn-claim:hover {
	background:rgba(121,163,107,0.25);
}

.connected-wallet-key {
	position: absolute;
	top: 0.3rem;
	width:6em;
	text-align:center;
	right: 0.3rem;
	padding:0.2em;
	border-radius:0.2em;
	background:rgba(121,163,107,0.2);
	border:rgba(121,163,107,0.7);
	display:none;
	cursor:pointer;

}

.connected-wallet-key:hover {
	background:rgba(121,163,107,0.25);
}

.mintbtn{
	margin:auto;
	margin-top:1em;
	background:rgba(121,163,107,0.2);
	border:rgba(121,163,107,0.7);
	width:4em;
	font-family:courier;
}

.mintbtn:hover {
	background:rgba(121,163,107,0.25);
}


#header-image {
	margin-right: 1rem;
}

.bold {
	font-family: courier,bold;
	font-size: x-large;
}


.ethsymb{
	font-family:arial;
	font-size:0.8em;
	opacity:0.7;
	padding-left:0.3em;
}

.font-small {
	font-size: small;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.saleperiodended{
	display:inline-block;
	width:80%;
	margin:auto;
	max-width:40em;
	color:rgba(236, 210, 118, 1);
	background:rgba(236, 210, 118, 0.2);
	padding:0.4em;
	margin-top:2em;
	margin-bottom:1em;
	border-radius:0.2em;
}
.saleperiodended > a{
	color:rgba(236, 210, 118, 1);
}




#spinner{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.9);
	width:100%;
	height:100%;
	display:none;
}

.loader,
.loader:before,
.loader:after {
  background: #79a36b;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #79a36b;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

	
		
#mint-amount{
	font-size:1.3em;
	margin-top:0.3em;
	padding:0.2em;
	border-radius:0.2em;
	background:rgba(121,163,107,0.2);
	border:rgba(121,163,107,0.7);
	cursor:pointer;
	color: var(--brightgreen);
	font-family:courier;
}

#mint-amount:hover{

	background:rgba(121,163,107,0.25);
}