﻿body{
	font-family:Calibri;
	margin-top:40px;
}
.gallery{
	margin:10px 50px;
}
.gallery img{
	width:200px;
	padding:5px;
	filter:grayscale(100%);
	transition:1s;	
}
.gallery img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
}
.logo{
	text-align: center;
}
.bkgrn{
	background-image:url('../html_templates/images/086_harvest.gif');
}
.images_centered{
	text-align: center;
}
/* Change the color of links on hover */
.top_nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.top_nav a.home {
  background-color: #4CAF50;
  color: white;
}
/* Add a color to the active/current link */
.top_nav a.news {
  background-color: blue;
  color: white;
}

