@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Special+Elite&display=swap');

body {
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
	margin: 0;
	background-color: #ECECEC;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-family: 'Special-Elite', sans-serif;
	color: #734F2C;
	font-size: 60px;
}

h2 {
	font-family: 'Inter', sans-serif;
	color: black;
	font-size: 35px;
}

h3 {
	font-family: 'Special-Elite', sans-serif;
	color:#FFB254;
	font-size: 30px;
}

h4 {
	font-family: 'Special-Elite', sans-serif;
	color: #32CD32;
	font-size: 35px;
}

p {
	font-family: 'Inter', sans-serif;
	color: black;
	font-size: 15px;
}

.topnav {
	width: 1440px;
	background-color: #FFB254;
	margin: 0 auto;
	justify-content: space-between;
	padding: 30px 0 10px 0;
	
}

.topnav, .main-nav {
	display: flex;
}

.main-nav{
	margin: 0 0 0 30px;
}

.main-nav a:hover {
	color: #32CD32;
}

.logo {
	margin: 0;
	padding-left: 100px;
}

.main-nav a {
	color: #623B13;
	display: flex;
	text-align: center;
	text-decoration: none;
	background-color: white;
	border-radius: 10px;
	box-shadow: 5px 5px 10px saddlebrown;
	height: 62px;
	padding: 20px 60px 0 60px;
}

.container {
	background-image: linear-gradient(to bottom, #FFFFB8, white);
	background-repeat: no-repeat;
	background-position: center;
	width: 1440px;
	height: 700px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 100px;
}

.container, .cta {
	padding: -10px;
}

.containter h2 {
font-family: 'Special-Elite';
color: #FFB254;
text-align: center;
margin: 0;
padding: 3%;
font-size: 30px;
}

/*css for slides source: https://www.youtube.com/watch?v=McPdzhLRzCg*/
.container: {
	padding: 50px;
}

.slider-wrapper {
	position:relative;
	max-width: 70rem;
	margin: 0 auto;
}

.slider {
	display: flex;
	aspect-ratio: 16 / 9;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0,0%,0.5);
}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
}

.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: white;
	opacity: 0.75;
	transition: opacity ease 250ms;
}

.slider-nav a:hover {
	opacity: 1;
	background-color: #FFB254;
}

.music {
padding: 50px;
}

.inspire {
	background-color: white;
	border: 10px solid black;
	border-color: #AFFFA1;
	margin: 0 0 -250px 0;
	text-align: center;
}





.largetrio {
	width: 640px;
	height: 800px;
	padding: 400px;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, white, #AFFFA1);
}

.title {
	display: flex;
	flex-direction: row;
	text-align: center;
	padding: 30px 0 10px 0;
}

.info {
width: 550px;
height: 700px;
text-align: center;
background-color: #FFFFB8;
}

.info p{
width: 300px;

}

.row{
	display: flex;
	flex-direction: row;
	align-content: center;
	gap: 30px;
}

.info img {
	box-shadow: 5px 5px 10px black;
}





.donate {
	width: 1440px;
	height: 1000px;
	padding: 100px;
	margin: 0 auto;
	background-color: #FFB254;
	text-align: center;
}

.donate h1 {
	color: white;
	font-size: 65px;
	font-family: 'Inter';
}

.donate h2 {
	color: #734F2C;
	font-size: 40px;
	font-family: 'Inter';
}

.text {
	background-color: white;
	border: 10px solid black;
	border-color: #FFFFB8;
	margin: 0 0 -250px 0;
	text-align: center;
	padding: 100px;
	box-shadow: 8px 8px 20px black;
}

.text p {
	font-size: 25px;
}

.center {
	margin: 0 auto;
	padding: 300px;
}

.cta {
	background-color: #AFFFA1;
	padding: .35em 1em;
	display: inline-block;
	border: 6px solid black;
	border-radius: 40px;
	border-color:  #32CD32;
	font-size: 26px;
	text-decoration: none;
	color: #32CD32;
	box-shadow: 8px 8px 20px #AFFFA1;

} /*this is for the green buttons*/

.cta:hover {
color: #FFB254;
}

.scholarship {
	width: 1440px;
	height: 800px;
	padding: 100px;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, #FFFFB8, white);
	text-align: center;
}

.scholarship h1 {
	color: #FFB254;
	font-size: 65px;
	font-family: 'Inter';
}

.scholarship h2 {
	color: #734F2C;
	font-size: 40px;
	font-family: 'Inter';
}

.name-one {
	background-color: white;
	border: 10px solid black;
	border-color: #AFFFA1;
	margin: 0 0 -250px 0;
	text-align: center;
	padding: 100px;
}

.name-two {
	background-color: white;
	border: 10px solid black;
	border-color: #AFFFA1;
	margin: 0 0 -250px 0;
	text-align: center;
	padding: 100px;
}

.name-three {
	background-color: white;
	border: 10px solid black;
	border-color: #AFFFA1;
	margin: 0 0 -250px 0;
	text-align: center;
	padding: 100px;
}

.name p {
	font-size: 25px;
}

.footer {
	width: 1440px;
	height: 350px;
	padding: 100px;
	margin: 0 auto;
	background-color: #FFB254;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
}

.bottom-nav a:hover {
	color: #32CD32;
}


.bottom-nav a {
	color: #623B13;
	display: flex;
	text-align: center;
	text-decoration: none;
	padding: 20px 250px 0 100px;
}

.foot-nav {
width: 550px;
height: 700px;
text-align: center;
}

.foot-nav p{
width: 300px;

}
.foot-nav {
	display: flex;
	flex-direction: row;
	text-align: center;
	padding: 200px 0 100px 0;
}
.company{
	display: flex;
	flex-direction: column;
	align-content: center;
	gap: 30px;
	padding: 0 0 0 600px;
}

.company img{
	text-decoration: none;
display: flex;
flex-direction: row;
}

.company h4{
	color: white;
}

.company, .socials{
	display: flex;
	flex-direction: column-gap;
	padding:0 70px 0 70px;
}

/*source used for circle: https://stackoverflow.com/questions/77203697/css-how-do-i-add-a-circle-around-an-icon-with-a-different-color-than-the-icon*/
.circle-container {
  width: 50px;           /* Size of the circle */
  height: 50px;          /* Size of the circle */
  background-color: white; /* Circle color */
  border-radius: 50%;    /* Makes it a circle */
  display: flex;         /* Center the image */
  justify-content: center;
  align-items: center;
  overflow: hidden;      /* Clips image to circle */
}


.contact, .bottom-nav{
	direction: flex;
	align-content: center;
text-align: center;
}

.contact p{
	color: white;
}

.contact{
		padding: 0 0 0 100px;
}


