* {
  box-sizing: border-box;
}

body {
  max-width: 1000px;
  min-width: 40%;
  margin: 0 auto;
  background-color: #E5E4E2;
  font-family: Sans-Serif;
  color: #202020;
}

header {
  min-height: 200px;
  background-color:#E5E4E2;
  text-transform: uppercase;
  border-bottom: 1px solid gray;
}

h1 {
  margin: 0 auto; 
  text-align: center;
  padding: 70px 0;
  font-size: 2.5em;
}

nav > ul {
  width: 80%;
  display: flex; 
  list-style-type: none;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

li > a {
  text-decoration: none;
  color: inherit;
}

#overview-section {
  display: flex;
  justify-content: start;
  width: 100%;
  height: 500px;
}

#image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  
}

#img-caption {
  font-size: 15px;
  text-align: center;
  margin: 2px auto;
}

.divider {
  border-bottom: 1px solid gray;
}

h2 {
  font-family: sans-serif;
  text-align: center;
}

.container {
  overflow: hidden;
}

.container #image1 {
  max-width:300px;
  max-height:300px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  float: left;
  display: block;
  margin-right: 10px;
  margin-top: 20px;
  
  
}

.container p {
  font-size: 20px;
  line-height: 30px;
}

#tribute-info {
  text-align: center;
  margin: 0 auto;
}

#tribute-info ul {
  font-size: 20px;
  list-style-type: none;
}

#tribute-info span {
  font-weight: 750;
  font-size: 20px;
  line-height: 50px;
  
}

.quotes span {
  font-style: italic;
  text-align: center;
}

.quotes img {
  max-width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

h3 {
  text-align: center;
  margin: 50px auto;
}

h3 a {
  text-decoration: none;
  color: #834333;
}