


/* Home! */

.Title {
  text-align: center;
  margin-bottom: 0px;
} 

.Title img {
  height: 40%; 
  width: 30%;
}

.Weekly_page img
{ width: 250px; 
  height: 260px; 
  object-fit: full; 
  position:absolute; left: 1195px;
  position:absolute; top: 810px;
  border: 3px black solid;
}

.NewPage h1 {
  font-family: 'Franklin Gothic Medium';
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  position:absolute;right: 530px;
  position:absolute;top: 730px;
}

.NewPage h2 {
  text-align: center;
  font-size: 18px;
 position:absolute;right: 470px;
  position:absolute;top: 750px;
}
.NewPage h3{
  font-size: 30px;
  position:absolute;right: 475px;
  position:absolute;top: 740px;
  
}

.container {
  width: 300px;
  height: 220px;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute; left: 550px;
  position: absolute; top: 815px;

}

.div_item
{ 
  text-align:justify;
  font-size: 15px;
  padding: 10px;
  color: black;
}

.div_item h1 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.div_item h2 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}




  .Menus {
 z-index: 10;
 }

.Menus a { 
  text-decoration: none;
  
}

.Menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; 
  position: relative; top: -950px; right: 25px;


  
}
.Menus ul li{
  display: inline-block;
  }



  
/* About! */

.Menus2 {
  
 }

.Menus2 a { 
  text-decoration: none;
  
}

.Menus2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; 
 }

.Menus2 ul li{
  display: inline-block;
  }
  

.Containertwo {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-auto-rows: minmax(100px, auto);
  
  
  grid-column-gap: 1em;
  grid-row-gap: 3em;
 
}

.Navbar {
  grid-column: 1/4;

}

/* Column one */

.nest {
  grid-row: 2/6;
  display: grid;
  
}

.fish {
align-items: center;
justify-items: center;
border-style: dotted;
margin-bottom: 20px;


}
.fish img {
  justify-content: Center;
  margin-top: 100px;
}

.music {
  border-style: dotted;
  background-color: rgba(189, 156, 184, 0.205);
margin-bottom: 20px;
}

.buttons {
  border-style: dotted;
  background-color: rgba(163, 214, 176, 0.151);
}

/* Column 2! */

.nest2 {
  grid-row: 2/6;
display:grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  grid-row-gap: 3em;
}

.this_bitch {
  border-style: inset;
  grid-column: 1/2;
  
}

.this_bitch img {
  height: 300px;
  width: 350px;

  }

  .about_a {
    border-style: dashed;
    margin-left: 10px;
    grid-column: 2/5;
  }

  .about_b {
    border-style: dashed;
    grid-column: 1/4
    
  }

  .that_bitch {
    border-style: dotted;
    display: grid;
    
  }


  .that_bitch img {
    width: 300px;
    height: 300px;
    
  }

/* Column 3! */


.nest3 {
  grid-row: 2/6;

}

/* BG 4 columns */

  .Containertwo >div {
    padding: 1em;

}

.Containertwo > div:nth-child(even) {
  background: #f8f8f80e;
}

/* Announcment */
  

.Annogrid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-top: 30px;
  grid-auto-rows: minmax(500px);
  background-image:url("Image depository/Newspaperbg.png"); 
  background-size: cover;
}

.pillar {
  grid-row: 6;
  grid-column: 1/6;
  border-style: dashed;
}


/* Left Panel */

.leftpanel {
  border-style: inset;
  border-color:rgb(151, 0, 0);
  border-right-width: 1px;
  border-bottom: 5px;
  border-top: 5px;
 border-left: 5px;
}

/* Middle Panel */

.middlepanel {
/*border-style: ridge;
border-color: blue; */
 display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}

.K {
  display: grid;
  grid-column: 1;
  grid-row: 1;
   margin-top: 100px;
   margin-left: 100px;


 }

 .J {
  display: grid;
  grid-column: 3;
   transform: scaleX(-1);
   margin-top: 100px;
   margin-right: 100px;


 }

.bignews {
  grid-column:  2;
  grid-row: 1;
margin-left: 50px;
margin-top: 100px;
font-size: 70px;

}

.news1 {
  grid-row: 2;
  grid-column: 2/3;
    width: 400px;
  height: 300px;
    overflow: hidden;
  overflow-y: scroll;
  border-style: dotted;
  background-color: rgba(14, 12, 12, 0.151);
  justify-content: center;
  margin-left: 110px;

}

.texta {
  font-size: 17px;
  padding: 10px;
  color: rgb(0, 0, 0);
}

.texta figcaption {
  font-size: 13px;
  margin-top: -10px;
  text-align: start;
}

.cat {
  grid-column: 2;
  grid-row: 1;
}

/* Right Panel! */

.rightpanel {
display: grid;
grid-template-columns: 1fr 1fr;
border-style: inset;
border-color:rgb(235, 153, 133);
border-left-width:1px;
border-bottom: 5px;
 border-top: 5px;
 border-right: 5px;
}

.da {
  grid-column: 1/4;
  border-style: double;
  justify-content: center;
  
  display: grid;
}

.ba {
  grid-row: 2;
  grid-column: 1/4;
  border-style: groove;

  display: grid;
  

}

.Changelog {

  grid-column: 2;
  grid-row: 2;

  margin-bottom: 100px;

  display: block;
  text-align: center;
  width: 300px;
  height: auto;
  border-style: dashed;
   overflow: hidden;
  overflow-y: scroll;
  border-style: dotted;
  background-color: #0e0c0c27;
  justify-content: center;



 
 /* margin-left: 90px;
  margin-bottom: 0px;
  margin-top: px;  */
}

.todo {
grid-column: 2;
grid-row: 2;

margin-bottom: 100px;

  display: block;
  text-align: center;
  width: 300px;
  height: 300px;
  border-style: dashed;
  
  overflow: hidden;
  overflow-y: scroll;
  border-style: dotted;
  background-color: rgba(14, 12, 12, 0.151);
  justify-content: center;

  /* margin-left: 90px;
  margin-top: 0px; */

}


/* Cast! */

.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 {
    object-fit: cover;
    margin: 5px;
    margin-top: -200px;
    margin-bottom: 200px;
    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%;
}



