.text-platzi {
	color: #97c93e !important;
}

header img {
	width: 80px;
}

.carousel-inner img {
	max-height: 70vh;
	object-fit: cover;
	filter: grayscale(70%)
}

.btn-platzi {
	background-color: #97c93e;
	color: white;
}

.btn-platzi:hover {
	background-color: #82ad36;
}

#carousel {
	position: relative;
}

#carousel .overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

#carousel .overlay .container,
#carousel .overlay .row {
	height: 100%;
}

.speakers img {
	height: 300px;
	object-fit: cover;
}

#footer {
	background: linear-gradient(90deg, #1c3643 0, #273b47 25%, #1e5372);
}

#footer a {
	color: white;
}

#place-time {
	background-color: #343a40;
	color: white;
}

#place-time img {
	max-width: 100%;
}

