
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  background-color:#000000;
  color: #FFFFFF;
}

header {
  background-color: #000000;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
}

.logo {
  max-height: 60px;
  margin-bottom: 10px;
}

nav a {
  margin: 0 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
nav a:hover {
  text-decoration: underline;
}

.hero-video {
  text-align: center;
  padding: 40px 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 {
  font-family: 'Lora', serif;
  font-size: 2em;
  margin: 0 0 10px;
}

.button {
  background-color: #2a5d84;
  color: blue;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.button:hover {
  background-color: #1d4563;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #000000;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #FFFFFF;
}



.logo-center img,
.hero-main img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.donate-button {
  display: inline-block;
  background-color: #2a5d84;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.donate-button:hover {
  background-color: #1d4563;
  transform: scale(1.05);
}

.section {
  margin-top: 60px;   /* space before the section */
  margin-bottom: 60px; /* space after the section */
}



.logo-center img,
.hero-main img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.logo-center img,
.hero-main img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.logo-center {
  margin-bottom: -1200;
}  
  .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}
}