	.page_header_section h1 {font-size:48px;}
	.page_header_section h1 {margin-top:20px !important;;margin-bottom:20px !important;}
	.uk-slider-items > div{height:100% !important;}

	
	.prev-button, .next-button {
      background-color: rgba(204, 204, 204,0.8);
      color: white;
      border: none;
      padding: 15px 10px;
      border-radius: 5px;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
  }

  .prev-button:hover, .next-button:hover {
      background-color: rgba(204, 204, 204,0.8);/* Darker shade for hover effect */
  }
  
	/*.uk-slider-items{height: 300px;}*/
	#albums{max-height:350px;}
	
	
	
@media(max-width:1060px){
	.last-block{padding-bottom:0px !important;}
	/*.uk-slidenav-next {width:40px !important;}
	.uk-slider-items{height: calc(100vw * 2/3) ;}*/
	/*.uk-slider-items{max-height:300px;}*/
	#albums{max-height:300px;}
	.socialMedia iframe{max-width:calc(100vw * 0.8) ;}

	/*.uk-slidenav-next {width:40px !important;}*/
	.uk-slider-items{height:100% !important;}
	
}

@media screen and (min-width: 500px) and (max-width: 1060px) { 
    /* STYLES HERE */
    .main-content-general-block{min-height:0px !important;padding-bottom:30px;}
}
@media(max-width:500px){
	.main-content-general-block{min-height:0px !important;padding-bottom:30px;}
}
#lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; /* hide initially */
}

  .linkedin-iframe-container iframe{
    border: 1px solid rgb(229, 229, 229);border-radius: 12px;
  }
  
  .facebook-embed {
      position: relative;
      height: 312px; /* Initially set height to 0 */
      overflow: hidden; /* Hide overflow */
  }

  .facebook-embed iframe {
      position: absolute;
      top: 0;
      right: 0;

      width: 100%;
     /* width:calc(100vw * 0.9);*/
      /*height: 250px;*/
      border: none; /* Remove border */
  }
  
@media only screen and (max-width: 1200px){
  .uk-slider-items > div{
  	margin-right:0px !important;
 		padding-right:20px;
  }
  .uk-slider-items > div:last-child{
  	margin-right:0px !important;
  	padding-right:20px;
  }
}

	.uk-slider-items > div {
  	margin-right:0px !important;
		padding-right:20px;
  }
  .uk-slider-items > div:last-child {
  	margin-right:0px !important;
  	padding-right:20px;
  	
  }
  
  
.custom-video-grid {
  /*margin-left: -20px;  Adjust this value to control the horizontal gap */
}

.custom-video-grid > div {
  padding-left: 20px; /* Should match the negative margin above */
}

.custom-video-grid .video-container {
  margin-bottom: 40px; /* This controls the vertical gap */
}

/* For mobile devices */
@media (max-width: 959px) {
  .custom-video-grid .video-container {
    margin-bottom: 15px; /* Smaller gap for mobile if desired */
  }
}


.photo-thumbnail {
    width: 100%;
    padding-bottom: 100%; /* This creates a 1:1 aspect ratio */
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.photo-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor:pointer;
}



  .uk-modal-close-outside {
    right: 28px !important;top:28px !important;
  }
  
.uk-card {
    border-radius: 10px;
    overflow: hidden;
}
.uk-card-body {
    padding: 10px;
}
.uk-card-title {
    font-size: 0.9rem;
    line-height: 1.2;
}

.uk-grid-medium {
    margin-left: -30px;
}
.uk-grid-medium > * {
    padding-left: 30px;
}
.uk-modal-body{padding:30px;}

#image-modal div{margin-top:40px;}


.group_gap{margin-top:20px;margin-bottom:50px;}

@media (max-width: 959px) {
  .uk-child-width-1-5\@m > * {
      width: 100%;
  }
}

.uk-modal-close-outside {color:black;}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  color: #000 !important;}