
body {
    margin: 0;
    font-family: 'Georgia', serif;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #333;
}

.hero {
    background: url('img/bg.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.countdown h1 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 4rem;
    margin-bottom: 6rem;
}

.countdown button {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: bold;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    background: none;
    color: #fff;
    border: solid;
    border-width: 1pt;
    border-radius: 10px;
    cursor: pointer;
}

.countdown button:hover {
    background-color: #a57d52;
    color: #fff;
}

#countdown-timer {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    background-color: none;
    color: #fff;
    border: none;
}

.contribute {
    background-color: #61492f;
    padding: 2rem;
    text-align: center;
    color: #fff;
}

.contribute h2 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contribute h4 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.contribute button {
    padding: 1rem 2rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
    background-color: #a57d52;
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.contribute button:hover {
    background-color: #fff;
    color: #a57d52;
}

.opera {
    background-color: #f4e1d2;
    padding: 2rem 2rem;
    text-align: center;
}

.opera h2 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.opera h3 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.opera h4 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.opera img {
    width: 100%;
    height: auto;
}

.opera ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style-type: none;
    padding: 0;

}

.opera li {
    font-size: 1rem;
    padding: 1rem;

}

.opera li:hover {
    background-color: #a57d52;
    color: #fff;
    opacity: 0,33;

}

.cont {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #a57d52;
}

.cont:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: .9rem;
  position: absolute;
  text-align: center;
}

.text h4 {
  font-size: 1rem;
  font-weight: bold;
}

.call-to-action {
    background: url('img/calanchi.png') no-repeat center center/cover;
    padding: 2rem;
    text-align: center;
    color: #fff;
}

.call-to-action img {
    border-radius: 1rem;
    width: 100%;
    height: auto;
}

.call-to-action h2 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.call-to-action h4 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.call-to-action button {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: bold;
    padding: 1rem 2rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
    background: none;
    color: #fff;
    border: solid;
    border-width: 1pt;
    border-radius: 10px;
    cursor: pointer;
}

.call-to-action button:hover {
    background-color: #a57d52;
    color: #fff;
}


.partners {
    background-color: #e2d3c1;
    padding: 2rem;
}

.partners h3 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.carousel img {
    padding: 2rem;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gridlist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style-type: none;
    padding: 0;

}

.gridlist li {
    border-style: solid;
    border-color: #a57d52;
    border-radius: 15px;    
    border-width: 1pt;
    padding: 1rem;
    font-size: 1rem;
    margin: 20px;

}

footer {
    background-color: #d4c4b4;
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
}

footer h4 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

footer a {
    color: #61492f;
}
