
.bg-dcs {
	background-color: #006699 !important; 
}

@media screen and (max-width: 767px) {
	header p, footer p {
		font-size: .75rem;
	}
}

header img.logo {
		min-height: 2em;
		max-height: 2.5em;
}

#main-menu, #footer-menu {
	background: linear-gradient(0deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .10) 50%, rgba(0, 0, 0, .15) 100%);
	border: 1px solid rgba(0, 0, 0, .15);
}

.main-panel {
	padding: 5rem 3rem;
}
@media screen and (min-width: 768px) {
	.main-panel.closed {
		display: none;
	}
}

#photo-carousel {
		height: calc(100vh - 8.5rem) !important;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-caption {
		display: none;
}

.btn.btn-lang {
	background: linear-gradient(0deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .10) 50%, rgba(0, 0, 0, .15) 100%);
	border: 1px solid rgba(0, 0, 0, .15);
	display: inline-block;
	line-height: 1em;
	padding: 0.2em 0.5em;
	height: 1.50em;
	width: 2.5em;
}

a {
	font-weight: 600;
	text-decoration: none;
}