.body-accent-25.color-agave{background-color:#fff;}
.color-agave .logo-cards-slider{background-color:#D1B0D2 ;}
.ifpa-custom-border{border: 8px solid #0000;
  border-top-right-radius: 20%;
 border-bottom-left-radius: 20%;
  background: linear-gradient(#87ffff,#ffe15d) border-box;
  background-clip: border-area;}
.ifpa-custom-border2{border-color: #FFCD3F;
/*border-left-width:20px;
border-right-width:20px;
border-bottom-width:20px
border-top-width:40px;*/
border-width:60px 20px 20px 20px;
border-style:solid;
background-color:#FFCD3F;
 }
.seed-link{color:#000;weight:bolder;border-right: 1px solid #000;text-align:center;}



.link-container {
  display: flex;
  justify-content: space-around; /* Distribute space evenly around links */
  align-items: center; /* Vertically align links in the center */
  padding: 10px; /* Add some padding around the container */

}

.link-item {
  display: flex; /* Enable flexbox for the link item */
  align-items: center; /* Vertically align the link and the separator */
}

.link-item a {
  text-decoration: none !important;
text-transform: none !important;
  color: #52150C!important;
  padding: 5px 10px; /* Add some padding to the links */
font-size:1.5em !important;
}

.JRcontainer {
  position: relative; /* Needed to position the text absolutely within */
  display: flex; /* Enable flexbox for centering */
justify-content: center; /* Center content horizontally */
 
}



.JRimage {
  width: 100%;
  display: block; /* To prevent extra space below the image */
}


.JRoverlay-text {
  position: absolute;
  top: -80px;
 /* left: 10px;*/ /* Adjust as needed for horizontal positioning */
  color: #434043; /* Example text color */
   /*background-color: rgba(0, 0, 0, 0.7); Optional background for readability */
  padding: 5px;
  font-size: 1.25em;
font-weight:bolder;
text-transform:uppercase;
line-height:.85em;
  z-index: 1; /* Ensure the text is above the image */
}
