/*apply to all start*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

body {
    font-family: Poppins, sans-serif;   
}
.active {
  text-decoration: underline;
  font-weight: bold;
}
/* Extra small to small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  p {
    font-size: 11px;
    color: #1f3a40;
  }
  h1 {
    font-size: 20px;
    font-family: 'Sour Gummy', sans-serif;
  }
  h2 {
    font-size: 18px;
    font-family: 'Sour Gummy', sans-serif;
  }
  h3 {
    font-size: 16px;
    font-family: 'Sour Gummy', sans-serif;
  }
  h4 {
    font-size: 14px;
  }
}
/* Medium to Large devices (laptops/desktops, 768px +) */
@media only screen and (min-width: 769px) {
    p {
    font-size: 16px;
    color: #1f3a40;
  }
  h1 {
    font-size: 32px;
    font-family: 'Sour Gummy', sans-serif;
  }
  h2 {
    font-size: 20px;
    font-family: 'Sour Gummy', sans-serif;
  }
  h3 {
    font-size: 16px;
    font-family: 'Sour Gummy', sans-serif;
  }
  h4 {
    font-size: 14px;
  }
}

/*apply to all ends*/

/* navigation starts*/
.navigation {
    position: sticky; 
    top: 0;
    z-index: 10;
}

.nav {
    background-color: #5C97A9;
    display: flex;
    flex-direction: row; 
    justify-content: center;
}

.mynav.responsive {
  background-color: #5C97A9;
}

a {
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

.nav .icon {
  display: none;
}

.logo {
    padding-top: 20px;
    height: 75px;
}

/* Extra small to small devices (phones, 768px and down) */
@media screen and (max-width: 768px) {
  .nav a.icon {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .nav-container {
    display: flex;
    flex-direction: row;
    background-color: #5C97A9;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
  }
  .nav .logo {
    height: 50px;
  }
  .nav a {display: none;}

  .nav.responsive {
    position: relative;
  }
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mynav.responsive a {
  color: #5C97A9;
  background-color: #FFFFFF;
  display: block;
}
.nav.responsive .logo {
  height: 50px;
}
}
/* navigation ends*/

/* Footer starts here*/
@media screen and (max-width: 768px) {
  .footer {
    height: 150px;
    background-color: #F8F7F3;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center;
    color: #1f3a40;
    font-size: 11px;
    gap: 25px;
  }
  .footer-logo {
    height: 50px;
    width: 50px;
    align-items: center;
  }
} 
/* Medium to Large devices (laptops/desktops, 768px +) */
@media only screen and (min-width: 769px) {
  .footer {
    height: 250px;
    background-color: #F8F7F3;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center;
    color: #1f3a40;
    font-size: 18px;
    gap: 50px;
  }
  .footer-logo {
    height: 75px;
    width: 75px;
    align-items: center;
  } 
}
/* Footer ends here*/

/* Home page section starts here */ 
.hero-section {
  background-image: url('../img/Group-beekeepers.png');
  background-repeat: no-repeat;
  background-position: top center;   
  background-size: cover;            
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;  
  margin-top: -75px; 
}
.intro-section {
  background-color: #F8F7F3;
}
#home-page video {
  max-width: 100%;
  height: 50% ;
}
.join-club-button {
  background-color: #5C97A9;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.join-club-button:hover {
  background-color: #ffff;
  color: #5C97A9;
}
.next-meet-up-button {
  background-color: white;
  color: #FEB400;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.next-meet-up-button:hover {
  background-color: #FEB400;
  color: white;
}

/* Extra small to small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
.hero-section {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 25px 25px 75px 25px;
  height: 400px;
  width: 100%;
}
  .intro-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
  background-color: #F8F7F3;
  gap: 15px;
}
.intro-text {
  background: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
  width: 90%;
  position: relative;
  z-index: 2;
}
.intro-text h2{
  font-size: 16px;
  color: #6CA4AA;
}
.intro-text p{
  font-size: 12px;
  color: #1B4C52;
  margin-top: 15px;
}
.intro-text img {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 75px;
  z-index: 1;
}
.intro-top-image img {
  width: 100%;
  height: 70%;
  object-fit: contain;
  align-items: center;
}
.mission-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
    height: 350px;
  }

.mission-image-row .image-hide-mobile {
    display: none;
  } 
.mission-image-row {
    display: flex;
    flex-flow:row wrap;
    align-content: center;
    justify-content: center;
    gap: 25px;
}
.show-image-mobile {
    width: 25%;
    border-radius: 20px;
    object-fit: contain;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
.mission-text {
    margin-top: 25px;
    margin-bottom: 25px;
}

  .mission-text h2 {
    font-size: 16px;
    font-weight: bold;
    color: #f5a623;
  }

  .mission-text p {
    font-size: 11px;
    color: #1B4C52;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
  }
.events-section {
    background-color: #F8F7F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 350px;
    margin-top: 15px;
    gap: 15px;
  }
.events-section h2 {
    font-size: 16px;
    font-weight: bold;
    color: #f5a623;
    padding-bottom: 5px;
  }
.events-section h3 {
    font-size: 14px;
    font-weight:400;
    color: #6CA4AA;
    padding-bottom: 15px;
  }
.events-section p {
    font-size: 11px;
    font-weight: 400;
    color: #1f3a40;
    padding-left: 50px;
    padding-right: 50px;
  } 
.events-section img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    align-content: center;
  }
.members-cta-section {
    height: 350px;
    background-color: #FEB400;
    display: flex;
    flex-direction: column;
  }
.members-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-content: space-between;
    align-content: center;
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 50px;
    column-gap: 1%;
    row-gap: 2%;
    padding: 25px;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
  }
  .hide-bee-mobile {
    display: none;
  }
.members-cta-section h2 {
    font-size: 16px;
    font-weight: bold;
    color: #6CA4AA;
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: center;
  }
.highlight {
    color:#FEB400;
  }  
.members-cta-grid p {
    font-size: 12px;
    color: #1f3a40;
    grid-column: 1/3;
    grid-row: 2/3;
    align-content: center;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
.members-cta-grid button {
  margin-left: 25px;
}
.members-cta-grid .join-club-button {
    grid-column: 1/2;
    grid-row: 3/4;
    border: 2px solid #5C97A9;
    border-radius: 10px;
    font-size: 16px;
    padding: 2% 1% 2% 1%;
    
  }
  .members-cta-grid .next-meet-up-button {
    grid-column: 2/3;
    grid-row: 3/4;
    border: 2px solid #FEB400;
    border-radius: 10px; 
    font-size: 15px;
    padding: 10px 5px 10px 5px;
  }

}

/* Medium to Large devices (laptops/desktops, 768px +) */
@media only screen and (min-width: 769px) {
.hero-section {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 475px;
  padding-top: 5px;
  padding-bottom: 200px;
}
.intro-container {
  height: 750px;
  background-color: #F8F7F3;
}
.intro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 75px;
  margin: 0 auto;
}
.intro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  flex: 1;
  position: relative;
  width: 75%;
  height: 75%;
}
.intro-text img {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 150px;
  z-index: 1;
}
.intro-text h2 {
  color: #417C83;
  font-size: 28px;
}
.intro-text p {
  color: #1f3a40;
  font-size: 16px;
  margin-top: 25px;
}
.intro-top-image {
  flex: 1;
}
.home-intro-image {
  width: 95%;
  height: 95%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.mission-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 60px 40px;
    background-color: #fff;
    height: 750px;
    width: 100%;
  }
  .mission-image-row {
    display: flex;
    flex-flow:row;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
    padding: 25px;
  }
  .mission-image-row img {
    object-fit:contain;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 33.33%
  }
  .mission-text {
    padding: 25px 100px 25px 100px;
    display: block;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .mission-text h2 {
    font-size: 28px;
    color: #f5a623;
    align-content: center;
    font-weight: bold;
  }
  .mission-section p {
    font-size: 16px;
    align-content: center;
    color: #1B4C52;
    margin-top: 25px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .events-section {
  height: 450px;
  width: 100%;
  background-color: #F8F7F3;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  position: relative;
  }
  .event-flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFFF;
    border: 10px solid white;
    border-radius: 28px;
    height: 350px;
    width: 99%;
    padding-right: 50px;
  }
  .event-flex-box h2 {
    color: #FEB400;
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .event-flex-box h3 {
    color: #5C97A9;
    font-size: 20px;
    padding-bottom: 15px;
  }
  .event-flex-box p {
    color: #1B4C52;
    font-size: 16px;
    padding-bottom: 25px;
  }
  .event-row {
    display: flex;
    flex-direction: column;
    padding-left: 50%;
  }
  .events-section img {
  position: absolute;
  z-index: 2;
  height: 90%;
  left: 10%; 
  top: 5%;
  align-content: center;
  align-items: center;
  }
  .members-cta-section {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #FEB400;
  }
  .members-cta-grid {
    width: 50%;
    height: 50%;
  }
  .members-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-content: space-between;
    align-content: center;
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 50px;
    gap: 10px;
    padding: 25px;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
  }
  .hide-bee-mobile img {
    width: 75%;
  }
.hide-bee-desktop {
  display: none;
}
.members-cta-section h2 {
    font-size: 16px;
    font-weight: bold;
    color: #6CA4AA;
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: center;
  }
.highlight {
    color:#FEB400;
  }  
.members-cta-grid p {
    font-size: 12px;
    color: #1f3a40;
    grid-column: 1/3;
    grid-row: 2/3;
    align-content: center;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
.members-cta-grid button {
    margin-left: 25px;
  }
.members-cta-grid .join-club-button {
    grid-column: 1/2;
    grid-row: 3/4;
    border: 2px solid #5C97A9;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 5px 10px 5px;
  }
  .members-cta-grid .next-meet-up-button {
    grid-column: 2/3;
    grid-row: 3/4;
    border: 2px solid #FEB400;
    border-radius: 10px; 
    font-size: 15px;
    padding: 10px 5px 10px 5px;
  }  
}
/* Home page section ends here */ 

/* About page section starts here */ 
.about-hero-section {
  background-image: url('../img/scraping-honey-thumbnail.png');
  background-repeat: no-repeat;
  background-position: top center;   
  background-size: cover;            
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;  
  margin-top: -75px;
  padding-bottom: 100px;
  }  

/* Extra small to small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .about-hero-section {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  height: 300px;
  width: 100%;
  }
.about-hero-section h1 {
  font-size: 20px;
}
.story-section {
  display: flex;
  flex-flow: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #F8F7F3;
  height: 250px;
  width: 100%;
  gap: 5px;
}
.story-section h2 {
  font-size: 22px;
  color:#5C97A9;
  text-align: center;
}
.story-section h3 {
  font-size: 20px;
  font-weight: 600;
  color:#f5a623;
  text-align: center;
}
.story-section p {
  font-size: 11px;
  font-weight: 500;
  color:#1f3a40;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.meet-section {
  height: 950px;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.meet-section h2 {
  font-size: 20px;
  color: #FEB400;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.team-section h3 {
  font-size: 16px;
  color: #1B4C52;
}
.team-section p {
  font-size: 11px;
  color: #1B4C52;
  text-align: center;
  width: 50%;
}
.team-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
.team-container img {
  width: 25%;
  height: 25%;
}
.photo-gallery-section {
  height: 450px;
  background-image: linear-gradient(#FEB400, #F8F7F3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 25px;
}
.photo-gallery-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 50px;
}

.photo-gallery-section h4 {
  color: #FFFFFF;
  width: 85%;
  text-align: center;
  padding-top: 15px;
}
.photo-gallery-flex .one {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 50px;
}
.photo-gallery-flex img {
  width: 25%;
}
.photo-gallery-flex .two {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 50px;
}
.photo-gallery-flex-2 img {
  width: 25%;
}
} 
/* Medium to Large devices (laptops/desktops, 768pxpx +) */
@media only screen and (min-width: 769px) {
  .about-hero-section {
    text-align: center;
    color: #FFFFFF;
    height: 300px;
    width: 100%;
  }
  .about-hero-section h1 {
    font-weight: bold;
    font-size: 28px;
  }
  .story-section {
    display: flex;
    flex-flow: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 400px;
    width: 100%;
    gap: 15px;
}  
.story-section h2 {
  font-size: 30px;
  color:#5C97A9;
  text-align: center;
}
.story-section h3 {
  font-size: 24px;
  font-weight: 600;
  color:#f5a623;
  text-align: center;
}
.story-section p {
  font-size: 16px;
  font-weight: 500;
  color:#1B4C52;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.meet-section {
  height: 650px;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 75px;
}
.meet-section h2 {
  font-size: 28px;
  color: #FEB400;
  text-align: center;
  align-content: center;
  height: 20%;
  width: 100%;
  margin-bottom: 25px;
}

.team-section {
  display: flex;
  flex-direction: row;
  height: 80%;
  width: 100%;
}
.team-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 33.333%;
  height: 50%;
  gap: 25px;
}
.team-section img {
  width: 50%;
}
.team-section h3 {
  font-size: 18px;
  color: #1B4C52;
}
.team-section p {
  font-size: 16px;
  color: #1B4C52;
  width: 80%;
}
.photo-gallery-section {
  height: 500px;
  background-image: linear-gradient(#FEB400, #F8F7F3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 5%
}
.photo-gallery-section h4 {
  color: #FFFFFF;
  font-size: 20px;
  width: 85%;
  text-align: center;
  padding-top: 25px;
  width: 95%;
  height: 10%;
  margin-top: 25px;
}
.photo-gallery-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  justify-content: center;
  height: 90%;
  width: 95%;
}
.photo-gallery-flex .one {
  gap: 5%;
}

.photo-gallery-flex .two {
  gap: 5%;
}

.photo-gallery-flex img {
  width: 45%;
}
}
/* About page section ends here */

/* Events page section starts here */
.events-hero-section {
  background-image: url('../img/Beekeepers-walking.png');
  background-repeat: no-repeat;
  background-position: top center;   
  background-size: cover;            
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;  
  margin-top: -75px;
  } 
  
  .rsvp-button {
  background-color: #FEB400;
  border-radius: 8px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #FFFFFF;
  margin-top: 2%;
}

.rsvp-button:hover {
  background-color: #FFFFFF;
  color: #FEB400;
}

/* Extra small to small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
  .events-hero-section {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  align-content: center;
  color: #FFFFFF;
  height: 250px;
  width: 100%;
  }
.events-hero-section h1 {
  margin-bottom: 15%;

}  
.upcomingevents-section {
  background-color: #F8F7F3;
  height: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
}   
.upcomingevents-section-text {
  text-align: center;
  align-items: center;
  align-content: center;
  width: 95%;
}
.upcomingevents-section-text h2 {
  color: #6CA4AA;
  font-size: 20px;
  padding-bottom: 15px;
}
.upcomingevents-section-text p {
  color:#1f3a40;
  font-size: 11px;
  padding-bottom: 25px;
}

.upcomingevents-section-container {
  display: flex;
  flex-direction: row ;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 5px;
  background-color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 5%;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  width: 95%;
}

.upcomingevents-section-container-box .event-image {
  width: 75%;
}

.upcomingevents-section-container-box h3 {
  color: #FEB400;
}

.upcomingevents-section-container-box p {
  font-size: 9px;
  padding-right: 5px;
  padding-top: 5px;

}
.rsvp-button {
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #FEB400;
}

.event-cta-section {
  height: 250px;
  width: 100%;
  background-color: #FEB400;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.event-cta-block1 {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 25px;
  gap: 15px;
}
.event-cta-block1 h2 {
  font-size: 16px;
  color: #FFFFFF;
}
.event-cta-block1 p {
  font-size: 11px;
  color: #FFFFFF;
  padding-left: 5%;
  padding-right: 5%;
}
.event-cta-block1 button {
  border: 2px solid #5C97A9;
  border-radius: 10px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.event-cta-block2 {
  width: 30%;
}
.event-cta-block2 img {
  width: 100%;
}
}

/* Medium to Large devices (laptops/desktops, 768px +) */
@media only screen and (min-width: 769px) {
  .events-hero-section {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  height: 350px;
  width: 100%;
  padding-bottom: 100px;
  }
.events-hero-section h1 {
  font-size: 28px;

}  
.upcomingevents-section {
  background-color: #F8F7F3;
  height: 1250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
}   
.upcomingevents-section-text {
  text-align: center;
  align-items: center;
  align-content: center;
  width: 95%;
  margin-bottom: 1%;
}
.upcomingevents-section-text h2 {
  color: #6CA4AA;
  font-size: 28px;
  padding-bottom: 15px;
}
.upcomingevents-section-text p {
  color:#1f3a40;
  font-size: 16px;
  padding-bottom: 25px;
  text-align: center;
  padding-left: 10%;
  padding-right:10%;
}

.upcomingevents-section-container {
  display: flex;
  flex-direction: row ;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 5px;
  background-color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 5%;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  width: 95%;
}

.upcomingevents-section-container-box .event-image {
  width: 75%;
}

.upcomingevents-section-container-box h3 {
  font-size: 20px;
  color: #FEB400;
}

.upcomingevents-section-container-box p {
  font-size: 14px;
  padding-right: 25px;
  padding-top: 25px;

}
.rsvp-button {
  font-size: 16px;
  font-weight: 600;
  border: 3px solid #FEB400;
}

.event-cta-section {
  height: 425px;
  width: 100%;
  background-color: #FEB400;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.event-cta-block1 {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 25px;
  gap: 50px;
}
.event-cta-block1 h2 {
  font-size: 28px;
  color: #FFFFFF;
}
.event-cta-block1 p {
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 15%;
  padding-right: 15%;
}
.event-cta-block1 button {
  border: 3px solid #5C97A9;
  font-size: 16px;
  border-radius: 10px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.event-cta-block2 {
  width: 30%;
  padding-right: 2%;
}
.event-cta-block2 img {
  width: 100%;
}
}
/* Events page section ends here */

/* Membership page section starts here */
.membership-hero-section {
  background-image: url('../img/Hero-image-form.png');
  background-repeat: no-repeat;
  background-position: top center;   
  background-size: cover;            
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;  
  margin-top: -75px;
}
/* Extra small to small devices (phones, 768pxpx and down) */
@media only screen and (max-width: 768px) {
.membership-hero-section {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  height: 200px;
  width: 100%;
  }
.membership-hero-section h1 {
  font-size: 20px;
}
.form-section {
  background-color: #F8F7F3;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.form-section-text {
  text-align: center;
  margin-bottom: 10%;
}
.form-section-text h2 {
  color: #5C97A9;
  font-size: 16px;
  padding-bottom: 3%;
}
.form-section-text p {
  color: #1B4C52;
  font-size: 11px;
  padding-left: 10%;
  padding-right: 10%;
}
.form-section-block {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  padding: 5%;
  color: #FEB400;
  width: 80%;
}
.form-grid  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 2%; 
  font-weight: 400;
}
.first-name {
  grid-column: 1 / 2;
  grid-row:  1 / 2;
  text-align: left;
  width: 100%;
}
.last-name {
  grid-column: 2 / 4;
  grid-row:  1 / 2;
  text-align: left;
  width: 100%;
}
.email {
  grid-column: 1 / 4;
  grid-row:  2 / 3;
  text-align: left;
  width: 100%;
}
.submit {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  text-align: center;
  width: 100%;
}
input[type=text] {
  width: 90%;
  padding: 12px 10px;
  box-sizing: border-box;
  border: 2px solid #FEB400 ;
  border-radius: 4px;
}
input[type=email] {
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  border: 2px solid #FEB400 ;
  border-radius: 4px;
}
input[type=button], input[type=submit] {
  background-color: #FEB400;
  border: 1px solid #FEB400;
  border-radius: 10px;
  color: white;
  padding: 10px 35px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.paragraph {
  text-align: center;
}
.hive-banner-section {
  height: 100px;
  width: 100%;
  display:block
}
.hive-banner-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.perks-section {
  height: 500px;
  width: 100%;
  background-color: #FEB400;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10%;
}
.perks-section p {
  color: #FFFFFF;
}
.perks-section-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  height: 50%;
  margin-top: 5%;
}
.perks-section-text {
  width: 100%;
  height: 50%;
  text-align:center;
  padding-left: 5%;
  padding-right: 5%;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.check-list {
  list-style-type: none;
  padding-left: 0;
}
.check-list li {
  font-size: 11px;
}
.checkmark {
  color: green;
  font-weight: bold;
  margin-right: 6px;
}
.perks-section-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 10%;
  padding-left: 1%;
  padding-right: 1%;
}

}
/* Medium to Large devices (laptops/desktops, 768px +) */
@media only screen and (min-width: 769px) {
.membership-hero-section {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  height: 300px;
  width: 100%;
}
.membership-hero-section h1 {
  font-size: 28px;
}
.form-section {
  background-color: #F8F7F3;
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.form-section-text {
  text-align: center;
  margin-bottom: 10%;
}
.form-section-text h2 {
  color: #5C97A9;
  font-size: 28px;
  padding-bottom: 3%;
}
.form-section-text p {
  color: #1B4C52;
  font-size: 16px;
  padding-left: 10%;
  padding-right: 10%;
}
.form-section-block {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  padding: 5%;
  color: #FEB400;
  width: 80%;
}
.form-grid  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 2%;
  column-gap: 2%; 
  font-weight: 400;
}
.first-name {
  grid-column: 1 / 2;
  grid-row:  1 / 2;
  text-align: left;
  width: 100%;
}
.last-name {
  grid-column: 2 / 3;
  grid-row:  1 / 2;
  text-align: left;
  width: 100%;
}
.email {
  grid-column: 1 / 4;
  grid-row:  2 / 3;
  text-align: left;
  width: 100%;
}
.submit {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  text-align: center;
  width: 100%;
}
input[type=text] {
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  border: 2px solid #FEB400 ;
  border-radius: 4px;
}
input[type=email] {
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  border: 2px solid #FEB400 ;
  border-radius: 4px;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #FEB400;
  border: 1px solid #FEB400;
  border-radius: 10px;
  color: white;
  padding: 10px 35px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.paragraph {
  text-align: center;
}
.hive-banner-section {
  height: 100px;
  width: 100%;
  display:block
}
.hive-banner-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.perks-section {
  height: 400px;
  width: 100%;
  background-color: #FEB400;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 5%;
}
.check-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
}
.checkmark {
  color: green;
  font-weight: bold;
  margin-right: 6px;
}
.perks-section-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 50%;
  gap: 15%;
  padding-left: 1%;
  padding-right: 1%;
}
.perks-section p {
  color: #FFFFFF;
}
.perks-section-image h2 {
  margin-bottom: 1%;
}
.perks-section-image h3 {
  margin-bottom: 1%;
}
.perks-section-image img {
  height: 75%;
  margin-bottom: 2%;
}

.perks-section-text {
  width: 50%;
  text-align:left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 1%;
  padding-right: 1%;
  gap: 5px;

}
}
/* Membership page section ends here */

/* Ressources page section starts here */
.ressources-hero-section {
  background-image: url('../img/Maninsuit.png');
  background-repeat: no-repeat;
  background-position: top center;   
  background-size: cover;            
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;  
  margin-top: -75px;
}
.learn-more-button {
  background-color: #FEB400;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.learn-more-button:hover {
  background-color: #FFFFFF;
  color: #FEB400;
}
.download-button {
  background-color: #5C97A9;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.download-button:hover {
  background-color: #FFFFFF;
  color: #5C97A9;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
/* Extra small devices to small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
.ressources-hero-section {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  height: 300px;
  width: 100%;
  }
.ressources-hero-section h1 {
  font-size: 20px;
}
.partners-section-main {
  height: 1500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #F8F7F3;
}
.partners-section {
  height: 100%; 
  width: 100%;
}
.partners {
  height: 33.33%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 1%;
  margin-left: 1%;
  margin-right: 1%;
}
.partners-section-main h2 {
  color: #FEB400;
  font-size: 18px;
  margin-top: 5%;
}
.partners-section-main h3 {
  color: #FEB400;
  font-size: 16px;
  margin-top: 2%;
}
.partners img {
  width: 50%;
  padding: 1%;
}
.learn-more-button {
  border: 2px solid #FEB400;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.partners p {
  font-size: 11px;
  color: #1B4C52;
  font-weight: 400;
  width: 75%;
  margin-bottom: 2%;
}
.download-section {
  height: 450px;
  background-color: #FEB400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 25px;
}
.download-section img {
  width: 50%;
}
.download-section-text {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.download-section-text h2 {
  margin-bottom: 1%;
}
.download-section-text h3 {
  margin-bottom: 2%;
}
.download-section-text p {
  width: 85%;
}
.download-button {
  border: 2px solid #5C97A9;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 2%;
}
}
/* Medium to Large devices (laptops/desktops, 768px +) */
@media only screen and (min-width: 769px) {
.ressources-hero-section {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  height: 300px;
  width: 100%;
  }
.ressources-hero-section h1 {
  font-size: 28px;
}
.partners-section-main {
  height: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #F8F7F3;  
}
.partners-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #F8F7F3;
  height: 100%;
  width: 100%;
}
.partners {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 2%;
  margin-left: 1%;
  margin-right: 1%;
}
.partners img {
  width:75%;
}
.partners-section-main h2 {
  color: #FEB400;
  font-size: 28px;
  margin-top: 5%;
}
.partners-section h2 {
  color: #FEB400;
  font-size: 18px;
  margin-top: 5%;
}
.partners-section h3 {
  color: #FEB400;
  font-size: 18px;
  margin-top: 2%;
}
.partners-section-main p {
  color: #1B4C52;
  font-size: 16px;
  padding-left: 1%;
  padding:1%;
}
.learn-more-button {
  border: 2px solid #FEB400;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 1%;
}
.download-section {
  height: 400px;
  background-color: #FEB400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 25px;
}
.download-section img {
  width: 50%;
}
.download-section-text {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 50%;
  gap: 2%;
}
.download-section-text h2 {
  margin-bottom: 1%;
  font-size: 20px;
}
.download-section-text h3 {
  margin-bottom: 2%;
  font-size: 18px;
}
.download-section-text p {
  width: 85%;
  font-size: 16px;
  padding-left: 2%;
  padding-right: 2%;
}
.download-section-button {
  width: 100%;
}
.download-button {
  border: 2px solid #5C97A9;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 5%;
}
}