
.ImageCaption {
	display: none !important
}


h1.GolfTourney {

  font-family: 'Teko' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #009900 !important;
  font-style: italic !important;
  line-height: 1;
  white-space: normal !important;
  max-width: 90vw !important;
  display: block;
  font-size: 60px

}

h2.GolfTourney {

  font-family: 'Teko' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #009900 !important;
  font-style: italic !important;
  line-height: 1;
  white-space: normal !important;
  max-width: 90vw !important;
  display: block;
  font-size: 60px
}

#MMHMFGolf2025 {

	width: 100%;
	max-width: 90vw;
	height: auto
}

.ContentColumnWrapper {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start; /* Add this */
	width: auto;
}


.ContentColumn1 {
	order: 2;
	width: 300px;
}

.ContentColumn2 {
	order: 1;
	width: 230px;
}

.ContentColumn3 {
	order: 3;
	width: 230px;
}

.TeamRegistration {
	width: 230px;
	height: auto;
}

.SponsorRegistration {
	width: 230px;
	height: auto;
}
.Nov12025 {
	width: 180px;
	height: auto;
}



@keyframes wobble {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(-10deg); }
  30% { transform: rotate(8deg); }
  45% { transform: rotate(-6deg); }
  60% { transform: rotate(4deg); }
  75% { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}

.wobble {
  animation: wobble 1s ease-in-out;
}


:root{
  --pulse-scale: 1.08;
  --pulse-duration: 1200ms;
  --burst-scale: 1.25;
  --burst-duration: 800ms;
}

.reg-link img {
  display:inline-block;
  transform-origin:center center;
  will-change: transform, filter;
  width: 230px;
}

/* Idle: gentle pulse + glow */
.attention-pulse {
  animation: pulse var(--pulse-duration) ease-in-out infinite;
/* 
  filter: drop-shadow(0 4px 10px rgba(255,0,0,.25));
 */
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(var(--pulse-scale)); }
}

/* Hover/tap: burst grow + spin */
.spin-burst {
  animation: burst var(--burst-duration) ease-out both;
}
@keyframes burst {
  0%   { transform: scale(1) rotate(0deg); }
  60%  { transform: scale(var(--burst-scale)) rotate(300deg); }
  100% { transform: scale(1.05) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce){
  .attention-pulse, .spin-burst { animation: none !important; }
}



.InfoTB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.InfoTR {
	display: table-row;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 0px;
	margin-left: 0px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.InfoTD {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.InfoTDHeadings {
	background: #009900;
	color: white;
	font-weight: bold
}
.InfoTDLevels {
	background: #7f3f98;
	color: #fff200;
	font-weight: bold
}

.SponsorCats {
	font-size: 16px;
	font-style: italic;
	white-space: nowrap;
	text-align: right;
}

.GreenNumber {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}




.HeadingTB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

HeadingTR {
	display: table-row;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 0px;
	margin-left: 0px;
}

.HeadingTD1 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}
.HeadingTD2 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}
.HeadingTD3 {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}

#LakeChesdinLogo {
	width: 240px;
	height: auto;
}

#HeadingLakeChesdin a {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
}

#GolfLocationMap {
	padding: 0px 0px 0px 0px;
	margin: 0;
 	width: 220px;
 	height: 220px;
}

#GolfLocationMap iframe {
 	width: 220px;
 	height: 220px;
	border: 3px solid  #fecd6c;
	outline: 2px solid  #ffffff;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 930px) {

	h1.GolfTourney {
	  font-size: 6vw
	}
}

@media screen and (max-width: 860px) {

	.ContentColumnWrapper {
		display: block;
		text-align: center;
	}

	.ContentColumn1 {
		display: block;
		width: auto;
	}

	.ContentColumn2 {
		display: inline-block;
		width: auto;
		margin: 10px 10px 10px 10px
	}

	.ContentColumn3 {
		display: inline-block;
		width: auto;
		margin: 10px 10px 10px 10px
	}

	.HeadingTB {
		display: block;
		text-align: center;
	}

	HeadingTR {
		display: block;
		text-align: center;
	}

	.HeadingTD1 {
		display: inline-block;
	}
	.HeadingTD2 {
		display: inline-block;
	}
	.HeadingTD3 {
		display: inline-block;
	}
	
	#SponsorInfoWrapper * {
		font-size: 0.95em;
	}

	.InfoTB {
		margin: 2px 5px 2px 5px;
	}
	.InfoTD {
		padding: 5px 5px 5px 5px;
	}
}

/* 
@media screen and (max-width: 720px) {
	#SponsorInfoWrapper {
		transform: scale(0.7); transform-origin: top center;
	}
}

 */

@media screen and (max-width: 680px) {

	h1.GolfTourney {
	  font-size: 8vw
	}
	h2.GolfTourney {
	  font-size: 8vw
	}
}
 
 
@media screen and (max-width: 590px) {
	#SponsorInfoWrapper * {
		font-size: 0.9em;
	}

	.InfoTB {
		margin: 2px 5px 2px 5px;
	}
	.InfoTD {
		padding: 3px 3px 3px 3px;
	}
}

@media screen and (max-width: 490px) {
	#SponsorInfoWrapper * {
		font-size: 0.86em;
	}

	.InfoTB {
		margin: 2px 5px 2px 5px;
	}
	.InfoTD {
		padding: 3px 3px 3px 3px;
	}
}

@media screen and (max-width: 425px) {
	#SponsorInfoWrapper * {
		font-size: 0.83em;
	}

	.InfoTB {
		margin: 2px 5px 2px 5px;
	}
	.InfoTD {
		padding: 2px 2px 2px 2px;
	}
}

@media screen and (max-width: 380px) {
	#SponsorInfoWrapper * {
		font-size: 0.79em;
	}

	.InfoTB {
		margin: 1px 5px 1px 5px;
	}
	.InfoTD {
		padding: 1px 1px 1px 1px;
	}
}
