body {
	background-color: #820041;
}

a:link {
	color: #FFD700;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
a:visited {color: #c699d0; font-size: 95%; font-weight: bold; text-decoration: none}
a:hover {color: #B0E0E6; font-size: 95%; font-weight: bold; }
a:active {color: #B0E0E6; font-size: 95%; font-weight: bold; text-decoration: none}

p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #eeb549; font-weight: bold}

h1{
	font-family: Verdana,sans-serif;
	color: #FFD700;
	font-size: 200%;
	font-style: oblique;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: Yellow;
	font-size: 120%;
	font-style: oblique;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-family: Verdana,sans-serif;
	color: White;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}
mark{
	font-size: 110%;
	font-family: Verdana,sans-serif;
	color: #FF6347;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.centertext{
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
blockquote{
	background: #708090;
	width: 90%;
	text-align: left;
}

div.player {
	width: 70%;
	 margin-left: auto;
	margin-right: auto;
}

div.text{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 97%;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
	width: 95%;
	row-gap: 50px;
 margin-left: auto;
 margin-right: auto;
}

.grid > span {
padding: 20px 20px;
color: white;
}

div.navcontainer {
	width: 70%;
	text-align: center;
}

 ul#navlist
{
	white-space: normal;
	margin-left: auto;
	}

#navlist li
{
	display: grid;
	list-style-type: none;
	margin-left: 20px;
	width: 170px;
}

#navlist a { padding: 2px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	font-size: 130%;
	font-weight: bold;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 130%;
}
#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}


@media (min-width: 992px) {
  /* Rules for laptops, small desktop screens and bigger viewports */
	h1{
	font-family: Verdana,sans-serif;
	color: #FFD700;
	font-size: 200%;
	font-style: oblique;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: Yellow;
	font-size: 130%;
	font-style: oblique;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h3 {
font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 130%;
	font-style: oblique;
	text-align: center;
	}
p {
	font-family: Verdana,sans-serif;
	color: White;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}
blockquote{
	background: #708090;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.player {
	width: 70%;
	 margin-left: auto;
	margin-right: auto;
}

div.text{
	margin: auto auto;
	width: 65%;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	width: 60%;
 margin-left: auto;
 margin-right: auto;

}

.grid > span {
padding: 8px 4px;
}


div.navcontainer {
	width: 70%;
}
 ul#navlist
{
	white-space: nowrap;
	margin-left: auto;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: auto;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 110%;
}
#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

}
