/* franchise styles */

#franchise-header-container {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	margin-bottom: 50px;

	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/imgs/franchise-header.jpg), linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
	background-blend-mode: overlay;	
	
}

#franchise-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px;
	gap: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

#franchise-title {
	font-size: 50px;
	letter-spacing: 2px;
	text-align: left;
	color: white;
	
	margin-bottom: 0;
}

.franchise-subtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	color: white;
	
	max-width: 800px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.apply-button {
	background-color: #BAD532;
	border-color: #BAD532;
	border-width: 1px;
	border-style: solid;
	border-radius: 300px;
	
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	
	padding: 10px 20px;
	transition: .2s;
	color: #462f1b;
	margin-bottom: 30px;
	
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.apply-button:hover {
	color: #BAD532;
	background-color: #462f1b;
	border-color: #462f1b;
	cursor: pointer;
}

.apply-arrow {
	vertical-align: text-bottom;
}

.italic-text {
	font-style: italic;
}

.franchise-sect-container {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.franchise-body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #1d1d1d;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	max-width: 830px;
	margin-bottom: 30px;
}

#sect-1-text {
	max-width: 850px;
}

#franchise-sect-3 {
	text-align: center;
	width: 100%;
}

#sect-3-title {
	margin-bottom: 0;
}

#sect-3-flex-container, #sect-2-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	padding: 18px;
}

#franchise-sect-2 {
	width: 100%;
}

.sect-3-point {
	max-width: 21%;
	color: #1d1d1d;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.point-icon {
	width: 50px;
}

.point-title, .card-title {
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
}

.point-text, .card-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 1.5em;
	letter-spacing: 1px;
	
	min-width: 230px;
	max-width: 400px;
}

.sect-2-card {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 0;
	
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px rgb(0, 0, 0, .2);
	overflow: hidden;
	
	width: 290px;
	min-height: 453px;
}

.card-text {
	margin: 10px;
	margin-top: 0;
	padding: 10px;
}

.card-title {
	margin: 10px;
	margin-bottom: 0;
	letter-spacing: .5px;
}


.card-img-container, .card-img {
	width: 100%;
}

.card-img {
	border-bottom: 2.5px solid #BAD532;
}

#franchise-sect-4 {
	width: 90%;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}

#sect-4-img-container {
	width: 40%;
	max-width: 400px;
}

#sect-4-img {
	width: 100%;
}

#sect-4-text {
	width: 50%;
	max-width: 460px;
	display: flex;
	flex-direction: column;
}

#sect-4-title {
	text-align: left;
	font-size: 30px;
	margin: 0;
	margin-bottom: 10px;
}

#sect-4-subtitle {
	font-style: italic;
	text-align: left;
	margin: 0;
}

#sect-4-list {
	text-align: left;
	margin: 0;
}

#sect-5-title {
	margin-bottom: 10px;
}

#sect-5-button  {
	margin-top: 10px;
}

#sect-5-text {
	margin-right: 20px;
	margin-left: 20px;
}



@media screen and (max-width: 1285px) {
	#sect-2-flex-container {
		max-width: 900px;
	}
}

@media screen and (max-width: 1100px) {
	.sect-3-point {
		max-width: 30%;
	}
}

@media screen and (max-width: 900px) {
	#sect-4-title {
		font-size: 24px;
	}
	
	#sect-4-subtitle, #sect-4-list {
		font-size: 14px;
	}
	
	.sect-3-point {
		max-width: 45%;
	}
}

@media screen and (max-width: 700px) {
	#franchise-sect-4 {
		flex-direction: column;
		align-items: center;
	}
	
	#sect-4-text, #sect-4-img-container {
		width: 90%;
	}	
}
	

@media screen and (max-width: 768px) {
	#franchise-header-container {
		background-image: url(/imgs/franchise-header.jpg), linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
	}
	
	#franchise-header {
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#franchise-title {
		font-size: 34px;
	}
	
	.franchise-sect-container {
		width: 85%;
	}
	
	.franchise-sect-title {
		font-size: 28px;
		margin: 10px;
	}
	
	.franchise-body {
		font-size: 14px;
	}
	
	.franchise-subtitle {
		font-size: 16px;
		line-height: 1.5em;
		max-width: none;
	}
	
	.apply-button {
		font-size: 14px;
		padding: 8px 16px;
		width: 80px;
	}
	
	#sect-3-flex-container {
		flex-direction: column;
		align-content: center;
		gap: 0;
	}
	
	.sect-3-point {
		max-width: 80%;
	}
	
	.point-title, .card-title {
		font-size: 16px;
	}
	
	.point-text, .card-text {
		font-size: 12px;
	}
	
	.sect-2-card {
		min-height: 405px;
	}
}
	


