.background-image {
  width: 100%;
  height: 100%;
  border-top: 1px solid black;
}
   
    
    .home-hero-section {
    background-image: url('/media/5022/mh-home-hero.png');
      background-color: #DCDBD8; 
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 600px;
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: left;
      
    }
    
     .home-featured-section {
    background-image: url('/media/5023/lasik-home-bg.png');
      background-color: #D9F2E3; 
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 600px;
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: left;
      
    }
    
     .sectionLinks {
   
      background-color: #00B140; 
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 360px;
      width: 100%;
      display: flex;
      text-align: center;
      
      
      
      justify-content: center;
      align-items: middle;
      
    }
    
    
    
     .home-featured-card {
      background-color: #FFFFFF;
      border-radius: 10px;
      padding: 60px;
      margin: 50px;
		margin-left: 100px;
      opacity: 95%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      max-width: 590px;
      text-align: left;
    }

    .home-hero-card {
      background-color: #D9F2E3;
      border-radius: 10px;
      padding: 60px;
      margin: 50px;
		margin-left: 100px;
      opacity: 95%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      max-width: 590px;
      text-align: center;
    }
    

    
    .links-grid {
    display: grid;
    grid-template-columns: repeat(5, 0fr);
    gap: 60px;
    justify-content: center;
    align-items: center;
}

/* Style for the buttons */
.links-grid a {
    padding: 25px 45px;
    font-size: 1.4em;
    
    color: white;
    font-weight: 700;
    border: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button-section {
    background-image: url('/media/4999/dark-green-bg.png'); /* Replace with your image URL */
    background-size: cover;
   
    padding: 100px 0;
    text-align: center;
    position: relative;
    color: white;
}
   
   
   /*News Section*/
   
     .button-grid-news {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 60px;
    justify-content: center;
    
    list-style: none;
    padding: 75px;
} 


.button-grid-news a {
   
    font-size: 1em;
    
    color: black;
    font-weight: 700;
    
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsThumb {
    padding: 0px !important;
}
   
   
 .newPostInfo {
    
     padding-top: 10px;
	 width: 75% !important;
 } 




#localist-widget-23173609 > div > button.flickity-prev-next-button.previous {
display: none !important;	
}

#localist-widget-23173609 > div > button.flickity-prev-next-button.next {
display: none !important;	
	
}




.deco-rule {

	font-size: 18px !important;
}


#localist-widget-28277518 > div > div {

	height: 400px !important;
}


.newsButtonContainer {

	display: flex;
	justify-content: center; /* Center horizontally */
    align-items: center;
	padding-bottom: 40px;
}


.grid-container-news {
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 3 columns */
            grid-gap: 50px; /* Space between the cards */
            padding: 60px;
        }
        .card-news-item {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        }
        .card-news-item img {
            width: 100%;
            height: auto;
        }
        .card-news-item h2 {
            padding: 10px;
            font-size: 18px;
            line-height: 30px;
            letter-spacing: normal;
            margin: 0;
            font-weight: 600;
        }
        
        
        .newMainButton-HomeNews {
            padding: 20px 70px 20px 70px !important;
            font-size: 20px !important;
        }


.quickLink:hover {

	color: #006838 !important;
}


.seeAllEventsButton {

	background-color: #006838 !important;
	
}




.headerNav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      padding: 10px 20px;
    }
    
    /*.logo-header {*/
    /*    margin-left: 100px;*/
    /*}*/

    /* Style for the logo */
    .logo-header img {
      height: 80px;
    }

    /* Style for the navigation links */
    .nav-links-new {
      list-style-type: none;
      display: flex !important;
    }

    .nav-links-new li {
      margin-left: 30px;
      margin-top: 10px;
    }

    .nav-links-new a {
      color: black;
      font-size: 16px;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
      text-transform: uppercase;
      
      letter-spacing: 1px;
    }

    /* Hover effect for links */
    .nav-links-new a:hover {
      color: #00B140;
      text-decoration: underline;
    }
 