/* about styles */

.about-sect-title {
	font-size: 36px;
	letter-spacing: 1px;
	text-align: center;
	color: #796749;
	
	margin: 30px;
}

.about-vision-container {
	text-align: center;
	padding: 20px;
}

.about-vision-text {
	font-size: 26px;
	letter-spacing: 1px;
	color: #1d1d1d;
}

.about-story-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 30px;
	padding-top: 0;
	gap: 40px;
}

.about-story-title {
	text-align: left;
	margin: 0;
}

.about-story-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #1d1d1d;
	line-height: 1.5em;
	letter-spacing: 1px;
}


.about-img-container {
	max-width: 50%;
}

.about-story-img {
	width: 100%;
	max-width: 500px;
	padding-top: 10px;
}

.about-story-text-container {
	max-width: 50%;
}

.about-values-container {
	width: 100%;
	background-image: url(/imgs/chalkboard-values-desktop.png), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-values-title {
	color: white;
	margin: 0;
	padding: 30px;
}

.about-values-list {
	list-style-type: none;
	font-size: 18px;
	color: white;
	letter-spacing: 1px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 60px;
	margin: 0;
	
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	gap: 20px;	
}

.about-principles-container {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.principles-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	padding: 18px;
}

.principle {
	max-width: 28%;
	color: #1d1d1d;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.principle-icon {
	display: none;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.principle-name {
	font-size: 18px;
	letter-spacing: 1px;
}

.principle-desc {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 1.5em;
	letter-spacing: 1px;
}
	
@media screen and (max-width: 1000px) {
	.about-story-container {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	
	.about-img-container {
		max-width: min(735px, 90%);
		max-height: 350px;
		overflow: hidden
	}
	
	.about-story-img {
		max-width: 550px;
		position: relative;
		top: -70px;
	}
	
	.about-story-text-container {
		max-width: min(735px, 90%);
		margin-top: 20px;
	}
	
}	

@media screen and (max-width: 768px) {
	.about-sect-title {
		font-size: 24px;
	}
	
	.about-vision-text {
		font-size: 22px;
	}
	
	.about-story-text {
		font-size: 14px;
	}
	
	.about-values-list {
		flex-direction: column;
		font-size: 14px;
	}
	
	.principles-flex-container {
		flex-direction: column;
		align-content: center;
	}
	
	.principle {
		max-width: 80%;
	}
	
	.principle-desc {
		font-size: 12px;
	}
}

@media screen and (max-width: 700px) {
	.about-img-container {
		max-width: min(735px, 90%);
		max-height: none;
	}
	
	.about-story-img {
		max-width: 550px;
		position: static;
	}
	

@media screen and (max-width: 635px) {
	.about-values-container {
		background-image: url(/imgs/chalkboard-values-mobile.png), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	}
}
