.sidebar-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.sidebar-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sidebar-back {
	padding: 0.5em 2em 0.5em 2em;
}
.sidebar-content {
	padding: 0 2em 0 2em;
}
.sidebar-footer {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.leaflet-control-attribution-right {
	right: 375px;
	transition: right 0.5s ease-in-out;
}
.leaflet-control-attribution-right-closed {
	right: 0;
}
@media only screen and (max-width: 500px) {
	.leaflet-sidebar {
		width: 95vw;	
	}
	.close-button {
		font-size: 16px;
	}
}