
#container
{
	width: 97%;
	margin: 1px auto;
	background-color: #0000CD;
	border: thin double #FFD700;
	border-width: medium;
	line-height: 130%;
}

#top
{
	padding: 0.5em;
	background-color: transparent;
	border-top: thick solid #FFD700;
	border-bottom: 0;
	border-left-width: 3pc;
	border-left: #FFD700;
	border-right-width: 3pc;
	border-right: #FFD700;
}
.img {
		max-width: 150px;
		text-align:center;
		margin-left: auto;
	  margin-right: auto;
		}
.responsive {
  max-width: 100%;
  height: auto;
	text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1{
font-family: Georgia,sans-serif;
color: #f1d025;
font-weight: bold;
font-size: 120%;
text-align:center;
margin-left: auto;
margin-right: auto;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	border-left: 0;
	border-right: 0;
	padding: 0em;
	width: 80%;
	font-family: Verdana,sans-serif;
	color: white;
	font-size: 100%;
}
#navcontainer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-family: Verdana,sans-serif;
	color: white;
	font-size: 100%;
}

p.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: Red;
}

#footer
{
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content h2 { margin: 0 0 .5em 0; }

a:link {
	color: Yellow;
	text-decoration: none;
	font-size: 100%;
}
a:visited {
	color: #FFD700;
}
a:hover {
	color: #DC143C;
}
a:active {
	color: #DAA520;
	text-decoration: none;
}

ul#navlist
{
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
	}

#navlist li
{
	display: grid;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
}

#navlist a { padding: 2px 10px; }

#navlist a:link
{
	color: #C71585;
	background-color: #FFF8DC;
	border: 1px solid #DCDCDC;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 130%;
}
#navlist a.active
{
	color: #2133d4;
	background-color: #EEE8AA;
	text-decoration: none;
	font-weight: bold;
}
#gridcontainer{
text-align: center;
margin-left: auto;
margin-right: auto;
max-width: 99%;
}
.grid {
	display: grid;
	grid-template-columns: 1fr;
	width: 95%;
	row-gap: 5px;
 margin-left: 40px;
 margin-right: auto;
}

.grid > span {
padding: 20px 2px;
text-align: left;
font-weight: bold;
font-size: 100%;
}

@media (min-width: 992px) {
  /* Rules for laptops, small desktop screens and bigger viewports */

	#navcontainer {
		width: 70%;
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
  }
#navlist li
{
	display: inline;
}
#navlist a:link
{
	border: 1px solid #DCDCDC;
	font-size: 110%;
}

#navlist a:hover
{
	font-size: 110%;
}
#navlist a.active
{
	font-size: 110%;
}
#gridcontainer{
text-align: center;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}
.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	row-gap: 20px;
 margin-left: auto;
 margin-right: auto;

}
.grid >span {
padding: 20px 2px;
text-align: left;
font-weight: bold;
font-size: 100%;
}

p {
	font-family: Verdana,sans-serif;
	color: white;
	font-size: 100%;
}
}
