@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

body{
        margin: 0;
       
    }
header{
display: flex;
flex-direction:column;
/*height: 175px;*/
padding: 0px 197px 22px 81px;
background: #006837;
color: #FFEFC2;

}

header p{
 font-family: "Bowlby One";
font-size: 48px;
font-style: normal;
font-weight: 400;
margin: 5px;
margin-right: -30px;
margin-left: -2px;

}
.logo img{
    width: 60px;
    margin-top: 10px;
    margin-left: -20px;

}
.top{
    display: flex;
    margin-top: 25px;
}


nav{
    display: flex;
    align-items: center;
    gap: 35px;
   /*margin-top: -40px;
    margin-left: -28px;*/
   
}
nav a{
    text-decoration: none;
    color: #FFEFC2;
    font-family: "Source Serif 4";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #006837;
}

nav a:hover{
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #FFEFC2;
    color: #006837;
    }
.active{
    text-decoration: underline;
    text-underline-offset: 3px;
}

.heading{
    color: #c5ac8b;
text-align: center;
font-family: "Bowlby One";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.top{
    display: inline-flex;
align-items: flex-start;
gap: 72px;
}
.topimg{
    width: 525px;
    height: 335px;
}

.first-sentence{
    font-weight: 600;
    font-size: larger ;
    color: #006837;
}

.openp{
    color: #000;
    font-family: "Source Serif 4";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 80px;
    max-width: 665px;
}
.click{
    color: #c5ac8b;
text-align: center;
font-family: "Bowlby One";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 80px;
justify-content: center;
}
.row{
    display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
}
.column{
    padding: 35px;
    text-align: center;
}
.buttonimg{
    height: 250px; 
    width: 350px; 
}

.group-container:hover img {
  filter: grayscale(0%); /* Image turns to color */
}

.buttonimg{
  padding: 10px;
  padding-bottom: 60px;
  background-color: white;
}
.buttonimg:hover{
 background-color: #FFEFC2;
 padding: 10px;
 padding-bottom: 60px;
 box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
 border-radius: 3px;

}
.buttontext{
    margin-top: -50px;
    color: #006837;
    text-align: center;
    font-family: "Source Serif 4";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

}

a{
    text-decoration: none;
    color: black;
}


/* STARTING PAGE 2*/
/* STARTING PAGE 2*/
/* STARTING PAGE 2*/ 


.cageimg{
    width: 400px;
  height: 300px;
  object-fit: cover; 
  object-position: center;
}

.subhead{
    color: #c5ac8b;
text-align: center;
font-family: "Bowlby One";
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.explain{
    color: #000;
font-family: "Source Serif 4";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin:3px;
}

.enclosures{
    display: flex;
width: 517px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
align-items: center;

}

.side{
   display: inline-flex;
    gap: 86px;
    display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
}

.reference{
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #006837;

}

body{
    margin-bottom: 50px;
}


  .descriptions{
        display: flex;
        width: 517px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-items: center;
       margin-bottom: 100px;
}