@charset "utf-8";
/* CSS Document */
.img-banner{
	background-image: url("../img/the-sadie-thumb.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 25vh;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
}
.img-banner .container {
	width: 95%;
}
.manti-menu{
	font-size: 12pt;
	padding: 5px 9px;
}
.homestead-logo {
	width: 75%;
}
.home-plan-link {
	text-decoration: none;
	cursor: pointer;
	color: black;
}
.learn-link button {
	border: none;
	border-radius: 5px;
	background-color: #9a1114;
	color: white;
	font-size: 16pt;
}
.construction-badge {
	top:5%; 
	left:40%; 
	background-color:#9A1114;
}
.carousel .carousel-indicators button {
	width: 10px !important;
   	height: 10px !important;
   	border-radius: 100% !important;
	background-color: #9A1114 !important;
 }
@media screen and (min-width: 576px){
		.img-banner .container{
		width: 100%;
	}
	.construction-badge {
		top:5%; 
		left:65%; 
	}
	.manti-menu{
		font-size: 13pt;
		padding: 7px 15px;
	}
}
@media screen and (min-width: 768px){
	.img-banner {
		height: 40vh;
	}
	.construction-badge {
		top:5%; 
		left:75%; 
	}
	.homestead-logo {
		width:45%;
	}
	.sara-info {
		width: 75%;
	}

}
@media screen and (min-width: 992px){
	.construction-badge {
		top:5%; 
		left:60%; 
	}
	.sara-info {
		width: 60%;
	}
	.sara-info img {
		width: 70%;
	}
	.sara-info .sara-img {
		text-align: right;
	}
	.homestead-logo {
		width: 30%;
	}
}
@media screen and (min-width: 1200px){
	.img-banner {
		height: 45vh;
	}
	.construction-badge {
		top:5%; 
		left:70%; 
	}
}
@media screen and (min-width: 1400px){
	.img-banner {
		height: 50vh;
	}
	.sara-info {
		width: 50%;
	}
	.sara-info img {
		width: 70%;
	}
	.sara-info .sara-img {
		text-align: right;
	}
	.homestead-logo {
		width: 25%;
	}
}