.headerLayout {
	width: 100%;
	display: grid;
	grid-template-columns: 15px 1fr 15px 250px 15px;
}

.navLayout {
	width: 100%;
	display: grid;
	grid-template-columns: 15px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 15px;
	position: sticky;
	top: 0px;
}

.mainLayout {
	width: 100%;
	display: grid;
	grid-template-columns: 15px 1fr 15px;
}

.officersLayout {
	width: 100%;
	display: grid;
	grid-template-columns: 15px 1fr 1fr 1fr 1fr 1fr 15px;
	grid-template-rows: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.gamesLayout {
	width: 100%;
	display: grid;
	grid-template-columns: 15px 1fr 1fr 1fr 1fr 1fr 15px;
	grid-template-rows: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.awardsLayout {
	width: 100%;
	display: grid;
	grid-template-columns: 15px 1fr 1fr 1fr 1fr 15px;
	grid-template-rows: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.headerBox {
	border: 2px solid black;
	max-height: none;
	padding: 15px;
	background-color: beige;
	border-radius: 15px;
	font-family: Impact,'Arial Narrow Bold', sans-serif;
}

.headerIcons {
	border: 2px solid black;
	max-height: none;
	padding: 15px;
	background-color: beige;
	border-radius: 15px;
	font-size: 19pt;
}

.navBox {
	border: 2px solid black;
	padding: 5px;
	background-color: beige;
	height: 80%;
}

.navBox:hover {
	background-color: black;
}

.centerBox {
	border: 2px solid black;
	max-height: none;
	padding: 15px;
	background-color: beige;
	border-radius: 15px;
}

.gridBox {
	border: 2px solid black;
	max-height: none;
	padding: 10px;
	background-color: #CEB888;
	border-radius: 15px;
	color:black;
}

body {
    font-size: 15pt;
    color: #C28E0E;
    background-color: #9d968D;
    font-family:Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 50px;
}

a {
    text-decoration: none;
	color: #C28E0E;
}

footer {
    font-size: 12px;
    color: black;
    background-color: white;
    text-align: center;
}