body{
	font-family: Arial;
	position: relative;
}

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

.btn-conf{
	background-color: #97c93e !important;
	color: white;
}

.btn-conf:hover{
	background-color: #82ad36 !important;
}

#header img{
	width: 60px;
}

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

#carousel{
	position: relative;
}

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

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

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

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

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

#footer a{
	color: white;
}

#tool{
	color: #82ad36;
	font-weight: bold;
}