


/* --- Override to hide circle stroke animation --- */
.circles,
path.circle-line {
	animation: none !important;
}
.circles {
	display: none !important;
}
/* Card info paragraph styling for consistent font and spacing with <li> */
.card-info {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 1em;
	margin-bottom: 0;
}

/* Ensure consistent margin between h2 and p/ul in cards */
.card-wrap .card h2.position {
	margin-bottom: 1em;
}
@charset "UTF-8";
/* CSS Document */

/*
* {
	border: 1px solid #C00000 !important;
}
*/




body {
	background-color: #EDF1E3;
	font-family: 'Poppins', sans-serif;
	animation: body 3s linear forwards;
	width: 100vw;
	scroll-behavior:smooth !important;
}

body.secondary {
	animation: none;
}

@keyframes body {
  0% { overflow: hidden; position: absolute; max-height: 100vh; max-width: 100vw; } 
	99% { overflow: hidden; position: absolute; max-height: 100vh; max-width: 100vw; } 
  100% { overflow: visible; position: relative; max-height: none; max-width: none; } 
}

main, footer {
	animation: main 0s linear 3s forwards;
}
@keyframes main {
  0% { z-index: -1 !important; height: 1px; } 
	99% { z-index: -1 !important; height: 1px; } 
  100% { z-index: 500 !important; height: auto; } 
}

body.secondary main, body.secondary footer {
	animation: none;
	height: auto;
}

header {
	position: relative;
	display: block;
	height: 100vh;
	min-height: 1000px;
	background-color: #EDF1E3;
	animation: header 1s linear 2s forwards;
}

@media (min-width: 1200px) {
	header {
		min-height: 1200px;
	}
}

@media (max-width: 575.98px) {
	header {
		min-height: 550px;
		max-height: 120vw;
		margin-bottom: 0px;
		animation: header 1s linear 2s forwards;
	}
}

@keyframes header {
  0% { height: 100vh; } 
	99% { height: 100vh; } 
  100% { height: 80vh; margin-bottom: -400px; } 
}

@media (max-width: 575.98px) {
	@keyframes header {
		0% { height: 100vh; } 
		99% { height: 100vh; margin-bottom: 0px; } 
		100% { height: 80vh; margin-bottom: -200px; } 
	}
}

body.secondary header {
	height: 50vh;
	min-height: 600px;
	animation: none;
	z-index: 300;
}

@media (max-width: 575.98px) {
	body.secondary header {
		height: 50vh;
		min-height: 450px;
	}
}

.secondary .header-wrap {
 height: 110vw;
}


.skipnav {
  overflow: visible;
  min-height: 2.5rem;
  position: relative;
  display: block;
	width: 100vw;
  z-index: 605; }
  .skipnav .order-1 {
    order: 1; }
  .skipnav .order-2 {
    order: 2; }
  .skipnav .order-3 {
    order: 3; }
  @media (max-width: 575.98px) {
    .skipnav .row .col-12 {
      padding: 0; }
      .skipnav .row .col-12 .container {
        padding: 0; }
        .skipnav .row .col-12 .container img {
          position: absolute;
          right: 0; } }
  .skipnav a.aslink img.img-fluid {
    max-width: 300px;
    opacity: 0.5; }
    @media (max-width: 575.98px) {
      .skipnav a.aslink img.img-fluid {
        max-height: 36px; } }

  .skipnav a.access {
    font-size: 0.57rem;
    line-height: 0.5rem;
    letter-spacing: 1px;
    color: #000000 !important;
    background-color: #9DBD6A !important;
    font-weight: 600;
    padding-right: 0.25rem;
    position: absolute;
    transform: translateY(-110%); }
    .skipnav a.access:focus {
      color: #000000 !important;
      background-color: #9DBD6A !important;
      display: inline-block;
      margin-left: auto;
      margin-top: 1.5rem;
      position: relative;
      z-index: 500;
      background: #9DBD6A;
      padding: 0.25rem;
      opacity: 1; }
    .skipnav a.access span {
      color: #000000 !important;
      background-color: #9DBD6A !important; }
  .skipnav::after {
    content: '';
    background: #9DBD6A;
    position: absolute;
    display: block;
    width: 100%;
    top: -10rem;
    height: 10rem;
    left: 0; }



.bg-success {
	background-color: #9DBD6A !important;
}

.header-wrap {
	position: relative;
	display: block;
	z-index: 403;
}



.hero-wrap {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 501;
	background-color: #EDF1E3;
	animation: hero 2s linear 1s forwards; 
}

.hero {
	position: fixed;
	top: 3.5rem;
	left: 1rem;
	border-radius: 22px;
	width: calc(100vw - 2rem);
	height: calc(100vh - 4.5rem);
	background: #055b48;
	background-repeat: no-repeat;
  background-size: cover;
	background-position: center center;
	z-index: 502;
	animation: hero-hide 1s linear 2s forwards;
	overflow: hidden;
}

/* --- Refined override: earth-hero.svg smaller and bounded --- */

.hero::after {
	content: '';
	position: absolute;
	width: 70vw;
	height: 70vw;
	max-width: 100%;
	max-height: 100%;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%) scale(2);
	background: url(https://as.sdsu.edu/greenfest/images/2026/assets/earth-hero.svg);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 504;
	animation: tree-zoom 2s linear forwards;
}

@keyframes tree-zoom {
	0% {
		transform: translate(-50%, -45%) scale(2);
	}
	100% {
		transform: translate(-50%, -45%) scale(2.5);
	}
}

@media (min-width: 1200px) {
	.hero::after {
		animation: tree-zoom-lg 2s linear forwards !important;
	}
	@keyframes tree-zoom-lg {
		0% {
			transform: translate(-50%, -45%) scale(1.4);
		}
		100% {
			transform: translate(-50%, -45%) scale(1.8);
		}
	}
}



@keyframes hero {
  0% { opacity: 1; } 
	70% { opacity: 1; } 
  99% { opacity: 0; } 
	100% { opacity: 0; display: none; z-index: -1; } 
}

.hero img.img-fluid {
	max-height: 1px;
	max-width: 1px;
}

@keyframes hero-hide {
  0% { z-index: 502; } 
	70% { z-index: 502; } 
  99% { z-index: 502; max-height: 1px !important; max-width: 1px !important; } 
	100% { display: none; position: relative; z-index: -1; max-height: 1px !important; max-width: 1px !important; height: 1px !important; width: 1px !important;  overflow: hidden; } 
}

.circles {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(2) rotate(0);
	z-index: 503;
	animation: circles 3s linear;
	opacity: 0.3;
}
path.circle-line {
	stroke: #FFFFFF;
	fill: none;
	stroke-linecap: round;
	stroke-dasharray: 200;
  animation: dash 10s linear;
	
	filter: blur(0.1px);
}

@keyframes circles {
  to {
    transform: translate(-50%, -50%) scale(3) rotate(3600);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: -700;
  }
}
@media (max-width: 991.98px) {
	.circles {
		width: 150vw;
		height: 150vw;
	}
	path.circle-line {
		stroke-width: 0.5;
	}
}

.header-background {
	content: '';
	z-index: 0;
	position: absolute;
	width: 100vw;
	max-width: 100vw;
	height: clamp(70vh, 60vw, 90vw);
  min-height: 600px;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	/* background: url(https://as.sdsu.edu/greenfest/images/2025/assets/header-white.svg); */
  background-repeat: no-repeat;
	background-size: cover;
	background-position: top 150px center;
	animation: headerwhite 1.2s linear 2s forwards; 
}

.header-background::after {
	content: '';
	z-index: 0;
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 100px;
	left: 0;
	right: 0;
	background: url(https://as.sdsu.edu/greenfest/images/2026/assets/header-green.svg);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: top 150px center;
	animation: headergreen 1.3s linear 2s forwards; 
}

@media (max-width: 991.98px) {
	.header-background::after {
		content: '';
		z-index: 0;
		position: absolute;
		width: 80vw;
		height: 80vw;
		top: clamp(200px, 20vw, 250px);
		left: 10vw;
		right: 0;
		background: url(https://as.sdsu.edu/greenfest/images/2026/assets/header-green-square.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		animation: none; 
	}
}

.secondary .header-background, .secondary .header-background::after {
	animation-delay: 0s !important;
}

@keyframes headerwhite {
  0% { transform: translate(0, 0); } 
	100% { transform: translate(0, -150px); } 
}


@keyframes headergreen {
  0% { transform: translate(0, 0) scale(1, 1); } 
	100% { transform: translate(0, -30px) scale(1.07, 1.07); } 
}





@media (max-width: 767.98px) {
	.header-background {
		background-position: top -100px center;
		background-size: 400% auto;
	}

	.header-background::after {
		width: 90vw;
		height: 90vw;
		top: 250px;
		left: 5vw;
	}
	
}

nav {
	z-index: 100;
	animation: nav 0.5s linear 4s forwards; 
}

@keyframes nav {
  0% { z-index: 100; } 
	100% { z-index: 1002; } 
}

.navbar-toggler {
	height: 3rem;
	width: 3rem;
	margin-left: 1rem;
	z-index: 1200;
}
.navbar-toggler span {
	position: absolute;
	background-color: #05550E;
	width: 3rem;
	height: 0.4rem;
	border-radius: 10px;
	top: 1.2rem;
	left: 1rem;
}
.navbar-toggler span + span {
	position: absolute;
	background-color: #05550E;
	width: 3rem;
	height: 0.4rem;
	border-radius: 10px;
	top: 2rem;
}
.navbar-toggler span + span + span {
	position: absolute;
	background-color: #05550E;
	width: 3rem;
	height: 0.4rem;
	border-radius: 10px;
	top: 2.8rem;
}
.navbar-toggler:focus {
	box-shadow: none !important;
}

.navbar-collapse.collapse.show {
	
}

a.nav-link {
	font-size: 1.3rem;
	font-weight: 600;
	color: #000000;
	background-color: #EDF1E3;
	margin: 1rem 2rem;
	position: relative;
	padding-bottom: 0.2rem;
}
@media (max-width: 575.98px) {
	a.nav-link {
		font-size: 1rem;
		margin: 1rem 1rem;
	}
}

a.nav-link:hover {
  color: #000000;
}

a.nav-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #9DBD6A;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

a.nav-link:hover::before {
    transform: scaleX(1);
}


.logo-wrap {
	z-index: 1001;
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
}
.logo {
	width: 95%;
	max-width: 900px;
	z-index: 1005;
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	top: calc(50% - 40px);
	transform: translate(-50%, -50%);
	margin-bottom: auto;
	animation: logo 2s linear 1s forwards;
	fill: #FFFFFF;
	text-align: center;
	filter: drop-shadow(1px 1px 10px rgb(0 0 0 / 1));
}



.logo-link {
	position: absolute;
	width: 650px;
	max-width: 100%;
	height: 230px;
	top: 100px;
	left: calc(50% - 325px);
	z-index: 1006;
}


@keyframes logo {
  0% { fill: #FFFFFF; top: calc(50% - 40px); filter: drop-shadow(1px 1px 10px rgb(0 0 0 / 1)); } 
	60% { fill: #FFFFFF; } 
	80% { fill: #74983B; } 
  100% { fill: #74983B; max-width: 650px; position: absolute; top: calc(140px + 40px); filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0)); } 
}

@media (max-width: 991.98px) {
	.logo-link {
		left: 5%;
		right: 5%;
		width: 90%;
		height: 30vw;
		top: 130px;
	}
	.secondary .logo-link {
		top: 0;
	}
	.logo {	
		padding-left: 2rem; 
		padding-right: 2rem; 
	}
}
body.secondary .logo-wrap {
	position: relative;
	height: auto;
}
body.secondary .logo {
	fill: #74983B; 
	max-width: 650px; 
	position: relative; 
	top: 0;
	left: auto;
	right: auto;
	text-align: center;
	filter: drop-shadow(0 0 0 rgb(0 0 0 / 0));
	animation: none;
	transform: translate(0%, 0%);
}


.logo-text {
	position: relative;
	z-index: 401;
	top: 250px;
	width: 100%;
	animation: slogan 1s linear 3s forwards;
	display:block;
	margin-top: -100vh;
}
body.secondary .logo-text {
	animation: none;
	margin-top: 0;
	top: 0;
}

.slogan {
	font-family: "fisterra-morte", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #3d6229;
	color: #000000;
	transform:scale(1,0.87);
	
	/* font-weight: 200; */
	font-size: 5.5rem;
	margin-top: 5rem;
	margin-bottom: 0;
}

@keyframes slogan {
  0% { opacity: 0; margin-top: -100vh; filter: blur(2px); } /* Start with opacity 0 */
	60% { opacity: 0; margin-top: 0; filter: blur(2px); } /* Start with opacity 0 */
	80% { opacity: 1; margin-top: 0; filter: blur(1px); } /* Start with opacity 0 */
  100% { opacity: 1; margin-top: 0; filter: blur(0px); } /* Fade out over the last 25% of the animation */
}

.date {
	font-weight: 700;
	font-size: 2rem;
	color: #000000;
	position: relative;
	text-align: center; 
}


.date:before, .date:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 200px;
    height: 3px;
    content: '\a0';
    background-color: #74983B;
		animation: date 1s linear 4s forwards;
}
.date:before {
    margin-left: -200px;
    text-align: right;
		animation: date2 1s linear 4s forwards;
}

body.secondary .date:after {
	animation: date 1s linear 0s forwards;
}
body.secondary .date:before {
	animation: date2 1s linear 0s forwards;
}


@keyframes date {
  0% { width: 200px; } /* Start with opacity 0 */
  100% { width: 2rem; } /* Fade out over the last 25% of the animation */
}
@keyframes date2 {
  0% { width: 200px; } /* Start with opacity 0 */
  100% { width: 2rem; margin-left: -2rem; } /* Fade out over the last 25% of the animation */
}

@media (max-width: 991.98px) {
	.logo-text {
		top: 200px;
	}
	.slogan {
		font-weight: 200;
		font-size: clamp(2rem, 15vw, 5rem); 
		line-height: 1;
	}
	.date {
		font-weight: 700;
		font-size: 5vw;
		font-size: clamp(1.5rem, 5vw, 2rem); 
		margin-top: 2rem;
	}
}



main {
	position: relative;
	z-index: 400;
	margin-bottom: -200px;
	animation: main-up 1s linear 5s forwards;
}

@keyframes main-up {
  0% { z-index: 400; } /* Start with opacity 0 */
	99% { z-index: 400; } /* Start with opacity 0 */
  100% { z-index: 530; } /* Fade out over the last 25% of the animation */
}


.container-fluid {
	padding: 0;
}

.main-full {
	padding: 1.5rem 1.5rem 0 1.5rem;
}

@media (min-width: 1200px) {
	.main-full {
		padding: 3rem 2rem;
	}
}


.main-full .title-wrap {
	border-radius: 22px;
	padding: 3rem 3rem 3rem 4rem;
}

.main-full .title-wrap h1 {
	max-width: none;
}

@media (max-width: 991.98px) {
	.main-full .title-wrap {
		border-radius: 22px;
		padding: 2rem 2rem 2rem 2rem;
	}
}

.side-photo-wrap {
	width: 100%;
	height: 100%;
}

.side-photo-wrap .img-wrap {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
}
@media (max-width: 1199.98px) {
	.side-photo-wrap .img-wrap {
		background-position: top 25% center !important;
	}
}

.side-photo-wrap .img-wrap img {
	height: 100%;
	min-height: 80vh;
	width: auto;
	max-width: none;
	display: block;
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.side-photo-wrap-pin {
	
}

.side-text-wrap {
	width: 100%;
	height: 100%;
	padding: 4rem;
	min-height: 800px;
	display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}

.align-top-wrap {
	flex: 0;
	margin-bottom: auto;
}

.align-bottom-wrap {
	flex: 0;
}

main a {
	color: #05550E;
	text-decoration: none;
}
main a:hover {
	color: #05550E;
	text-decoration: underline;
}

main h1 {
	font-size: 5.5rem;
	line-height: 1.2;
	max-width: 900px;
	color: #000000;
	font-weight: 600;
}

main h2 {
	font-size: 2rem;
	max-width: 900px;
	color: #000000;
	font-weight: 700;
}

main h2.h1 {
	font-size: clamp(2rem, 10vw, 5.5rem);
	color: #000000;
	font-weight: 200;
	margin-bottom: 1rem;
}

main p {
	font-size: 1.2rem;
	max-width: 700px;
}
@media (max-width: 575.98px) {
	main p {
		font-size: 1rem;
	}
}


@media (max-width: 991.98px) {
	main h1 {
		font-size: clamp(2rem, 10vw, 5.5rem); 
	}
}


.card-wrap {
	position: relative;
	display: block;
}
@media (min-width: 1200px) {
	.card-wrap {
		padding-right: 2rem;
	}
}

.card-wrap .row {
	--bs-gutter-y: 1.5rem !important;
	--bs-gutter-x: 1.5rem !important;
}

.card-wrap .card {
	background: #FFFFFF;
	padding: 2rem;
	border-radius: 22px;
	border: 0;
	min-width: 230px;
}

.card-img-top {
	border-radius: 10px;
}

.card-wrap .card h2 {
	font-size: clamp(2.3rem, 5vw, 3.5rem); 
	font-size: clamp(2.3rem, 5vw, 3.2rem); 
	
	font-weight: 200;
	margin-bottom: 2rem;
}

.card-wrap .card .card-footer, .card-wrap .card .card-body {
	background: #FFFFFF;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.card-wrap .card .position {
	font-size: 1.4rem;
	font-size: clamp(1.1rem, 3vw, 1.8rem); 
	font-weight: 700;
	color: #05550E;
	margin-bottom: 0;
	line-height: 1.2;
}

.card-wrap .card .description {
	font-size: 1rem;
	font-weight: 400;
	color: #000000;
	line-height: 1.2;
	margin-top: 1.5rem;
}

.card-wrap .card .email {
	font-size: 1rem;
	margin-bottom: 0;
}



.card-img-padding {
	padding-right: 3rem;
}

.date-anchors {
	margin-bottom: -20px;
	overflow: visible;
	margin-right: -1rem !important;
}
@media (max-width: 991.98px) {
	.date-anchors {
	display: block;
		position: relative;
		width: 100%;
}
}
a.date-anchor {
	border-radius: 22px;
	border: 2px solid #000000;
	font-size: 1.6rem;
	font-weight: 700;
	width: 6rem;
	height: 6rem;
	padding: 1rem;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	transition: all 0.5s ease; 
	background: #9DBD6A;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0.5rem;
	line-height: 1.2;
}
a.date-anchor:hover {
	background: rgba(255,255,255,0.5);
}

@media (max-width: 575.98px) {
	a.date-anchor {
		font-size: 1.1rem;
		font-weight: 700;
		width: 4.5rem;
		height: 5rem;
	}
}

.anchor {
	position: relative;
	display: block;
	margin-bottom: -150px;
	z-index: -1;
}


.main-event {
	padding-top: 0;
	padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
	.main-event {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (max-width: 575.98px) {
	.main-event {
	
	}
}

.main-event .card-wrap {
	padding-right: 0;
}
@media (min-width: 1400px) {
	.main-event .card-wrap {
		padding-right: 0.75rem;
	}
}


@media (max-width: 991.98px) {
	.event-wrap {
		padding-right: 0 !important;
	}
}



.event {
	border-radius: 22px;
	background: #FFFFFF;
	padding: 0 !important;
	height: auto;
	min-height: 600px;
}

.event .row {
	padding-left: 0.75rem !important;
}

.event-image-wrap {
	position: relative;
	border-radius: 22px 0 0 22px;
	overflow: hidden;
	padding-right: 1rem;
	background-size: cover !important;
	background-position: center !important;
}

.event-image-wrap .event-image {
	height: 100%;
	width: auto;
	border-radius: 22px 0 0 22px;
	position: relative;
	left: 50%;
  transform: translateX(-50%);
}

.event-image-wrap .event-image.headliner {
	max-height: calc(100% - 10vw);
}
.event-image-wrap .event-image.opener {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(0);
	border-radius: 0 0 0 22px;
}

.event-body {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-between;
		border-radius: 0 22px 22px 0;
	background: #FFFFFF;
}

.event-body .side-text-wrap {
	min-height: 700px;
}

.event .card-body, .event .card-footer {
	border-radius: 22px;
	padding-left: 3rem !important;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}



.event .event-title {
	font-size: clamp(2rem, 10vw, 5.5rem) !important;
	margin-bottom: 1rem !important;
}

.event .time-location-wrap, .contact-wrap {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 2rem;
}
.contact-wrap {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.contact-wrap p:first-of-type {
	font-size: 0.75rem;
	font-weight: 700;
	color: #565656;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;
	display: inline-block;
	margin-right: 2rem;
}

.contact-wrap p:not(:first-of-type) {
	font-size: 0.75rem;
	color: #565656;
	display: inline-block;
	margin-right: 2rem;
	margin-top: 1rem;
}

.contact-wrap p:not(:first-of-type) img {
	height: 1rem;
	width: 1rem;
	margin-right: 0.4rem;
	opacity: 0.5;
}

.event .event-time, .event .event-location, .event .event-google {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	position: relative;
}

.event .event-date {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 3rem;
}

.icon-time, .icon-location, .icon-google {
	margin-left: 2rem;
}

.icon-time img, .icon-location img, .icon-google img {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: -2rem;
	top: 3px;
}


@media (max-width: 1199.98px) {

	
	.event-image-wrap {
		max-height: 500px;
		height: 50vw;
		padding-right: 0 !important;
		overflow-y: hidden;
		border-radius: 22px 22px 0 0;
		background-position: 50% 30% !important;
	}
	
	.event-wrap .row {
		padding-right: 0.75rem !important;
	}
	.event-image-wrap .event-image {
		height: auto;
		width: 100%;
		border-radius: 22px 22px 0 0;
		top: 0;
  	transform: translateY(-0%);
	}
	.event-body {
		padding-left: 0.75rem;
		margin-left: 0.75rem;
		border-radius: 0 0 22px 22px;
		width: calc(100% - 0.75rem);
	}
	.side-text-wrap {
		min-height: auto;
	}
}
@media (max-width: 991.98px) {
	.event .event-date {
		font-size: 1.7rem;
	}
	.event-image-wrap {
		max-height: 450px;
		padding-right: 0 !important;
		overflow-y: hidden;
	}
	.side-text-wrap {
		padding: 2rem;
	}
}

@media (max-width: 575.98px) {
	.event .event-date {
		font-size: 1.3rem;
	}
	.event .event-time, .event .event-location, .event .event-google {
		font-size: 1rem;
	}
	.event-image-wrap {
		max-height: 400px;
	}
	.event-image-wrap .event-image {
		top:0;
		transform: translateY(0%);
	}
	.side-text-wrap {
		padding: 2rem;
	}
}


.event p span.h2 {
	font-size: clamp(2rem, 15vw, 5.5rem); 
	font-weight: 800;
	color: #05550E;
	margin-bottom: 3rem;
	margin-top: -1rem;
	position: relative;
	display: block;
}


.event p span.h3 {
	font-size: 2rem;
	font-weight: 800;
	color: #05550E;
}

.event .text-danger {
	font-weight: 700;
	color: #9d0000;
	font-size: 2rem;
}


@media (max-width: 1399.98px) { 
.concert .event-image-wrap {
	border-radius: 22px 22px 0 0 !important;
}	
.concert .headliner {
	left: -1.5rem !important;
	transform: translateX(0) !important;
	width: calc(100% + 1.75rem) !important;
	height: auto !important;
	max-height: none !important;
	border-radius: 22px 22px 0 0 !important;
}

.concert .opener {
	width: 50% !important;
	left: auto !important;
	right: 0.75rem !important;
	border-radius: 22px 0 0 0 !important;
}
}

@media (max-width: 1199.98px) {
	.event .row {
		padding-right: 0.75rem !important;
	}
	.event-image-wrap {
		height: 70vw;
    max-height: 80vw;
	}

	.concert .opener {
    right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.concert .event-body {
		width: calc(100% - 1rem) !important;
		border-radius:  0 0 22px 22px !important;
	}
}

@media (max-width: 575.98px) {
	.card .side-text-wrap {
		padding: 1rem 1rem 2rem 1rem;
	}
}

.concert .event-body {
	padding-bottom: 3rem;
}


/*
.row-main {
	animation: moveup 1s linear 0s forwards;
	margin-top: 200px;
}

.main-left-side {
	animation: moveup 1s linear .5s forwards;
	margin-top: 200px;
}

.main-right-side {
	animation: moveup 1s linear 1s forwards;
	margin-top: 200px;
}


@keyframes moveup {
  0% { margin-top: 200px; } 
  100% { margin-top: 0; } 
}
*/





@media (min-width: 1200px) {
	.row-main {
		flex-direction: row;
		position: relative;
	}
	
	main .side-left {
		min-height: calc(100vh - 6rem);
		display: flex; 
    position: relative;
	}
	
	main .side-left:not(.side-photo-wrap-pin) {
		min-height: 80vh;
	}
	
	main .side-photo-wrap-pin {
		height: calc(100vh - 6rem);
		max-height: calc(100vh - 6rem);
	}
	
	.side-right {
		display: flex; 
    flex: 1;
		position: relative;
	}
	
	.main-left-side {
	}
	
	.main-right-side {
		
	}
	
}
.side-left {
	padding-right: 1.5rem;
}

.side-right {
	padding-left: 1.5rem;
}

.side-left div {
	border-radius: 0 22px 22px 0;
	height: 100%;
	position: relative;
}

.side-right div.side-text-wrap {
	border-radius: 22px 0 0 22px;
	height: 100%;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.side-left {
		padding: 1.5rem;
	}
	
	.side-left + .side-right {
		padding-top: 0;
	}

	.side-right {
		padding: 1.5rem;
	}

	.side-left div {
		border-radius: 22px;
	}
	
	.side-left div.side-photo-wrap {
		height: 40vw;
		min-height: 400px;
	}
	
	.side-left div.side-photo-wrap img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		min-height: auto;
		transform: translate(-50%, -50%);
		border-radius: 22px;
	}

	.side-right div.side-text-wrap {
		border-radius: 22px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.side-left div.side-photo-wrap img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		min-height: auto;
		transform: translate(-50%, -50%);
		border-radius: 22px;
	}
}

@media (max-width: 575.98px) {
	.side-left div.side-photo-wrap img {
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: auto;
		transform: translate(-50%, -50%);
		border-radius: 22px;
	}
}



footer {
	position: relative;
	display: block;
	padding-top: 11vw;
	padding-bottom: 0;
	margin-top: 20rem;
	margin-bottom: -3rem;
	border-bottom: 7rem solid #055b48;
	background-color: #EDF1E3;

}

@media (max-width: 575.98px) {
	footer {
		margin-top: 20rem;
	}
}


@media (max-width: 991.98px) {
	.footer-image-wrap {
		margin-top: 17rem;
	}
}

footer .side-left {
	border-radius: 22px 0 0 22px;
}

footer .side-right {
	border-radius: 22px 0 0 22px;
}

footer .side-right .bg-white {
	width: 100%;
	border-radius: 22px 0 0 22px;
}

@media (max-width: 1199.98px) {
	footer .side-right .bg-white {
		width: 100%;
		border-radius: 22px;
	}
}

.footer-image-wrap .photo-wrap {
	padding-right: 0.75rem;
}
.footer-image-wrap .photo-wrap + .photo-wrap {
	padding-right: 1.5rem;
	padding-left: 0.75rem;
}

.photo-wrap {
	padding: 1.5rem;
	overflow: hidden;
	z-index: 20;
	/*filter: drop-shadow(0 5px 0.75rem #000000);*/
}

.photo-wrap img {
	border-radius: 22px;
}
.social-wrap {
	z-index: 20;
	position: relative;
}

.social {
	height: 5rem;
	width: 5rem;
	display: inline-block;
	margin-left: 2rem;
}

.social:nth-of-type(2) {
	margin-right: 2rem;
}

footer ul {
	margin: auto;
	padding: 1.5rem ;
	padding-left: 2.5rem !important;
}
.list-inline-item {
	font-size: 1.2rem;
	font-weight: 600;
	color: #000000;
}
@media (max-width: 767.98px) {
	.social {
		margin-left: 1.5rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	footer ul {
		padding-left: 1.5rem !important;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.list-inline-item {
		display: block;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
.list-inline-item a {
	text-decoration: none;
	color: #000000;
	margin: auto 1rem;
}


.btn {
	border-radius: 35px;
	letter-spacing: 1px;
	padding: 12px 30px 12px 32px;
	font-weight: 600;
}

.btn-lg {
	border-radius: 35px;
	letter-spacing: 0.5px;
	padding: 17px 35px 17px 37px;
	font-weight: 300;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width: 767.98px) {
	.btn-lg {
		border-radius: 35px;
		letter-spacing: 0.5px;
		padding: 12px 28px 12px 30px;
		font-weight: 300;
		font-size: 1.2rem;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: -1rem;
	}
}

.btn-black {
	background: #000000;
}

footer .background {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #EDF1E3;
  background-repeat: no-repeat;
  background-size: 130% auto;
	background-position: top left;
	transform: translate3d(0,0,0);
	mix-blend-mode: darken;
	-moz-appearance-mix-blend-mode: darken;
}
/*
footer .background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(https://as.sdsu.edu/greenfest/images/2024/assets/footer-illustration-factory.jpg);
  background-repeat: no-repeat;
  background-size: 130% auto;
	background-position: top 24vw left;
}
*/

footer .background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, hsla(167, 90%, 19%, 1) 0%, hsla(167, 90%, 19%, 1) 70%);
  background-repeat: no-repeat;
  background-size: 130% auto;
	background-position: top 24vw left;
}



footer .tree {
	z-index: 10;
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35vw;
	width: 35vw;
	background: url(https://as.sdsu.edu/greenfest/images/2026/assets/earthheart.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
	background-position: top left;
}


@media (min-width: 992px) and (max-width: 1199.98px) { 

	footer .background {
		background-size: 150% auto;
		background-position: top left;
	}
	footer .background::before {
		background-size: 150% auto;
		background-position: top 27vw left;
	}

	footer .sun {
		background-size: 150% auto;
		background-position: top left;
	}
	
}

.footer-image-wrap {
	margin-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
	.footer-image-wrap {
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	
	footer .background {
		background-size: 180% auto;
		background-position: top left;
	}
	footer .background::before {
		background-size: 180% auto;
		background-position: top 33vw left;
	}

	footer .tree {
		width: 60vw;
		height: 60vw;
		margin-left: auto;
		margin-right: auto;
		top: -250px;
		margin-bottom: 200px;
		background-size: 100% auto;
		background-position: top center;
	}
	
	
}

@media (max-width: 575.98px) {
	
	footer .background {
		background-size: 220% auto;
		background-position: top left;
	}
	footer .background::before {
		background-size: 220% auto;
		background-position: top 39vw left;
	}

	footer .tree {
		top: -280px;
		background-size: 100% auto;
		background-position: top left;
	}
	.footer-image-wrap {
    margin-top: 10rem;
	}
	
	header, main, footer {
		position: relative !important;
		animation: none;
	}
	
	
}
@media (min-width: 1200px) {
.pin {
	position: sticky !important;
	top: 3rem;
}
}

/*
.row [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
*/

.row{
  /*overflow: hidden; */
	max-width: 100vw;
	--bs-gutter-x: 0;
}


.reveal {
	 will-change: transform;
	-webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: transform 0.9s linear;
}

@media (max-width: 575.98px) {
	.reveal {
		-webkit-transform: translateY(200px);
		-moz-transform: translateY(200px);
		-ms-transform: translateY(200px);
		-o-transform: translateY(200px);
		transform: translateY(200px);
		transition: transform 0.7s ease;
	}
}
.reveal.visible {
	-webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.main-full + .main-left-side, .main-left-side + .main-right-side, .main-full.reveal:nth-of-type(2) {
	transition-delay: 0.4s;
}

.main-full + .main-left-side + .main-right-side {
	transition-delay: 0.8s;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.main-full:nth-of-type(1) {
		margin-bottom: 1.5rem;
	}
}

/*











*/

.show {
	margin-top: 150px;
	opacity: 0;
	transition: all 1s ease-out;
}
.show.visible {
	margin-top: 1.5rem;
	opacity: 1;
}


.show:nth-child(3n+1) {
	transition-delay: 0ms;
}

.show:nth-child(3n+2) {
	transition-delay: 300ms;
}

.show:nth-child(3n+3) {
	transition-delay: 600ms;
}

@media (min-width: 1200px) and (max-width: 1499.98px),
       (min-width: 576px) and (max-width: 767.98px) {
	.show:nth-child(2n+1) {
		transition-delay: 0ms;
	}

	.show:nth-child(2n+2) {
		transition-delay: 300ms;
	}
}

@media (max-width: 575.98px) {
	.show:nth-child(n) {
		transition-delay: 0ms;
	}
}

@media (min-width: 1500px) {
.row-cols-xxxl-3>* {
    flex: 0 0 auto !important;
    width: 33.3333333333% !important;
}
}

#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
  opacity: 0.5;
  padding: 0 2px;
  -webkit-transition: opacity 0.3s ease-out, block 0.3s ease-out, font-size 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, block 0.3s ease-out, font-size 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, block 0.3s ease-out, font-size 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, block 0.3s ease-out, font-size 0.3s ease-out, right 0.3s ease-out, bottom 0.3s ease-out; }

img#backtotop {
  width: 20%;
  height: 20%;
  min-height: 30px;
  min-width: 30px;
  max-height: 40px;
  max-width: 40px; }

#backtotop:hover {
  opacity: 0.9; }
