html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Karla', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*nav styling*/

header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgb(184, 119, 0);
	width: 100%;
	color: white;
}

header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}

.header-ul {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

header li {
	margin: 0 1.1rem;
	list-style: none;
	font-size: 1.3rem;
}

header a {
	text-decoration: none;
	color: white;
}

header a:hover {
	cursor: pointer;
	color: rgb(185, 185, 185);
}

.hamburger {
	background-color: transparent;
	border: 0;
	display: none;
	font-size: 1.7rem;
	cursor: pointer;
}

/*landing section styling*/

button {
	border: 2px solid white;
	background-color: rgb(184, 119, 0);
	color: white;
	padding: 14px 28px;
	border-radius: 1.1rem;
	font-size: 16px;
	cursor: pointer;
}

button:hover {
	background-color: white;
	color: rgb(184, 119, 0);
	border-color: rgb(184, 119, 0);
}

.welcome-section {
	margin-top: 2rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.welcome-section-content {
	align-items: center;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-items: center;
}

.welcome-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.welcome-info h2 {
	margin-top: 0;
	margin: 0 3rem;
	margin-bottom: 2rem;
	text-align: center;
}

.welcome-info h1 {
	font-size: 3rem;
	text-align: center;
}

/*about section styling*/

.about-section {
	margin-top: 0;
	width: 100%;
}

#about-section-content-home {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-items: center;
}

.about-info {
	margin: 0 2rem;
	text-align: center;
	background-color: rgb(184, 120, 0);
	border-radius: 2rem;
	box-shadow: 2px 5px 2px black;
}

/*slideshow section*/

.historian-section {
	margin-top: 5rem;
	text-align: center;
}

.historian-section-content {
	width: 100%;
}

.slide {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.slide i {
	padding: 2rem;
	font-size: 3rem;
	cursor: pointer;
}

.historian-section h1 {
	font-size: 3rem;
}

.historian-section p {
	font-size: 1.2rem;
}

#image {
	width: 40%;
	height: 20%;
}

/*ambassador section styling*/

.member-section {
	margin-top: 7rem;
	text-align: center;
	background-color: rgb(184, 119, 0);
}

#member-label {
	color: white;
	font-size: 4rem;
	margin-bottom: 0;
}

.member-section-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.member {
	margin: 2rem;
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 3rem;
	box-shadow: 2px 5px 2px black;
}

/*contact section styling*/

.contact-page {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	margin-bottom: 7rem;
}
.contact-section {
	width: 50%;
	font-size: 2rem;
}

form .half {
	display: flex;
	justify-content: space-between;
}

form .half .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	width: 48%;
}

form .half input {
	padding: 0.6rem 0;
}

form .full textarea {
	width: 100%;
	padding: 4rem 0;
}

form .action {
	text-align: center;
}

form .action input {
	margin-top: 1.3rem;
	color: white;
	padding: 0.7rem 2.2rem;
	background-color: rgb(184, 119, 0);
	border-radius: 0.2rem;
	border-style: none;
	cursor: pointer;
}

form .action input:hover {
	background-color: black;
}

/*about page styling*/
.Sphere {
	margin-top: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.tagcloud {
	width: 100%;
}

.Sphere {
	margin-top: 0;
	display: flex;
	justify-content: center;
}

/*about page landing section styling*/

.landing-section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: white;
	font-size: 1.2rem;
}

.landing-content h1 {
	margin: 0;
	font-size: 3rem;
}

.describe-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.describe {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 60%;
	background-color: rgb(184, 119, 0);
	border-radius: 2rem;
	box-shadow: 2px 5px 2px black;
}

.describe h3 {
	margin: 1 rem;
}

.describe h6 {
	margin: 1rem;
}

.describe h1 {
	margin: 1rem;
}

/*pillar section styling*/

.pillar-section {
	background-color: rgb(184, 119, 0);
	margin-top: 12rem;
	width: 100%;
	height: 60vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-shrink: inherit;
}

.pillar {
	box-shadow: 2px 5px 2px black;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80%;
	margin: 0rem 2rem;
	background-color: white;
	border-radius: 1.5rem;
}

.pillar p {
	font-size: 1.3rem;
}

.pillar a {
	text-decoration: none;
	color: rgb(184, 119, 0);
	font-weight: bold;
}

/*faq section styling*/

#faq-title {
	font-size: 3rem;
}

.faq-section {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10rem;
}

.faq {
	box-shadow: 2px 5px 2px black;
	width: 80%;
	border-radius: 1.2rem;
	margin: 1rem 0;
	background-color: rgb(184, 119, 0);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.answer {
	font-size: 1.2rem;
}

/*mentorship page styling*/

#mentor-landing-page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80vh;
	margin-bottom: 0;
}

#mentor-content {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	text-align: center;
	background-color: rgb(184, 119, 0);
	padding: 0 1.2rem;
	padding-bottom: 1.2rem;
	border-radius: 1.4rem;
	box-shadow: 2px 5px 2px black;
	height: 50%;
	padding: 2rem;
	margin: 0 1.2rem;
}

#sign-up-button {
	font-weight: bold;
}

/*handles marginal issues for mobile devices*/

@media screen and (max-width: 800px) {
	header {
		margin-bottom: 0;
	}

	.landing-section {
		margin-top: 0;
	}
}

/*handles spacial issues for hand-held devices*/

@media screen and (max-width: 438px) {
	/*fixes position among landing*/
	.welcome-info h1 {
		margin-top: 0;
	}

	.welcome-section {
		display: block;
		margin-top: 2rem;
	}

	header {
		position: sticky;
		top: 0;
		margin-bottom: 0;
	}

	.Sphere {
		margin-top: 3rem;
	}

	#arrow-left {
		padding: 0;
	}

	#arrow-right {
		padding: 0;
	}

	#image {
		width: 500px;
	}

	.describe {
		margin-top: 2rem;
		width: 90%;
		height: 60%;
	}

	.about-section-content {
		width: 100%;
	}

	.member {
		width: 80%;
	}

	.member img {
		width: 80%;
	}
}

@media screen and (max-width: 1000px) {
	.about-section-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#about-section-content-home {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.card {
		width: 80%;
	}

	.pillar-section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.pillar {
		width: 60%;
		height: 60%;
		margin: 2rem 0;
	}

	.landing-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#header-about {
		margin-bottom: 3rem;
	}

	.Sphere {
		justify-content: center;
	}

	.describe-section {
		justify-content: center;
		margin-top: 1.8rem;
	}

	.about-section-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.about-info {
		margin: 2rem;
	}

	#image {
		width: 60%;
		height: 40%;
	}

	#member-label {
		font-size: 3rem;
	}

	.header-ul {
		display: none;
		flex-direction: column;
		width: 100%;
		margin-left: 0;
	}

	.header-ul.show {
		display: flex;
		align-items: flex-end;
		margin: 0px 0px;
	}

	.hamburger {
		display: block;
	}

	.welcome-section-content {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.welcome-section img {
		margin-top: 2rem;
		height: 60%;
		width: 60%;
	}
}
