@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Poppins', sans-serif;
}
.nav-link {
	border-radius : 2em !important;
	background-color: gray !important;
	color: white;
	font-weight: 500;
}
.nav-link.active {
	background-color: black !important;
	font-weight: 700;
}
a:hover {
	color: black !important;
}
a:visited {
	color: white;
}

@media screen and (min-width: 500px) {
	.logo {
		max-width: 40%;
	}
}
@media screen and (min-width: 750px) {
	.logo {
		max-width: 20%;
	}
}
@media screen and (min-width: 1400px) {
	.logo {
		max-width: 10%;
	}
}

footer{
	position: fixed;
	left: 0;
	background-color: white;
	z-index: 100;
	bottom: 0;
	width: 100%;
}