@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: #734F2C;
	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;
}

.title{
	width: 800px;
	background-image: linear-gradient(to bottom, #FFFFB8, white);
	display: flex;
	text-align: center;
	padding: 0 600px 0 600px;
}

.title h1{
	color:  #32CD32;
}

.first{
	width: 1440px;
	height: 800px;
	padding: 100px;
	margin: 0 auto;
	background-color: #AFFFA1;
	text-align: center;
}

.second{
	width: 1440px;
	height: 800px;
	padding: 100px;
	margin: 0 auto;
	background-color: #FFFFB8;
	text-align: center;
}
.third{
	width: 1440px;
	height: 800px;
	padding: 100px;
	margin: 0 auto;
	background-color: #AFFFA1;
	text-align: center;
}


.first,.second,.third img{
	display: flex;
	flex-direction: row;
}


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