@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

html {
	scroll-behavior: smooth;
	width:  100%;
	overflow-x:  hidden;
	font-family: 'Open Sans', sans-serif;
}

body {
	background:  #e1e1e1;
	width:  100%;
	max-width:  100%;
	line-height:  1.2em;
}
.small, small {
	line-height:  1em;
}


.navbar .nav-item {
	text-align:  right;
}
@media(min-width:  1000px) {
	.navbar .nav-item {
		margin:  0 2em;
		text-align:  center;
	}
	.navbar .navbar-brand {
		margin-right:  2em;
	}
}
.navbar .nav-link {
	color:  #fff !important;
}
.navbar .nav-item.active {
	font-weight:  bold;
}