* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
}

.btn {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.btn:hover {
  background-color: #0056b3;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}


h1, h2, h3 {
  margin-bottom: 15px;
  color: #222;
}


p {
  margin-bottom: 15px;
}


a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


button, .btn, input[type="submit"] {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

button:hover, .btn:hover, input[type="submit"]:hover {
  background-color: #0056b3;
}


input[type="text"], input[type="email"], textarea, select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}


nav {
  margin-bottom: 20px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-left: 0;
}

nav ul li a {
  padding: 8px 12px;
  display: inline-block;
  background: #007bff;
  color: white;
  border-radius: 4px;
}

nav ul li a:hover {
  background: #0056b3;
}


footer {
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 0.9rem;
  
}

.centered-photo-container {
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
}

.centered-photo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.centered-photo-container figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #555;
  font-style: italic;
}

.centered-list {
  text-align: left;
  list-style-position: inside;
  margin: 0 auto;
  padding-left: 0;
}

.banner-container {
  text-align: center;
  margin-bottom: 20px;
}

.banner-container img {
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.banner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.photo-credit {
  text-align: center;
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 20px;
}

.photo-credit a {
  color: #007bff;
  text-decoration: none;
}

.photo-credit a:hover {
  text-decoration: underline;
}


.photo-credit {
  font-size: 0.9rem;
  color: #555;
  margin-top: 8px;
}
.photo-credit a {
  color: #007bff;
  text-decoration: none;
}
.photo-credit a:hover {
  text-decoration: underline;
}

.vote-img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 10px 0; 
  display: block;
  padding: 5px;
}



.vote-option {
  margin-bottom: 30px;
  padding: 10px;
}


.photo-credit-small {
  font-size: 0.8rem;
  margin-top: 4px;
  color: #555;
}

.photo-credit-small a {
  color: #007bff;
  text-decoration: none;
}

.photo-credit-small a:hover {
  text-decoration: underline;
}


.gallery-grid {
  display: block; 
  margin-top: 20px;
}

.gallery-grid figure {
  margin-bottom: 30px;
  text-align: left;
}

.gallery-grid img {
  width: 60%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.footer-nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin: 15px 0;
}

.footer-nav-list li {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}


.footer-nav-list li a:hover {
  color: white;
  text-decoration: none;
}
