
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

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

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


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: 10px 0;
	
}

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

.main-nav{
	margin: 0 1000px 0 50px;
}

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

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

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

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

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

header 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: 1440px;
	height: 1000px;
	padding: 100px;
	margin: 0 auto;
	display: flex;
	justify-content:center;
	font-weight: 700;
	font-size: 45px;
	color: #fff;
	background-image: linear-gradient(to bottom, white, #AFFFA1);
}

.largetrio, .column {
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.largetrio h1 {
	color: #734F2C;
	font-size: 65px;
	font-family: 'Inter';
	text-align: center;
}
.column {
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 200px;
	padding: 125px 0;
	margin: 0 10px;
}

.column h2{
	color:  #32CD32;
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	font-size: 50px;
	font-family: 'Special-Elite';
}

.column h3{
	color:  #FFB254;
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	font-size: 40px;
	font-family: 'Inter';
}

.trio-one, .trio-two, .trio-three{
	width: 450px;
}

.large p {
	background-color: #FFFFB8;
	text-align: left;
	padding: 10px;
	width: 450px;
	height: 400px;
	margin: 0 0 -90px 40px;
	font-family: 'Inter';
}




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

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