html {
	font-family:		'Droid Sans', sans-serif;
	color:			#313136;
	height: 100%;
}

body {
	padding-bottom:		8em;
}

.title-menu {
	margin:			0;
	padding:		0.5em;
	color:			black;
	text-shadow:		2px 2px 8px #aaaaaa;
	font-family: 'Noto Serif', serif;
}

h1, h2, h3 {
	font-family: 'Noto Serif', serif;
}

a {
	color:			#336699;
}

.footer {
	background-color:	#f8f9fa;
	color:			#000000;
	padding-top:		0.3em;
	padding-bottom:		0.3em;
	border-top:		1px solid black;
}

.footer a {
	padding-left: 0.5em;
}

.footer a {
	float:		right;
}

.footer img {
	height: 2em;
}

.footer .copyright {
	color: #000000;
}

.nav-link.active{
	font-weight: bold;
}

.navbar {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0.3em;
	margin-bottom: 2ex;
}
