/* CSS Document used for the Project 1 
Author: Kamryn Bradley
File: styles.css
*/


body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  background-color: #0e0e0e;
  color: #e0d9c2;
  text-align: center
}

nav {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #a67c00
}

nav a {
  color: #e0d9c2;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold
}

nav a:hover {
  color: #f0c530;
  text-decoration: underline
}

h1 {
  text-align: center;
  margin-top: 40px;
  color: #f0c530
}

h2 {
  color: #c5b36b;
  text-align: center
}

footer {
  text-align: center;
  color: #999999;
  font-size: 0.9rem;
  padding: 20px 0;
  border-top: 1px solid #444444
}

.image-row {
  display: flex;
  margin: 40px 0;
  justify-content: center;
  
}

.image-container {
  text-align: center;
  width: 200px;
  display: inline-block;
  margin-right: 10px;
}

.image-container p {
  font-size: 0.85rem;
  color: #cccccc;
  margin-top: 8px;
  line-height: 1.3;
  text-align: center;
}

.logo {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 200px;
  height: auto;
}
