* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Comic Relief", cursive;
	background: #f6edd9;
	color: black;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* Header */

.header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-home {
	width: 10vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-breaker {
	width: 10vw;
	height: 100%;
}

.header-buttons {
	background: #f6edd9;
	height: 8vh;
	flex-shrink: 0;
	width: 80vw;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-buttons .button-padding {
	padding-left: 1vw;
	padding-right: 1vw;
}

.header-buttons .button-padding button {
	font-size: 1.5vw;
	font-weight: bold;
	color: #f6edd9;
	-webkit-text-stroke: 0.5px #00b451;
	text-shadow: 2px 2px 5px #000;
	background-color: #00b451;
	border: none;
	padding: 0.25vw;
	padding-left: 1vw;
	padding-right: 1vw;
	border-radius: 25px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.76);
	transition: 0.3s;
}

.header-buttons .button-padding:hover button {
	background-color: rgb(3, 146, 67)
}

/* Scroll container */
.scroll-container {
	flex: 1;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
	display: none;
}

/* Sections */
section {
	height: 92vh;
	scroll-snap-align: start;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Intro */
.intro {
	background-image: url(Images/IMG_0200_Tinted.JPG);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 6vh;
}

.intro h1 {
	font-size: 8vw;
	color: #00b451;
	-webkit-text-stroke: 2px #f6edd9;
	text-shadow: 5px 5px 9px #000;
}

.intro p {
	font-size: 5vw;
	color: #ffb400;
	-webkit-text-stroke: 2px #f6edd9;
	text-shadow: 5px 5px 9px #000;
}

/* Interview section */
.area1 {
	background-image: url("Svg/area1.svg");
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.area1 button {
	background-color: transparent;
	border: none;
}

.area1 button img {
	transition: 0.3s;
}

.area1 button:hover img {
	scale: .875;
}

.area1 .right {
	padding-right: 10vw;
}

.area1 .left {
	padding-left: 10vw;
}


.video-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2vh;
	height: 100%;
	width: 100%;
	padding: 4vh 4vw;
}

.video-container h2 {
	font-size: 5vw;
	color: #f6edd9;
	/* -webkit-text-stroke: 2px #00b451; */
	text-shadow: 5px 5px 9px #000;
	text-align: center;
}

.video-container video {
	width: 45vw;
	max-height: 60vh;
	border-radius: 12px;
	box-shadow: 0px 0px 22px 6px rgba(0, 0, 0, 0.76);
	object-fit: cover;
}

.video-container h4 {
	font-size: 2vw;
	color: #f6edd9;
	/* -webkit-text-stroke: 2px #01cc5c; */
	text-shadow: 5px 5px 9px #000;
	text-align: center;
}

/* Area 2 */
.area2 {
	background-image: url("Svg/area2.svg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.area2 .main-area {
	height: 82vh;
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.area2 h2 {
	font-size: 3vw;
	color: #f6edd9;
	/* -webkit-text-stroke: 2px #00b451; */
	text-shadow: 5px 5px 9px #000;
	text-align: center;
}

.area2 button {
	background-color: transparent;
	border: none;
}

.area2 .left {
	padding-right: 5vw;
}

.area2 .right {
	padding-left: 5vw;
}

.area2 button img {
	transition: 0.3s;
}

.area2 button:hover img {
	scale: .875;
}

.card img {
	width: 100%;
	max-height: 45vh;
	object-fit: cover;
	border-radius: 12px;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	/* max-height: 50%; */
	width: 100%;
	max-width: 30vw;
	background-color: #fcf8ef;
	border-radius: 12px;
}

.card h4 {
	font-size: 1.5vw;
}

.card-holder {
	max-height: 70vh;
	max-width: 50vw;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card .container div a {
	text-decoration: none;
}

.container {
	padding: 4px 16px;
}

/* Recources */

.recources {
	background-image: url("Svg/area2.svg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.recources .main-area {
	height: 82vh;
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.recources h2 {
	font-size: 3vw;
	color: #f6edd9;
	/* -webkit-text-stroke: 2px #00b451; */
	text-shadow: 5px 5px 9px #000;
	text-align: center;
	padding-bottom: 2vh;
	white-space: pre;
}

.recources button {
	background-color: transparent;
	border: none;
}

.recources .left {
	padding-right: 2.5vw;
}

.recources .right {
	padding-left: 2.5vw;
}

.recources button img {
	transition: 0.3s;
}

.recources button:hover img {
	scale: .875;
}

.recources .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	/* max-height: 50%; */
	width: 100%;
	max-width: 30vw;
	background-color: #fcf8ef;
	height: 60vh;
	border-radius: 12px;
}

.recources .card h4 {
	font-size: 1.5vw;
}

.recources .card-holder {
	max-height: 70vh;
	max-width: 50vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.recources .card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.recources .card .container div a {
	text-decoration: none;
}

.recources .container div {
	margin-bottom: 1vw;
}

.recources a {
	font-size: 1.25vw;
}

.recources .container {
	margin-top: 1vw;
	padding: 4px 16px;
	text-align: center;
}


/* Fun Activities */

.fun_activities {
	background-image: url("Svg/area2.svg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fun_activities .main-area {
	height: 82vh;
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.fun_activities h2 {
	font-size: 3vw;
	color: #f6edd9;
	/* -webkit-text-stroke: 2px #00b451; */
	text-shadow: 5px 5px 9px #000;
	text-align: center;
}

.fun_activities button {
	background-color: transparent;
	border: none;
}

.fun_activities .left {
	padding-right: 5vw;
}

.fun_activities .right {
	padding-left: 5vw;
}

.fun_activities button img {
	transition: 0.3s;
}

.fun_activities button:hover img {
	scale: .875;
}

.card img {
	width: 100%;
	max-height: 40vh;
	object-fit: cover;
	border-radius: 12px;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	/* max-height: 50%; */
	width: 100%;
	max-width: 30vw;
	background-color: #fcf8ef;
	border-radius: 12px;
}

.card h4 {
	font-size: 1.5vw;
}

.card-holder {
	max-height: 70vh;
	max-width: 50vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.fun_activities .card .container div a {
	text-decoration: none;
	font-size: 0.85vw;
}

.container {
	height: 20vh;
	padding: 4px 16px;
}

/* Footer */

.footer {
	height: 10vh;
	width: 100%;
	background-color: #0000005e;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer p {
	font-size: 1.5vw;
	color: #f6edd9;
	/* -webkit-text-stroke: 0.25px #f6edd9; */
	text-shadow: 2px 2px 5px #000;
}



@media (max-width: 767px) {

	html,
	body {

		height: 100dvh;
	}


	section {
		height: 100%;
	}

	.header-home,
	.header-breaker {
		width: 1vw;
	}

	.header-buttons {
		width: 98vw;
		height: 7vh;
	}

	.header-buttons .button-padding {
		padding-left: 0.5vw;
		padding-right: 0.5vw;
	}

	.header-buttons .button-padding button {
		font-size: 11px;
		padding: 6px 10px;
		border-radius: 18px;
		-webkit-text-stroke: 0.25px #00b451;
		text-shadow: 1px 1px 3px #000;
		white-space: nowrap;
	}

	.intro {
		background-image: url(Images/IMG_0235_Tinted.JPG);
		padding-bottom: 10vh;
	}

	.intro h1 {
		font-size: 16vw;
		-webkit-text-stroke: 1px #f6edd9;
		text-shadow: 3px 3px 6px #000;
	}

	.intro p {
		font-size: 7vw;
		-webkit-text-stroke: 1px #f6edd9;
		text-shadow: 3px 3px 6px #000;
		text-align: center;
	}

	.area1 .left {
		padding-left: 2vw;
	}

	.area1 .right {
		padding-right: 2vw;
	}

	.area1 button img {
		width: 32px;
		height: auto;
	}

	.video-container {
		padding: 2vh 1vw;
		gap: 1.5vh;
	}

	.video-container h2 {
		font-size: 28px;
	}

	.video-container video {
		width: 70vw;
		max-height: 50vh;
	}

	.video-container h4 {
		font-size: 14px;
	}

	.area2 .main-area,
	.recources .main-area,
	.fun_activities .main-area {
		height: auto;
		flex: 1;
		padding: 0 1vw;
	}

	.area2 h2,
	.recources h2,
	.fun_activities h2 {
		font-size: 22px;
		padding-bottom: 1vh;
	}

	.recources h2 {
		white-space: normal;
	}

	.area2 .left,
	.area2 .right,
	.recources .left,
	.recources .right,
	.fun_activities .left,
	.fun_activities .right {
		padding-left: 1vw;
		padding-right: 1vw;
	}

	.area2 button img,
	.recources button img,
	.fun_activities button img {
		width: 28px;
		height: auto;
	}

	.card {
		max-width: 75vw;
	}

	.card h4 {
		font-size: 16px;
	}

	.card img {
		max-height: 28vh;
	}

	.card-holder {
		max-width: 85vw;
		max-height: none;
	}

	.recources .card {
		max-width: 80vw;
		height: auto;
		min-height: 40vh;
		padding-bottom: 2vh;
	}

	.recources .card h4 {
		font-size: 16px;
	}

	.recources a {
		font-size: 13px;
		word-break: break-word;
	}

	.recources .container {
		margin-top: 2vw;
		padding: 4px 10px;
	}

	.recources .container div {
		margin-bottom: 3vw;
	}

	.fun_activities .card .container,
	.area2 .card .container,
	.container {
		height: auto;
		padding: 10px 14px;
	}

	.fun_activities .card .container div a {
		font-size: 13px;
	}

	.footer {
		height: 8vh;
	}

	.footer p {
		font-size: 12px;
		text-align: center;
		padding: 0 4vw;
	}
}

@media (max-width: 400px) {

	.header-buttons .button-padding button {
		font-size: 9.5px;
		padding: 5px 7px;
	}

	.header-buttons .button-padding {
		padding-left: 0.25vw;
		padding-right: 0.25vw;
	}

	.card {
		max-width: 82vw;
	}

	.recources .card {
		max-width: 85vw;
	}

	.recources a {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) and (min-height: 501px) {

	.header-home,
	.header-breaker {
		width: 4vw;
	}

	.header-buttons {
		width: 92vw;
	}

	.header-buttons .button-padding button {
		font-size: 14px;
		padding: 6px 14px;
	}

	.intro h1 {
		font-size: 72px;
	}

	.intro p {
		font-size: 44px;
	}

	.area1 .left {
		padding-left: 3vw;
	}

	.area1 .right {
		padding-right: 3vw;
	}

	.video-container h2 {
		font-size: 38px;
	}

	.video-container video {
		width: 60vw;
		max-height: 58vh;
	}

	.video-container h4 {
		font-size: 18px;
	}

	.area2 h2,
	.recources h2,
	.fun_activities h2 {
		font-size: 32px;
	}

	.card {
		max-width: 50vw;
	}

	.card-holder {
		max-width: 65vw;
	}

	.card h4 {
		font-size: 22px;
	}

	.card img {
		max-height: 32vh;
	}

	.area1 button img,
	.area2 button img,
	.recources button img,
	.fun_activities button img {
		width: 70px;
		height: auto;
	}

	.area2 .card .container,
	.fun_activities .card .container {
		font-size: 17px;
	}

	.fun_activities .card .container div a {
		font-size: 16px;
	}

	.recources .card {
		max-width: 55vw;
		height: auto;
		min-height: 35vh;
		padding-bottom: 3vh;
	}

	.recources .card h4 {
		font-size: 22px;
	}

	.recources a {
		font-size: 17px;
		word-break: break-word;
	}

	.recources .container {
		margin-top: 2vh;
	}

	.recources .container div {
		margin-bottom: 12px;
	}

	/* ---------- Footer ---------- */
	.footer p {
		font-size: 16px;
	}
}

@media (orientation: landscape) and (max-height: 500px) {

	.header-home,
	.header-breaker {
		width: 1vw;
	}

	.header-buttons {
		width: 98vw;
		height: 14vh;
	}

	.header-buttons .button-padding {
		padding-left: 0.5vw;
		padding-right: 0.5vw;
	}

	.header-buttons .button-padding button {
		font-size: 12px;
		padding: 4px 10px;
		border-radius: 14px;
		-webkit-text-stroke: 0.25px #00b451;
		text-shadow: 1px 1px 3px #000;
		white-space: nowrap;
	}

	section {
		height: 100%;
	}

	.area1 button img,
	.area2 button img,
	.recources button img,
	.fun_activities button img {
		width: 30px;
		height: auto;
	}

	.area1 .left {
		padding-left: 2vw;
	}

	.area1 .right {
		padding-right: 2vw;
	}

	.area2 .left,
	.recources .left,
	.fun_activities .left {
		padding-right: 1.5vw;
		padding-left: 1.5vw;
	}

	.area2 .right,
	.recources .right,
	.fun_activities .right {
		padding-left: 1.5vw;
		padding-right: 1.5vw;
	}

	.area2 h2,
	.recources h2,
	.fun_activities h2 {
		font-size: 20px;
		padding-bottom: 0.5vh;
	}

	.recources h2 {
		white-space: normal;
	}

	.area2 .main-area,
	.recources .main-area,
	.fun_activities .main-area {
		height: auto;
		flex: 1;
		padding: 0 1vw;
		min-height: 0;
	}

	.card-holder {
		max-height: none;
		max-width: 75vw;
	}

	.area2 .card,
	.fun_activities .card {
		max-width: 75vw;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		overflow: hidden;
	}

	.area2 .card img,
	.fun_activities .card img {
		width: 45%;
		max-width: 45%;
		height: auto;
		max-height: none;
		object-fit: cover;
		border-radius: 12px 0 0 12px;
		align-self: stretch;
	}

	.area2 .card .container,
	.fun_activities .card .container {
		flex: 1;
		height: auto;
		padding: 6px 10px;
		overflow-y: auto;
		font-size: 13px;
	}

	.card h4 {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.recources .card {
		max-width: 70vw;
		height: auto;
		min-height: auto;
		padding-bottom: 1vh;
		overflow: hidden;
	}

	.recources .container {
		max-height: 40vh;
		overflow-y: auto;
		margin-top: 0.5vh;
		padding: 4px 10px;
	}

	.recources a {
		font-size: 12px;
		word-break: break-word;
	}

	.recources .container div {
		margin-bottom: 1.5vh;
	}

	.video-container {
		padding: 1vh 1vw;
		gap: 1vh;
	}

	.video-container h2 {
		font-size: 20px;
	}

	.video-container video {
		width: 45vw;
		max-height: 55vh;
	}

	.video-container h4 {
		font-size: 12px;
	}

	.intro {
		padding-bottom: 3vh;
	}

	.intro h1 {
		font-size: 8vw;
	}

	.intro p {
		font-size: 4vw;
	}

	.footer {
		height: 12vh;
	}

	.footer p {
		font-size: 11px;
		text-align: center;
	}
}