/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 23:14:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#homepage-thumbs a img {
  transition: all .2s ease-in-out;
}

#homepage-thumbs a img:hover {
	transform: scale(1.1); 
 	
}

/** css grid of latest announcements **/
.grid-container {
  column-gap:15px;
  display: grid;
   grid-template-columns: repeat(6, 1fr);
 
  row-gap:15px;

}
.grid-item {
  font-family: Helvetica-Neue;
  font-size: 15px;
  padding: 0px;
}

@media screen and (max-width:800px)  {
  .grid-container {
     text-align: center;
     grid-template-columns: auto;
   }
   
   .row2col1 {
     grid-row: 2 / 3;
   }
   
   .row2col2 {
     grid-row: 4 / 5;
   }
   
   .row2col3 {
     grid-row: 6 / 7;
   }
   
   .row2col4 {
     grid-row: 8 / 9;
   }
   .row2col5 {
     grid-row: 10 / 11;
   }
	.row2col6 {
     grid-row: 12 / 13;
   }
}
