canvas {
	display:block;
	vertical-align:bottom;
}
p,li {
	font-size: 1.1rem;
}
#intro {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	min-height:800px;
	height:100%;
	color: #fff;
}
.darkBg {
	background-color:#2c3e50;
	color: #fff;
}
#lima {
	background: url('img/lima.webp');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 350px;
}
.lead {
	position: absolute;
	top:20px;
	padding: 10% 15%;
}
.leadText{
	font-size: 2rem;
	font-weight: 200;
	text-align:center;
}
#definition, #examples, #blockchain, #advantages, #technology, #more, #contact, #payTheProducer, #advantages, #how {
	padding: 0px 0px;
}
.illustration {
	max-width: 80%;
	height: auto;
}
.separator {
	width: 100%;
	height: auto;
}
#wave {
	width: 100%;
	height: auto;
}
.card-title, .card-text {
	color: rgb(33, 37, 41);
}
/* for iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
	#intro, #lima {
		background-size: cover;
		background-attachment: scroll;
	}
}
