@charset "UTF-8";

.body {
	background-color: #7EA74E;
	/* #688c3fcf; */
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

iframe {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .wrapper {
	background-color: #d91e63;
} */

/* canvas {
	width: 100%;
	height: 100%;

} */

/* #canvas {
	width:"5000px";
	height:"3000px";

} */

h6 {
	font-size: 12px;
	color: white;
}

.customcontainer {
	/* width: 100%; */
	/* height: 100%; */
	margin-right: 0 !important;
	padding: 0 !important;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.container {
	/* width: 100%; */
	/* height: 100%; */
	margin-right: 0 !important;
	padding: 0 !important;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.row {
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	justify-content: space-between;
	z-index: 20;
}

/* #video {
	width: 55%;
} */

.banner {
	margin: 0;
	background-color: white;
	height: 100px;
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(0, 0, 0, 0.08);
}

a {
	font-size: 2vh;
	text-decoration: none !important;
	color: #385A11 !important;
}

#programLink:hover {
	/* font-size: 2vh; */
	/* font-size: 12px; */
	text-decoration: none !important;
}

p {
	font-size: 2vh;
	text-decoration: none !important;
	color: #385A11 !important;
}

.card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(0, 0, 0, 0.08);
}

.footer {
	background-color: white;
	height: 100px;
	margin-top: 0px;
	padding-top: 10px;
	/* -- */
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.btn-outline-primary {
	color: white !important;
	border-color: #F3797A !important;
	background-color: #F3797A !important;

}

.btn-outline-primary:hover {
	color: white !important;
	border-color: #6BAC3E !important;
	background-color: #6BAC3E !important;
}

/*Landing Page Buttons*/
.button {
	border-radius: 15px;
	background-color: #F3797A;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 350px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

ul.no-bullets {
	list-style-type: none;
	/* Remove bullets */
	padding: 0;
	/* Remove padding */
	margin: 0;
	/* Remove margins */
}

/* .topnav {
	background-color: #ffffff;
	z-index: 10;
	position: relative;
	overflow: auto;
	width: 100%;
} */



/* -----BELOW IS NEW--------- */

/* Main container for the top navigation */
/* .topnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	padding: 0px 20px 0px 0;
	color: black;
} */

/* .topnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: white;
	/* Added for clarity, change as needed */
/* }  */

.qr-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	/* This removes the space between the QR code and the text */
}

.logo {
	height: 80px;
}

.qr-code {
	height: 90px;
}

.qr-text {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-left: 8px;
	/* Adds a small amount of breathing room */
}

.topnav h1 {
	font-size: 40px;
	font-weight: bold;
	color: black;
	margin: 0;
	/* Removes default heading margins */
}
/* Common styles for each section */
.nav-section {
	display: flex;
	align-items: center;
	gap: 100px;
}

/* General styles for links */
/* .topnav a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: left;
	/* This aligns the QR code text */
/* } */ 

/* Style for the new pink button */
.back-button-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 120px;
	background-color: #e8647c;
}

/* Style for the white arrow icon inside the button */
.back-button-link i {
	color: white;
	font-size: 40px;
}

/* Styles for heading and images */
.topnav h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.logo {
	height: 80px;
}

.envisioning-logo {
	width: 300px;
}

/* -----------BELOW is ORIGINAL------------- */

.topnav {
	background-color: #ffffff;
	/* The Flexbox setup */
	display: flex;
	align-items: center;
	/* This vertically centers everything */
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 0px 20px 0px 0;
	color: black;
}

.topnav a {
	float: left;
	color: #f2f2f2;
	padding: 0px 16px;
	text-decoration: none;
	font-size: 12px;
	margin-right: 0;
	font-weight: bold;
	color: black;
	text-align: left;
}

.topnav a:hover {
	/* background-color: #ddd; */
	color: black;
}

.topnav a.active {
	background-color: #04AA6D;
	/* color: white; */
}

#backButton {
	background-color: #F3797A;
	height: 100%;
	width: 55px;
	/* float: left; */
}

/* @media (max-width: 700px) {
	.footer {
			height: 50px;
		}
} */

@media (min-width: 100px) {
	.footer {
		height: 50px;
	}
}

@media (min-width: 1000px) {
	.footer {
		/* background-color: aqua; */
		height: 80px;
	}
}

/* @media (min-height: 800px) {
	 .customcontainer {
		top: 5px;
	} 
} */

@media (min-width: 1200px) {
	.footer {
		/* background-color: bisque; */
		height: 100px;
	}
}

@media (max-width: 1440px) {
	.row {
		padding-top: 0px;
	}
	#riveCanvas {
		width: 800px;
		height: 800px;
	}
}

@media (min-width: 1441px) {
	.row {
		padding-top: 10px;
	}
	#riveCanvas {
		width: 800px;
		height: 800px;
	}
}

/* For mobile phones: */
@media (max-width: 768px) {

	/* [class*="col-"] {
			width: 100%;
		} */
	.col {
		width: 100%;
	}
}


@media only screen and (min-width: 768px) {

	/* For desktop: */
	.col-1 {
		width: 8.33%;
	}

	.col-2 {
		width: 16.66%;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.33%;
	}

	.col-5 {
		width: 41.66%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.33%;
	}

	.col-8 {
		width: 66.66%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		width: 83.33%;
	}

	.col-11 {
		width: 91.66%;
	}

	.col-12 {
		width: 100%;
	}
}

/*
@media (min-aspect-ratio: 16/9) {
	.background-video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	.background-video {
		width: auto;
		height: 100%;
	}
}*/