html, body{
	margin: 0;
	padding: 0;
}
*{
	padding: 0px;
	margin: 0px;
}
body{
	position: relative;
}
/* Hide scrollbar for Chrome, Safari, and Opera */
.full-page-container::-webkit-scrollbar {
	display: none;
}
/* Hide scrollbar for IE, Edge, and Firefox */
.full-page-container {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}
li{
	list-style: none;
}
.navlink{
	color: #05520B;
	text-decoration: none;
}
#pagelinks{
	color: #1167F7;
	text-decoration: normal;
}
.container{
	max-width: 1500px;
	margin: auto;
}
.sections{
	width: 1100px;
	box-sizing: border-box;
	margin: auto;
}
.boxformat{
	margin: 20px;
}
header{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #F5CF27;
}
.navbar{
	width: 95%;
	margin: auto;
	min-height: 14vmin;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navmenu{
	display: flex;
	align-items: center;
	font-size: 2.58vmin;
}
.stacking-navlinks {
	display: none;
}
.branding{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 2vmin;
}
.logo {
	height: 13.5vmin;
	width: 13.5vmin;
}
.nav-branding{
	font-size: 3.079vmin;
}
footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #F5CF27;
	justify-content: center;
	scroll-snap-align: end;
}
.foot{
	width: 95%;
	margin: auto;
	min-height: 15vmin;
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot-menu{
	font-size: 2.15vmin;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 11vmin;
}
.about{
	height: auto;
	padding-top: 15vmin;
	padding-bottom: 0px;
	border: 0px solid black;
}
.donate{
	height: auto;
	margin-bottom: 3vmin;
	border: 0px solid black;
}
.SFF-2026{
	height: auto;
	padding-bottom: 0px;
	border: 0px solid black;
	width: 90%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: auto;
	scroll-snap-align: start;
	padding-top: 15vmin;
}
.SFF-sections {
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 0px solid black;
	width: 90%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: auto;
	color: #ffffff;
}
#links-list {
	display: none;
}
.SFF-bottom-section {
	height: auto;
	margin-bottom: 4vmin;
	padding-top: 0px;
	border: 0px solid black;
	width: 90%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: auto;
}
.what-weve-done{
	height: auto;
	padding-top: 15vmin;
	margin-bottom: 0vmin;
	border: 0px solid black;
}
.gallery {
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: auto;
	scroll-snap-align: start;
	padding-top: 15vmin;
	height: auto;
	padding-bottom: 0px;
	border: 0px solid black;
}
.gallery-upload {
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: auto;
	scroll-snap-align: start;
	padding-top: 0px;
	height: auto;
	margin-bottom: 0px;
	border: 0px solid black;
}
.gallery-container {
	height: auto;
	width: 95%;
	padding: 5vmin;
	box-sizing: border-box;
	margin: 0 auto;
	border: 0px solid rgb(12, 139, 51);
}
#gallery-upload {
	margin-bottom: 2vmin;
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14vmin, 1fr));
	gap: 3vmin;
	justify-items: center;
	align-items: center;
	border: 0px solid black;
}
.gallery-grid img,
.gallery-grid video {
	width: 100%;
	max-width: 20vmin;
	height: auto;
	border-radius: 10px;
	cursor: pointer;
	transition: transform 0.2s ease;
}
.gallery-grid video{
	max-height: 20vmin;
}
.gallery-grid img:hover {
	transform: scale(1.05);
	z-index: 1;
	/* zoom effect on hover */
}
#gallery-images {
	max-width: 100%;
	margin: 0;
	border: 0px solid rgb(255, 0, 0);
}
.lightbox {
	display: none;
	/* hidden by default */
	position: fixed;
	z-index: 10003;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}
.lightbox-content {
	margin: auto;
	padding-top: 10vmin;
	padding-bottom: 2vmin;
	display: block;
	max-width: 90%;
	max-height: 80%;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.lightbox .close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}
.lightbox .close:hover {
	color: #ccc;
}
.lightbox .prev,
.lightbox .next {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
	padding: 16px;
	transition: 0.3s;
	user-select: none;
}
.lightbox .prev {
	left: 20px;
}
.lightbox .next {
	right: 20px;
}
.lightbox .prev:hover,
.lightbox .next:hover {
	color: #ccc;
}
.boxhead{
	font-size: clamp(1.5rem, 2.5vmax, 4rem);
}
.boxtext{
	font-size: clamp(1.1rem, 1.3vmax, 3rem);
	font-weight: 400;
	line-height: 1.5;
}
.indented-paragraph{
	text-indent: 3em;
}
.coming-soon-announcements{
	font-size: 3rem;
	color: #F54927;
}
.centered-image{
	text-align: center;
}
#delanie {
	height: 40vmin;
	width: auto;
}
#stadion {
	height: 40vmin;
	width: auto;
}
#special-head{
	font-size: 1.965vmax;
	color: #05520B;
}
.regularnavbar {
	display: flex !important;
	flex-direction: row;
	opacity: 1 !important;
	justify-content: left;
	padding-right: 20px;
	gap: 6vmin;
}
.navbarbutton {
	visibility: hidden;
	max-height: 0;
	opacity: 0;
}
@media screen and (max-width:1103px) {
	.navmenu {
		font-size: 2.5vmin;
	}
	.regularnavbar {
		gap: 4vmin;
	}
}
@media screen and (max-width:1043px) {
	.nav-branding {
		font-size: 2.7vmin;
	}
	.navmenu {
		font-size: 2.3vmin;
	}
	.regularnavbar {
		gap: 3vmin;
	}
}
@media screen and (max-width:945px) {
	.nav-branding {
		font-size: 2.7vmin;
	}
	.navmenu {
		font-size: 2.25vmin;
	}
	.regularnavbar {
		gap: 2.5vmin;
	}
}
@media screen and (max-width:720px) {
	.nav-branding {
		font-size: 2.5vmin;
	}
	.navmenu {
		font-size: 2.25vmin;
	}
	.regularnavbar {
		gap: 2.3vmin;
	}
}
@media screen and (min-width:600px){
	footer {
		position: fixed;
	}
	.donate {
		padding-bottom: 23vmin;
	}
	.SFF-bottom-section {
		padding-bottom: 23vmin;
	}
	.what-weve-done {
		padding-bottom: 23vmin;
	}
	.gallery-upload {
		padding-bottom: 23vmin;
	}
	.hamburgerbutton {
		visibility: hidden;
		max-height: 0;
		opacity: 0;
	}
	.bar {
		visibility: hidden;
		max-height: 0;
	}
}
@media(max-width:1500px){
	.container{
		width: 100%;
	}
	.sections{
		width: 90%;
	}
	footer{
		width: 100%;
	}
}
