
:root{
	--mainbg: #FFFFFF;
	--Button: #0DB88F;
	--text:#6D889C;
	--LightSecondary:#8EECFF;
	--Purp: #DEABF7;
	--lighttext: #F6F7F8;
	--bluetext: #0067BE;
}
body{
	overflow: x hidden;
}

.NavBar{
	position:sticky;
	top: 0;
	height: 75px;
	z-index: 1000;
}
.NavBar section{
	display: flex;
	align-items: center;
	justify-content:space-around;
	background-color: #F6F7F8;
	z-index: 200;
}
.NavBar section img{
	margin: 0 0 0 20px;
}
.NavBar nav{
	margin: 0 100px 0 20px;
}
.NavBar nav button{
	margin-left: 50px;
}
#PageBreak{
	width: 100%;
}

button, p, h1, h2, h3, h4, a{
	font-family: Arial, sans-serif;
	font-weight: bold;
}
p{
	line-height: 20px;
}
h1 h2{
	/* font-family: "azo-sans-web"; */
	font-weight: bolder;
}
p{
	/* font-family: ; */
	font-weight: 0;
}

button{
	margin: 5px;
	padding: 15px;
	border: none;
	background-color: #0DB88F;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	font-family: "Merriweather Sans";
	color: aliceblue;
}
button:hover{
	transition: .25s;
	background-color: #15a58b;
	box-shadow: 2px black 2px;
	
}

a{
	margin: 0 15px 0 15px;
	text-decoration: none;
	color: rgb(0, 0, 0);
}a:hover{
	text-decoration: underline;
}

#Hero{
	padding-bottom: 25px;
	background-image: url("Images/pexels-francesco-ungaro-998641.jpg");
}
#Hero section img{
	height: 100%;
	max-width: 1000px;
	
}
#Hero #Bckground{
	/* background-image: url("Images/pexels-francesco-ungaro-998641.jpg"); */
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#Hero section section p{
	color: white;
	max-width: 750px;
	background-color: rgba(35, 47, 58, 0.514);
	padding: 5px;
	border-radius: 5px;
	margin: 15px;

}
#Hero section section{
	display: flex;
	align-items: center;
	flex-flow: column;
}

#Why{
	/* background-image: url("Images/abc-1.svg"); */
	
	padding: 50px 0 20px 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, rgb(250, 250, 250), rgb(231, 216, 231));
}
#Why section h1{
	font-size: 40px;
	color: #0E2937;
	/* font-weight: 700; */
	font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#Why section .Ugh{
	color: var(--bluetext);
	margin-bottom: 20px;
}#Why section p{
	line-height: 25px;
	font-size: 15px;
}
#Why section{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#Why section figure{
	margin: 50px 0 25px 0;
}
.Sidebar{
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	
}
.Sidebar section{
	/* margin-top: 100px; */
	max-width: 400px;
	align-items: center;
	display: flex;
	flex-flow: column;
	align-items: baseline;
	padding: 0 0 35px 0;
}
.Sidebar figure{
	width: 466px;
	margin: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Sidebar figure img{
	width: 100%;
}
.Sidebar section h1{
	font-size: 15px;
	margin: 25px 0 25px 0;
}
.Sidebar section h2{
	font-size: 25px;
}
.Sidebar section h3{
	font-size: 55px;
}.Sidebar section p{
	margin: 25px 0 25px 0;
}.Sidebar .Phone{
	width: 0;
	display: none;
}
#Create{
	background-color: #0068bead;
}
#Jr{
	background-color: rgb(122, 71, 122);
}
#Camps{
	background-color: #388d79;
}

#Why section nav{
	margin: 100px;
}
#Why section p{
	width: 650px;
}

#Impact{
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding-bottom: 30px;
}
#Impact section{
	max-width: 552px;
}
#Impact section p{
	margin-bottom: 25px;
}
#Impact section img{
	margin: 25px;
	width: 200;
}
#Impact section h1{
	font-size: 13px;
	margin: 35px 0 5px 0;
}
#Prodigy{
	background: linear-gradient(90deg, rgb(53, 75, 77), rgb(162, 116, 177));
	margin-bottom: 50px;
}#ProdLogo{
	max-width: 500px;
}
#Prodigy figure{
	display: flex;
	flex-direction: row;
	overflow-x:scroll;
	scroll-snap-type: x mandatory;
	/* width: 100%; */
}
#Prodigy figure .ProdSection{
	min-width: 100%;
	display: flex;
	flex-direction: column;
	/* max-width: 700px; */

}#Prodigy .ProdSection img{
	width: 100%;

	
}#Prodigy .ProdSection h3{
	color: var(--LightSecondary);
	text-align: center;
	margin: 25px 0 5px 0;
	line-height: 30px;
}
#Prodigy .ProdSection p{
	color: var(--lighttext);
	padding: 10px;
	font-size: 15px;
	line-height: 30px;
}
#Divider{
	display: grid;
}
#Divider img{
	grid-area: 1/1 /2/2;
	align-self: baseline;
	justify-self: center;
}#Idongivafuqanymore{
	max-width: 700px;
	align-self: center;
}
#Section2 .section{
	align-self: center;
	align-items: center;
	max-width: 700px;
}#Section2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	height:100%;
	width: 100%;
}
#Section2 .section{
	display: flex;
	/* align-items: center; */
	
}#Section2 .section img{
	max-width: 400px;
}#Section2 .section p{
	margin: 10px 20px 10px 0;
}#Section2 .section section{
	width: 70%;
	margin: 35px 0 0 20px;
	width: 100%;
}
#BottomBar{
	display: grid;
	/* bottom: 0; */
	/* position: relative; */
}#BottomBar img{
	grid-area: 1/1/ 2/2;
	justify-self: end;
	align-self: end;
}#BottomBaseline{
	align-self:flex-end;
	justify-self: end;
}

#Location{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
#Location h1{
	color: #0E2937;
	font-size: 35px;
}
#Location h2{
	font-size: 50px;
	margin-bottom: 20px;
	color: #0067BE;

}
#Location p{
	font-size: 15px;
	margin: 15px;
	color: #6D889C;
}
#Location img{
	width: 316px;
}
#Location input{
	height: 45px;
	border-radius: 15px;
	border: none;
}#Location nav{
	-webkit-box-shadow: 10px 10px 30px 0px rgba(78, 76, 76, 0.504);
/* -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75); */
/* box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75); */
	border-radius: 15px;
}#Location img{
	margin-top: 30px;
}

#Testimonials{
	padding: 30px;
	text-align: center;
	background-color: #0067BE;
}
#Testimonials h1{
	color: #43A7F2;
	font-size: 13px;
	margin-bottom: 8px;
}
#Testimonials h2{
	color: var(--lighttext);
	font-size: 50px;
}
#Testimonials{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#Testimonials figure{
	display: flex;
	overflow-y: scroll;
	height: fit-content;
	padding: 10px 0 10px 0;
	/* width: 70%; */
	max-width: 1320px;
}
#Testimonials figure section{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 3.25%;
	margin-left: 3.25%;
	min-width: 20%;
	border-radius: 10px;
	padding: 20px;
	height: fit-content;
	overflow-y:visible;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(148,237,255,1) 100%); 
	scroll-snap-type: x mandatory;
	border: 2px solid #49A8EB;
}
#Testimonials figure section h2{
	color: #0E2937;
	font-size: 25px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#Testimonials figure section p{
	font-size: 13px;
	/* overflow: auto; */
}
#Testimonials figure section h3{
	background-color: #49A8EB;
	width: 30%;
	padding: 10px;
	border-radius: 20px;
	color: white;
	transform: translateY(40px);
	z-index: 100;
	
}

#Find{
	display: grid;
	/* max-height: 900px; */
	overflow-y: hidden;
}
#Find img{
	width: 100%;
	grid-area: 1/1 /2/2;
	z-index: -10;
}#Find section{
	grid-area: 1/1/2/2;
	width: 100%;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}#Find section h1{
	font-size: 50px;
	font-weight: bolder;
	color: var(--lighttext);
}#Find section h2{
	font-size: 50px;
	color: var(--bluetext);
}

#BottomNav{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 25px 0 25px 0;
	background-color: #0067BE;
	color: white;
	/* background-color: blue; */
}#BottomNav img{
	filter: saturate(1000) hue-rotate(120deg) sepia(100%);
}

footer{
	background-color: #04325A;
	color: #425B76;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content; */
	padding-bottom: 100px;
}
footer figure{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 35px;
}
footer section{
	display: flex;
	width: 80%;
	flex-flow: row wrap;
	/* align-items: center; */
	justify-content: center;
	
}
footer section nav{
	display: flex;
	flex-direction: column;
	max-width: 250px;
	margin: 0 0 20px 0;
	/* align-items: center; */
	/* color: #AEBCC9; */
}.Socials{
	flex-direction: row;
	width: 140px;
}
.Socials a{
	margin: 5px 5px 5px 0;
}
footer section nav{
	min-width: 250px;
}
footer section nav a{
	font-size: 20px;
	margin: 10px 0 10px 0;
	color: #AEBCC9;
}footer section nav img{
	color: #FFFFFF;
}

.Bluebutton{
	color: var(--bluetext);
}
.ThinText{
	color: var(--bluetext);
}
@media screen and (min-width:821px) {
	.Phone{
		display: none;
	}
}
@media screen and (max-width:820px) {
	.Phone{
		display: block;
	}
	.Desktop{
		display: none;
	}
	.PhoneNav{
		z-index: 999;
		position:sticky;
		top: 0;
		background-color: var(--mainbg);
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		
	}
	.PhoneNav i{
		font-size: 30px;
		color: var(--bluetext);
	}
	#Hero img{
		width: 100%;
	}
	#Why{
		width: 100%;
	}
	#Why section{
		width: 100%;
	}#Why section p{
		width: 95%;
	}#Why section nav img{
		height: 15px;
		margin: 0;
	}#Why section nav{
		width: 95%;
	}

	#Impact iframe{
		width: 100%;
	}

	.Sidebar{
		flex-flow: column;
	}.Sidebar section{
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.Sidebar section h1{
		margin: 0;
		background-color: #23536b;
		color: #5e94c4;
		padding: 20px;
		border-radius: 100px;
		transform: translateY(20px);
	}
	.Sidebar section h2{
		margin: 0;
		padding: 20px;
		border-radius: 50px;
		background-color: #23536b;
	}.Sidebar section h3{
		margin: 0;
		padding: 20px;
		border-radius: 50px;
		transform: translateY(-20px);
		background-color: #23536b;
		width: 60%;
	}

	#Jr h1, #Jr h2, #Jr h3{
		background-color: rgb(105, 39, 105);
	}

	#Camps h1, #Camps h2, #Camps h3{
		background-color: rgb(46, 80, 80);
	}

	#Prodigy figure{
		height: fit-content;
	}
	#Section2 section{
		flex-flow: column;
		width: 90%;
		padding: 5%;
	}
	.AnnoyingAssImage{
		height: 200px;
	}

	.ProdLogo{
		min-width: 80%
	}

	#BottomNav nav a img{ 
		height: 18px;
		margin: 0;
	}

	footer .section{
		display: flex;
		/* flex-wrap: wrap; */
		flex-flow: row wrap;
		/* justify-content: start; */
	}
	footer section nav{
		min-width: 50%;
		/* justify-content: center; */
	}
	footer section{
		justify-content: start;
	}
	footer .Phone{
		color: white;
		/* display: none; */
		display: grid;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

		font-size: 15px;
	}

	footer .Phone  h4{
		color: var(--text);
		margin: 0 0 25px 0;
	}
	footer .Phone nav{
		display: flex;
		justify-content: space-around;
	}
	footer .Phone i{
		font-size: 25px;
		color: var(--text);
	}footer .Phone p{
		margin: 35px 0 35px 0;
		color: var(--text);
	}
	footer .Phone h4, footer .Phone hr{
		grid-area: 1/1 /2/2;
	}
	
	/* .Sidebar section{
		transform: translateY(50px);
	} */
	/* #Section */
	
}

section{
	overflow-x: hidden;
}