a:link { 
	color: #000080;
	text-decoration: none;
	}
a:visited { 
	color: #000080;
	text-decoration: none;
	}
a:hover { 
	color: #e60000;
	text-decoration: underline;
	}
a:active { 
	color: #870000;
	text-decoration: none;
	}

#para1 {
  text-align: center;
  color: red;
}



html, body {margin: 0 !important; padding: 0 !important;}

.hero-unit__background-image {
  position: fixed;
  z-index: -1;   
  width: 100%;
  height: 100%;
  background-image: url('pic3');
  background-size: cover;
  opacity: 0.40;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

div.menu {
Color: #000080;	
position: relative;
width: 1024px;
margin: 0 auto;
height: 80px;
Background-color: #bfbfbf;
Margin-bottom: 0px;
Margin-top: 0px;
Text-align: center;
font-size:200%;
Padding: 5px 0 0 0;
}

/*Div.menu a:hover {color: #ff0;}*/

div.menu a {
Background-color: ; 
}

footer {
  position: relative;
  bottom: 0%;
  width: 100%;
  height: 50px;
  Text-align: center;
  Color: gray;
}
h1, h2, h3, h4 {
  margin-right: 15px;
  margin-left: 15px;
}
p {
font-size: 1.30em;
  margin-right: 15px;
  margin-left: 15px;
}


ul li{
 font-size:1.30em;
}

Address {
  margin-right: 15px;
  margin-left: 15px;
}


/* Style the header */
.header {
  Padding: none;
  background: none;
  color: none;
  position: fixed;
  top: 0;
  width: 100%;
  Text-align: center;
}

/* Page content */
.content {
/*  Background-color: #048;*/
  Width: 1014px;
  Margin: 0 auto;
  padding: 0 10px !important;
  Padding-top: 100px !important;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.header + .content {
  padding-top: 02px;
}

.header Img {
  Height: 209px;
  Background-color: #fff;
  margin: 0 -2px -4px -2px;
  border: 3px solid #fff;
  Border-bottom: 6px solid #fff;
  Border-top: 6px solid #fff;
}

.header img:first-of-type {
  Border-Left: 0;
}

.header img:last-of-type {
  Border-right: 0;
}


#sponsors {
  text-align: center;
  margin-top: 4rem;
}

.sponsor-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: center;
  max-width: 1700px;
  margin: 2rem auto;
}

.sponsor-logos img {
  max-width: 200px;   /* increased from 150px */
  max-height: 130px;  /* increased from 100px */
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

.sponsor-logos img:hover {
  transform: scale(0.7); /* slightly stronger zoom effect */
}
