body {
	background-color: #fafafa;
	font-family: georgia, sans-serif;
	font-size: 11pt;
	color: #343434;
	margin-bottom: 20px;
}
.footer {
	text-align: center;
	color: #343434;
}

.jumbotron {
	height: 60px;
	text-align: center;
	color: #090909;
	background-color: #fafafa;
}

.topnav {
	margin: auto;
	width: 83.25%;
	color: #fafafa;
	background-color: #002060;
	padding: 2.5px;
}

#odd-row1 {
	background-color: #d9dff0;
}

.pagination {
	display: inline-block;
}

#centered {
	text-align: center;
}

/* Tablet Landscape */

@media screen and (max-width: 1060px) {
	#primary {
		width: 67%;
	}

	#secondary {
		width: 30%;
		margin-left: 3%;
	}
}

table {
	display: grid;
	/* place-content: center; */
	place-items: center;
}

/* Tabled Portrait */

@media screen and (max-width: 768px) {
	#primary {
		width: 100%;
	}

	#secondary {
		width: 100%;
		margin: 0;
		border: none;
	}
}
