body{
	background-color: #fefefe;
	position: relative;
	font-family: 'Open Sans', 'Helvetica Neue', Roboto, sans-serif;
}
.main-content{
	background-color: #fefefe;
}

.empty-link:hover{
	cursor: pointer;
}
@media(max-width: 990px){
	.main-content, .container{
		max-width: 100% !important;
	}

}

/* navbar styles */
.logo, .nav-link, .navbar > a, 	#feedbackBtn1{
	transition: all 0.2s ease;
}
.navbar{
	border-bottom: 1px solid #1580f4;
}
.navbar > a.navbar-brand{
	position: absolute;
	margin: 0%;
	max-width: 30%;
	max-height: 40px;
	top: 7px;
	left: 55%;
	transform: translateX(-50%);
}

.navbar.expanded > a.navbar-brand{
	margin: 0;
	max-width: 80%;
  position: absolute;
	max-height: 100px;
	left: 50%;
  top: 150px;

}
.navbar.expanded .logo{
	max-width: 100%;
	max-height: 100px;
	margin: 0;
}
.navbar-toggler{
	border: none;
}


.navbar > a.navbar-brand .logo{
	max-width: 100%;
	max-height: 34px;
	margin: 0;
}
#feedbackBtn1{
	position: absolute;
	top:15px;
	left:15px;
}
#feedbackBtn1.outside{
	top: -30px;
}
#feedbackBtn1 .material-icons{
	vertical-align: bottom;
}
@media(min-width:990px){
	.navbar.expanded .nav-link{
		opacity: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	.navbar > a.navbar-brand{
		padding: 0;
		position:absolute;
		margin: 0%;
		max-width: 40%;
		max-height: 60px;
		left: 50%;
		top: 7px;
	}

	.navbar.expanded > a.navbar-brand{
	  top: 200px;
	}

	.navbar > a.navbar-brand .logo{
		max-width: 100%;
		max-height: 40px;
		margin: 0;
	}

	.navbar.expanded > a.navbar-brand .logo{
		max-height: 100px;
	}

}


nav .nav-link{
		opacity: 1;
	}




#intro .col-12{
	margin-top: 300px;
  padding-bottom: 10%;
}
hr{
	background-color: lightgrey;
}
#explanation-img{
	max-width: 95%;
}
#howitworks{
	margin: 10% auto;
}
#explanation .card p{
	margin-bottom: 0;
}
#explanation strong, #explanation h5, #howitworks strong{
	color:#2183f1;
}
@media(min-width: 550px){
	#explanation-img{
		max-width: 75%;
	}
}
@media(min-width:768px){
	#explanation-img{
		max-width: 80%;
	}
}
@media(min-width:990px){
	#intro .col-12{
		margin-top: 400px;
	  padding-bottom: 10%;
	}
	#howitworks p{
		margin-bottom: 3em;
	}

}

.material-icons{
  vertical-align: top;
  font-size: 1.3rem;
}
.group-row{
  margin-top: 20%;
  margin-bottom: 20%;
}
.tab-content{
	background-color:white;
}

h1{
	font-size: 1.3rem;
	line-height: 1.2;
}
#ethbox{
	background-color: #1580f4;
	color: white;
	border: 1px solid #1580f4;
}

#explanation p{
	font-weight: 200;
}

/* switch styles */
h5.card-title{
	font-size: 1.1rem !important;
}
input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch-label {
	margin-top: 5px;
	cursor: pointer;
	text-indent: -9999px;
	width: 32px;
	height: 16px;
	background: #e9ecef;
	display: block;
	border-radius: 16px;
	position: relative;
}

.switch-label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 12px;
	transition: 0.2s;
}

.switch:checked + label {
	background: #007df7;
}

.switch:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switch-label:active:after {
	width: 20px;
}

#distribution-form i.material-icons.info{
	color: lightgrey;
	position: absolute;
	right: 56px;
	bottom: 13px;
}



@media (min-width: 768px) {
#distribution-form i.material-icons.info{
	right: 10px;
	bottom: 10px;
}
}



/* Graphic styles */
.tooltip {
white-space: wrap;
position: relative;
}

.tooltip > .tooltip-inner {
     max-width: 250px;
}
figure {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	transition: all 2s ease;
}


#graphic{
	transition: all .3s ease;
}

#graphic.transition{
	height: 50px;
	overflow:hidden;
}
.graphic {
	padding: 0 15px;
}

@keyframes expand {
	from {width: 0%;
	opacity: 0.1;}
	to {width: 100%;
	opacity: 1;}
}
@keyframes opacity {
	from {opacity: 0;}
	to {opacity: 1;}
}
@media screen and (min-width: 768px) {
	@keyframes expand {
		from {width: 0%;opacity: 0.1;}
		to {width: calc(100%);opacity: 1;}
	}
}
.chart {
	margin: 0 auto;
	overflow: hidden;
	width: 0%;
}
.chart.animated{
	animation: expand 0.4s ease forwards;
}
.row + .row .chart {
	animation-delay: .2s;
}
.row + .row + .row .chart {
	animation-delay: .4s;
}
.block {
	display: block;
	height: 50px;
	color: #fff;
	font-size: .75em;
	float: left;
	background-color: #79b1f2;
	position: relative;
	overflow: visible;
	opacity: 1;
	border: 1px solid #ffffff;
	transition: opacity .3s ease;
	cursor: pointer;
	margin-bottom: 3rem;
}

.block:hover, .block:not(.collapsed) {
	background-color: #1580f4;
}
.value {
	color: grey;
	line-height: 1em;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);

}
.value.animated{
	animation: opacity 1.2s ease forwards;
}

@media screen and (min-width: 768px) {
	h1{
		font-size: 2.3rem;
	}
	.block {
		font-size: 1em;
	}

}

/* Table Styles */

#Table-container > li{
	background-color: #fafafa;
}
#Table-container > li:not(.collapsed){
	background-color: #f2f2f2;
}
#Table-container li .badge {
	color: #ffffff;
	background-color: #7bb2f0;
}
#Table-container li:not(.collapsed) .badge {

	background-color: #1580f4;
}
#Table-container li .badge::after {
	content: " tokens";
}
.list-group-item{
	padding: .5rem 1.25rem;
}
.list-icon i{
	transition: all 0.1s ease;
}
.list-group-item.collapsed h6> .list-icon i{
	transform: rotate(180deg);
}
#Table-container > div > ol > li.coinLi,
#Table-container > div > ul > li.coinLi{
	padding-top: .5em;
	padding-bottom: .5em;
	margin-right: 20px;
	border-bottom: 1px solid lightgrey;
}
#Table-container > div > ol > li.coinLi:hover,
#Table-container > div > ol > li.coinLi:focus,
#Table-container > div > ul > li.coinLi:hover,
#Table-container > div > ul > li.coinLi:focus{
	background-color: #f2f2f2;
}

#Table-container > div > ul > li.coinLi:last-child{
	border-bottom: none;
}
#Table-container > div > ol > li.coinLi img,
#Table-container > div > ul > li.coinLi img{
	margin-right: 4%;
	margin-left: 2%;
}
#Table-container > div > ol > li.coinLi span,
#Table-container > div > ul > li.coinLi span{
	float: right;
}
.tokens{
	font-weight: 200;
}
#Table-container > div > ol > li.coinLi{
	padding-left: 1em;
	margin-left: 1.6em;
}
#Table-container > div > ul > li.coinLi{
		list-style:none;
    background-image:none;
    background-repeat:none;
    background-position:0;
	}

#Table-container > div > ul > li.coinLi:last-child{
	padding-bottom: 1.4em;
}
@media (max-width: 600px) {
	#Table-container li .badge::after {
		content: "";
	}
}

/* Connect wallet section */

#connect-wallet img{
	max-height: 35px;
}

#connect-wallet a h5{
	color: #ffffff;
}

/* Footer Styles */

footer{
	margin-top: 50px;
	border-top: 1px solid #157efb;
	padding: 20px ;
}
.footer a{
	color: #808080;
}
.footer a:hover{
	color: #157efb;
}
