body {
  /*background-color: #EAECEE;*/
  font-family: Arial, sans-serif;
}

header {
  background-color: #191970;
  text-align: Left;
  color: #FFFFFF;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}

header a {
  text-decoration: none;
  color: #F5FFFA;
}

header a:hover {
  color: #AFEEEE;
  transition: color 0.4s linear;
}

nav {
  position: relative;
  background-image: linear-gradient(#A0522D,#800000);
  font-size: 130%;
  font-weight: bold;
}

nav a {
  text-decoration: none;
  color: #F5F5DC;
  transition: color 0.4s linear;
}

nav a:hover{
	color: #DEB887;
}

nav a:visited {
	color: #DEB887;
}

nav ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: space-around;
  margin-top: 0;
}

nav ul ul {
  position: absolute;
  padding: 0;
  text-align: left;
  display: none;
  background-image: linear-gradient(#A0522D,#800000);
}

nav ul ul li {
  border: 1px solid #00005D;
  display: block;
  width: 8em;
  padding-left: 1em;
  margin-left: 0;
}

nav li:hover ul {
  box-sizing: border-box;
  display: block;
}

h1 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

h2 {
	text-shadow: 1px 1px 1px #828282;
	font-family: Constantia, sans-serif;
}

main {
  padding: 1em;
  display: block;
  border: 1px solid #000000;
  margin-left: 63em;
  margin-right: 1em;
}

footer {
  font-size: 75%;
  text-align: center;
  clear: both;
  padding: 3em;
}

form {
	display: flex;
	flex-flow: column nowrap;
}

form input, textarea {
	width: 50%;
	margin-bottom: 10px;
}

table {
	border: 2px #000000 solid;
}

td,th {
	border: 2px #000000 solid;
}

tr:nth-of-type(even) {
	background-color: #F0F8FF;
}

tr:nth-of-type(odd) {
	background-color: #E6E6FA;
}

#homeimage {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(sheetmusic.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#contactimage {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(contact_us.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#gettingstarted-image {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(orchestra.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#typesofmusic-image {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(recordplayer.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#instruments-image {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(instruments.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#instruments-image2 {
	height: 648px;
	width: 972px;
	float: left;
	display: flex;
}

#basics-image {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(basics.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#readingnotes-image {
	height: 388px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(clefnotes.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}

#tempo-image {
	height: 648px;
	width: 972px;
	background-size: 100% 100%;
	background-image: url(metronome.jpg);
	background-repeat: no-repeat;
	float: left;
	box-shadow: 7px 7px 7px #828282;
	margin-left: 1em;
}