body {  margin: 0; 
	    color: red; /* Set the default text color to red */
    font-family: "Poppins", sans-serif;
}


#wrapper {
	width: 100%;
	height: 100%;
	background: black;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
}

#video {
	width: 100%;
	height: 100vh;
	background: black;
}

#video-container {
	width: 100%;
	height: 100vh;
	background: black;
}

#body1 {
	margin: auto;
	height: 100vh;
	width: 100%;
	background: black;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#body2 {
	margin: auto;
	height: 100vh;
	width: 100%;
	background: black;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#body2b {
	margin: auto;
	height: 100vh;
	width: 100%;
	background: black;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#body3 {
	margin: auto;
	height: 100vh;
	width: 100%;
	background: black;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#body4 {
	margin: auto;
	height: 100vh;
	width: 100%;
	background: black;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#header {
	visibility: hidden;
	width: 100%;
	height: 10%;
	background: #D70C71;
}

#footer {
	display: flex;
	width: 100%;
	height: 10%;
	background: black;
}

#footer-left {
	width: 30%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: black;
	float: left;
}
#footer-centre {
	width: 40%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: black;
	float: left;
	text-align: center;


}
#footer-right {
	width: 30%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: black;
	float: left;
}



.animation {
    max-width: 80%; /* Make sure the video stays within the container */
    max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	

}

.red-text {
    color: red; /* Set the text color to red */
	font-size: 10px;
}

h1 {
	font-size: 40px;
	color: red;
	text-align: center;
	line-height: 110%;
	margin-right: 10%;
	margin-left: 10%;
}

h2 {
	font-size: 19px;
	color: red;
	text-align: center;
	line-height: 110%;
	margin-bottom: 0;
	margin-right: 10%;
	margin-left: 10%;
	font-weight: 700;
  	font-style: normal;
}
h3 {
	font-size: 14px;
	color: red;
	text-align: center;
	line-height: 110%;
	margin-bottom: 0;
	margin-right: 22%;
	margin-left: 22%;
	font-weight: 600;
  	font-style: normal;
}

p {
	font-size: 17px;
	color: red;
	text-align: center;
	line-height: 150%;
	margin-top: 0;
	margin-right: 20%;
	margin-left: 20%;
}

h4 {
	font-size: 12px;
	color: red;
	text-align: center;
	line-height: 150%;
	margin-top: 0;
	margin-right: 22%;
	margin-left: 22%;
	font-weight: 500;

}

/* Text fade in & grow */
.fademe { opacity: 0; scale: 1.0; transition: all 1.2s ease-in-out; }
.inView { opacity: 1; scale: 1; }