{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Roboto, Xolonium;
}

h1 {
  color: #00008b;
  font-family: Xolonium;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}
em {
	font-family: Xolonium;
	font-style: italic;
	color: #00008b;
}
h3 {
    color: #ff2400;
	font-family: Xolonium;
	font-size: 15px;
}
p {
	font-family: Roboto;
	font-size: 15px;
}
#mast {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
}
#title {
  width: auto;
  height: auto;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  margin-left:1em;
}
#mascot {
  width: auto;
  height: auto;
  text-align: left;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}
#welcome {
	font-family: Xolonium;
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
body {
  background-color: #828344;
  width: 90%;
  height: auto;
  margin: auto;
}
main {
	width: 77%;
	height: auto;
	margin: auto;
	background-color: #fff;
}
grid-container {
  padding: 20px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 240px));
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  justify-content: center;
  align-items: center;
  border: 5px solid #FFCC00;
}
#box {
  border: 5px solid #660099;
  text-align: center;
  vertical-align: middle;
  height: 140px;
  background-color: #828344;
  color: #ffffff;
  }
#box:hover {
	border: solid #ff2400;
	background-color: #ffffff;
}
#box-inactive {
  border: 5px solid #660099;
  text-align: center;
  height: 140px;
  vertical-align: middle;
  background-color: #828344;
  color: #ffffff;
  } 
#box-spacer {
	height: 1em;
}

#footer {
	margin: auto;
	width: 20%;
	padding: 1%;
	background-color: #fff;
	border: 5px solid #FFCC00;
	text-align: center;
	color: #660099;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	color: #00008b;
	text-decoration: underline;
	font-size: 18px;
}
#disclosure {
	color: #828344;
	font-size: 10px;
}
.responsive {
	width: 100%;
	height: auto;
}