nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
margin: 0 15px;}


nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav {
  background-color: #C8102E;
  padding: 10px 0;
  text-align: center;
}

header {
  background-color: #1D428A;
  color: white;
  padding: 20px 0;
  text-align: center;
}

header p{text-align: center;}

h2{background-color: grey;}

main h2{text-align: center;
margin: auto;}

.image-content{
display: flex; 
align-items: center; 
gap: 200px;
}

.image-content img{
width: 200px;
height: auto;
}

.early{
display: flex; 
align-items: center; 
gap: 200px;
}

.early img{
width: 200px;
height: auto;
}




.steph{
display: flex; 
align-items: center; 
gap: 200px;
}

.highlights{gap: 200px}

table{border: 1px solid #003300;
width: 80%;
border-spacing: 0;
border-collapse: collapse;}

td{padding: 0.5em;
border-width: 1px;
border-color: #006600}

th{padding: 0.5em;
border-width: 1px;
border-color: #006600}

table tr:nth-of-type(odd) {background-color: #C8102E;}
table tr:nth-of-type(even) {background-color: grey;}

main p{max-width: 500px;}

div{background-color: grey;
color: black;}

footer {
  text-align: center;
  background-color: #1D428A;
  color: white;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  color: #333;
}
#gallery {position: relative;
height: 200px;}

#gallery ul {
	list-style-type: none;
	width: 300px;}
	
#gallery li { display: inline;
	float: left;
	padding: 10px;}
	
#gallery img { border-style: none;}

#gallery a { text-decoration: none;
			 font-style: italic;
			 color: #000000;}

#gallery span { position: absolute;
			   left: -1000px;
			   opacity: 0;
			  transition: opacity 3s ease-in-out;}
			  
#gallery a:hover span {
			position: absolute;
			top: 16px;
			left: 320px;
			opacity: 1;}
			
figure { position: absolute;
		left: 280px;
	    opacity: .50;}

@media only screen and (max-width: 37.5em){
	main{padding: 0.1em 1em;
		 font-size: 90%;}
	
	h1{font-size: 2em;}
	
	nav{padding: 0;}
	
	nav li{display: block;
		   margin: 0;
		   border: solid 2px #330000;}
}