body {
	font-weight: 300;
	line-height: 1.0;
}

p {
	font-size: 1.0rem;
}

h2 {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	font-weight: 300;
}

h3 {
	font-family: 'Geologica', 'Open Sans', sans-serif;
	margin: 10px 0;
}

.container-fluid {
	padding-left: 0;
}

.navbar {
	padding: .8rem .8rem;
}

.container {
	width: 1300px;
}

.text-center a:link,
.text-center a:visited {
	color: #444;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
	--bs-table-striped-bg: rgb(255, 255, 255);
 }