/* Espelette based on Bootstrap 4.1

- Imports

*/

/* --- Imports --- */

@import url("bootstrap/css/bootstrap.min.css");

body {
	background-color: #f0f0f0;
}

.bg-dark {
	background-color: #4f8a46 !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}

header p {
	text-transform: uppercase;
}
.logo img {
	margin: 1em 0 0.5em 0;
	max-width: 80px;
}

img.img-fluid {
	margin: 1em 0;
}
.video-fluid {
	margin: 1em 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.navbar-toggler {
	margin: 0 auto;
}

footer {
	/* background: radial-gradient(circle farthest-corner at right top, #ff734a 0, #7d73e8 90%); */
	margin-top: 3rem !important;
	padding-top: 3rem !important;
	color: #222;
}
footer a {
	color: #000;
}
footer .text-muted {
	color: #fff !important;
}
footer .text-muted a {
	color: #fff !important;
}


