@media screen and (min-width: 1000px) and (max-width: 1024px) {
	
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
	.navbar-toggler {
		border: transparent;
		color: transparent;
	}
	.navbar-light .navbar-toggler-icon {
		background-image:none;
		color:#000;
	}
	.navbar-light .navbar-brand {
		padding-left:0rem;
	}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
	a.navbar-brand, a.navbar-brand:hover {
		font-size: .8rem;
	}
	.introSection {
		min-height: 600px;
		background-image: url(../images/img-home-hero-mobile.jpg);
	}
	.introMenuSection {
		background-image: none;
		padding: 1rem;
	}
	.introMenuContain {
		padding: 1rem;
	}
	#viewOurPlans {
		background-image: url(../images/img-home-floor-plan-mobile.jpg);
		position:relative;
		background-position:left;
	}
	.planButtContain {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin-inline: auto;
	}
	.eraBody p {
		text-align: left;
	}
	.textBodyContain {
		padding: 2rem;
	}
	#conceptTwo {
		display:none;
	}
	#mobileConceptTwo {
		display:inherit;
	}
	#conceptThree {
		min-height: 600px;
	}
	.eraFeatureRow {
		margin-top: 0rem;
		padding: 0rem 1rem;
	}
	.eraFeature {
		margin-bottom:1rem;
	}
	#giftSection {
		padding-top: 2rem;
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.leftSide {
		padding: 3rem;
		border-right: none;
		padding-bottom: 1rem;
		margin-bottom: 2rem;
		position: relative;
	}
	.leftSide::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin-inline: auto;
		bottom: 0;
		height: 1px;
		width: 80%;
		border-bottom:1px solid #c0c0c0;
	}
	.navbar-toggler {
		border: transparent;
		color: transparent;
	}
	.navbar-light .navbar-toggler-icon {
		background-image:none;
		color:#000;
	}
	.navbar-light .navbar-brand {
		padding-left:0;
		margin-right:0;
	}
	.mobile-menu-item {
		background: #ffcd00;
		font-family: 'Antonio';
		text-transform: uppercase;
		text-align: center;
		width: 100%!important;
		padding: 15px 20px !important;
	}
	.mobile-menu-item::after {
		content: "\f061";
		font-family: 'Font Awesome 5 Pro';
		color: #fff;
		margin-left: .5rem;
	}
	#navbarSupportedContent {
		border-bottom: 2px solid #000;
	}
	#conceptOne {
		background-image: url(../images/img-home-highlight-mobile-1.jpg);
	}
	#mobileConceptTwo {
		background-image: url(../images/img-home-highlight-mobile-2.jpg);
	}
	#conceptThree {
		background-image: url(../images/img-home-highlight-mobile-3.jpg);
	}
	.introButt {
		background-color:#000;
	}
}