


.Weekly_page 
img
{ width: 250px; 
  height: 350px; 
  object-fit: cover; 
  position:absolute; left: 1200px;
  position:absolute; top: 435px;
  border: 2px black solid;
}


.div_item
{ 
  text-align:justify;
  font-size: 15px;
  padding: 10px;
  color: black;
}

h1 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}


.container 
{
  width: 300px;
  height: 220px;
  padding 20px;
  border-radius: 20px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute; left: 573px;
  position: absolute; top: 600px;

}

.Menus {
 z-index: 10;
 


}

a { 
  text-decoration: none;
  
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; 
  position: relative; top: -750px; right: 25px;
  z-index: ;

  
}

ul li{
  display: inline-block;
  
  
  
}

ul li a {
  

  

}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 20px auto;
  margin-top: 200px;
  padding: 0 200px; /* space for sidebars */
  justify-items: center;
}


.thumbnail {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 5px;
    box-sizing: border-box;
    border: 5px solid seagreen;
}


.thumbnail:hover {
  transform: scale(1.05);
    
}

.thumbnail:hover {
   border: 5px solid darkseagreen
   ;
}

.popup-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

#full-image {
    max-width: 80vw;
    max-height: 80vh;
    margin: 0 20px;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.counter {
    text-align: center;
    margin: 10px 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
}
.modal-content {
  display: block;
  margin: 5% auto;
  max-width: 80%;
  max-height: 80%;
}

.modal-nav {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
  z-index: 1100;
  background: rgba(0,0,0,0.01); /* nearly transparent */
  transition: background 0.2s;
}
.modal-nav-left {
  left: 0;
}
.modal-nav-right {
  right: 0;
}
.modal-nav:hover {
  background: rgba(0,0,0,0.15); /* slightly more visible on hover */
}

/*Background Image*/
body {
	background-image: url("Image depository/kb.gif");
	background-repeat: repeat; 
  background-position-y: bottom 103%;
  background-position-x: right 50%;
  background-size: cover;
  background-size: 105%;
}



