* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;

}

h1, h2, h3, h4, h5, h6, p, a {
   font-family: 'Quicksand', sans-serif;
}
h1{
font-size: 36px;  
font-weight: 600;  
}
h2{
  font-size: 28px;  
font-weight: 600; 
font-family: 'Quicksand', sans-serif;  
}
p{
font-size: 20px;
font-weight: 300;
}
a {
    text-decoration: none;
}

header {
    display: flex;
    background-color: #e2eccf;
;
    padding: 10px 30px;
    align-items: center;
}

header img {
    width: 100px;
}


nav {
    width: 100%;
}

ul {
    width: 100%;
    display: flex;
    flex-direction:row;
    gap: 120px;
    justify-content: flex-end;
}
li {
    list-style-type: none;
}



a {
    color: #223d0f;
    font-size: 20px;
    
}

a:hover {
    padding-bottom: 1px;
    border-bottom: 1px ;
}
body{
    background-color: #223d0f;
    font-family: 'Quicksand', sans-serif;
}

/* FOOTER*/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #223d0f;
  color: white;
}

/* Center icons */
.footer-center a img {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

/* Logo on the right */
.footer-right .logo {
  width: 60px;
  height: auto;
}

/* Optional: make text smaller */
.footer-left p {
  margin: 0;
  font-size: 18px;
}


/* hero section */

.hero img {
    display:block;
    height: 600px;
    width: 100%;
    object-fit: cover;
}
/* about section */
.about{
padding: 50px 80px;

color: white;
text-align:center;
font-family: 'Quicksand', sans-serif;
}
.about h1:last-of-type {
    padding-bottom: 30px;
}

.about p, .proverb p {
    width: 80%;
    margin: auto;
    font-size: 18px;
   
    text-align: center;
    padding-bottom: 20px;
}




/* banner2 section */
.banner2 img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

/* CARDS*/

.cards {
    background-color: #e2eccf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    gap: 50px;
    color:#223d0f;
}



.card {
    display: flex;
    flex-direction: row;
    width: 60%;
    gap: 70px;
}

.card:nth-child(even) {
    flex-direction: row-reverse;
}

.card-img, .card-text {
    width: 50%;
}

.card-img img {
    width: 100%;
}

.card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-text h2 {
    padding-bottom: 30px ;
    font-size: 36px;
}

.card-text p {
    padding-bottom: 20px;
}

.card-text a {
    font-size: 20px;
}


.card2 {
    display: flex;
    float: right;
    width: 50%;

}
/* page 2 */
.awards-row {
    display: flex;
    justify-content: center; 
    gap: 60px; 
    margin: 40px 0;
}

.image-row img {
    width: 300px; 
    border-radius: 10px;
}
/*pagge 3 */
/* about section */
.activities{
padding: 30px 10px;
color: white;
text-align:center;
font-family: 'Quicksand', sans-serif;
}

.activities h1 {
  color: white;
  margin-bottom: 30px;
}

.activities ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; 
  columns: 1;    
}

.activities li {
  display: block;
  margin: 10px 0;
}


/* about section */
.info{
padding: 20px 20px;
margin-top: 20px;
color: white;
text-align:center;
}
.info h1:last-of-type {
    padding-bottom: 30px;
}

.info p {
    width: 80%;
    margin: auto;
    font-size: 18px;
   
    text-align: center;
    padding-bottom: 20px;
}

/* about section */
.info2{
padding: 20px 20px;
background-color: #e2eccf;
color: #223d0f;
text-align:center;
margin-top: 0px;
}
.info2 h1:last-of-type {
    padding: 30px;
}

.info2 p {
    width: 80%;
    margin: auto;
    font-size: 18px;
   
    text-align: center;
    padding-bottom: 20px;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  padding-bottom: 20px;
}


.item {
  text-align: center;
  width: 150px;
}


.item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
 
}

/* Text under image */
.item p {
  margin-top: 8px;
  font-size: 18px;
  color: white;
}

.image-gallery2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin:0;
  background-color: #e2eccf;
  color: #223d0f;
  padding-bottom: 30px;
}


.item2 {
  text-align: center;
  width: 150px;
}


.item2 img{
  width: 100%;
  height: 150px;
  object-fit: cover;
 
}

/* Text under image */
.item2 p {
  margin-top: 8px;
  font-size: 18px;
  color:#223d0f;
}
/* FOOTER*/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #2f5d3a;
  color: white;
}

/* Center icons */
.footer-center a img {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

/* Logo on the right */
.footer-right .logo {
  width: 60px;
  height: auto;
}

/* Optional: make text smaller */
.footer-left p {
  margin: 0;
  font-size: 18px;
}

/* Map */

.map iframe {
    width: 100%;
    height: 400px;
  }

 