@charset "UTF-8";
.body {
	background-color: #000000;
	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 {
	position: fixed;
	font-size: 8px;
	bottom: 0;
}

.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%;
}

/* #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: #d91e63 !important;
}

#programLink:hover {
	font-size: 2vh;
	text-decoration: none !important;
	color: #4AC7F3 !important;
}

p {
	font-size: 2vh;
	text-decoration: none !important;
	color: #d91e63 !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: #44c9f6 !important;
	border-color: #44c9f6 !important;
	background-color: white !important;
	
}

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

/*Landing Page Buttons*/
.button {
	border-radius: 15px;
	background-color: #FBB03B;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 300px;
	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 {
	overflow: hidden;
	background-color: #ffffff;
}

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

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

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

#backButton {
	background-color: #F3797A;
	/* height: 120px; */
	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-width: 1200px) {
	.footer {
		/* background-color: bisque; */
		height: 100px;
	}
}

/* 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%;
	}
}*/
