/* Homepage Hero */

#header-logo img {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/gc-logo-med.png) no-repeat;
	width: 5rem;
	background-size: 64%;
	height: 7rem;
	padding-left: 7rem;
}

main {
	position:relative;
}

body.homePageTabs a#logo {
    top:3.25rem;
}

main > #home-parallax {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:100vh;
	z-index:-100;
	pointer-events:none;
}

#home-parallax div {
	height:100%;
}

#home-parallax  div.slide {
	width:100vw;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

#hero {
	/*background-image: url('/CMSPages/GetFile.aspx?guid=bcd65aa7-a415-4fac-b8e4-db4db966f1a3');*/
	width: 100%;
	min-height: 75vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top:6rem;
	transition: background-image 0.2s ease-in-out;
	position:relative;
	display:flex;
	flex-direction:column;
}

#hero > .container {
	display:flex;
	flex-direction:column;
}
#hero > .container > .spacing {
	padding-bottom:30vh;
}

#hero .hero-title h1 {
	margin-top:3rem;
	font-family: "Playfair Display", serif;
    font-weight: 700;
	font-size: 60px;
    text-shadow: 2px 2px 5px #000000;
    margin-bottom: 15px !important;
    line-height: 75px;
	color: white;
}
/*#hero h1:after {
	color: #6fb03b;
	content: ".";
}*/



.home-banner {
	background-color: #67B03D;
	color: white;
	padding: 0.5rem;
}

/* Homepage Hero Form */

#hero-form .awesomplete {width:100%;}
#hero-form {
	margin:0;
	position:sticky;
	top:2vh;
}

#hero-form > div {padding:0;}



/* Homepage Featured Tabs */

#home-tabs {
	background-color:white;
}

#home-tabs .tab-wrapper {
	top:0;
	position:sticky;
	z-index:7;
	background-color:#6fb03b;
}

#home-tabs .nav-tabs {
	display:flex;
	justify-content:center;
	border:none!important;
	margin:0;
}

#home-tabs .nav-tabs > li {
	flex:1;
	cursor:pointer;
	position:relative;
	padding:0;
}
#home-tabs .nav-tabs > li > a {
	text-align:center;
	color:#444;
	font-size:1.3rem;
	font-weight:500;
	border:none!important;
	border-radius:0!important;
	display:block;
	height:100%;
	width:100%;
	display: flex;
	justify-content:center;
	align-items:center;
}

#home-tabs .nav-tabs .nav-link.active,
#home-tabs .nav-tabs .nav-link:focus,
#home-tabs .nav-tabs .nav-link:hover {
	border:none;
	background-color:#c1f5a3;
}

#home-tabs .tab-pane.active .WebPartContent,
#home-tabs .tab-pane.active {
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	justify-content:center;
}

#home-tabs .tab-pane > *:only-child {width:100%;}


#home-tabs .tab-pane .col-md-6 {
	padding: 1.5rem;
}

.flipper-card .amenities {
	display:flex;
	color:white;
	flex-wrap:nowrap;
	justify-content: space-evenly;
	width:100%;
	font-size:1.2rem;
	padding: 0 2rem;
	margin: 1rem 0;
}

.flipper-card .amenities > i:only-child {font-size:42px;}


@media screen and (max-width: 767px) {
	
	#hero-form .search-range, #hero-form .search-stuff {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	
	#hero {
		height:initial;
		min-height: 90vh;
		padding-top:5rem;
		background-color:rgba(0,0,0,0.2);
	}
	
	#hero:hover {
		
	}
	
	a#logo.homePageHero {
		width: 10vw;
	}
	
	body.homePageTabs a#logo{
		top:5px;
	}
	body.homePageTabs a#logo:before {
		opacity:1;
	}
	a#logo:before {
		content:'';
		position:fixed;
		top:0;
		left:0;
		right:0;
		height:70px;
		background-color:white;
		z-index:-1;
		transition: 0.2s all;
		opacity:0;
	}
	
	#sidebarCollapse {top:5px;}

	#hero > .container { margin-bottom:8vh; }
	
	main > #home-parallax {
		height:100vh;
	}
	
	#hero .hero-title h1 {
		margin-top:1rem;
		font-size: 5vh;
		line-height: 6vh;
	}
	
	#hero-form .search-location::placeholder{font-size:1rem;}
	
	#hero-form .search-location {
		width: 100%;
	}
	
	#hero-form .search-btn {
		margin:0;
	}
	
	#hero-form .search-btn > .dropdown-toggle {
		font-size:1.175rem;
	}
	
	#hero-form > .col-md-5 {
		max-width:100%;
	}
	
	#home-tabs .tab-wrapper {
		top:4rem;
		z-index:50;
	}
	
	#hero-form .search-price {
		padding-bottom:10px;
		width: 100%;
	}
	
	#home-tabs .nav-tabs {flex-wrap:wrap;}
	#home-tabs .tab-wrapper .container {padding:0;margin:0;max-width:100%;}
	
	#home-tabs .nav-tabs > li {
		flex: 0 0 auto;
		width: 50%;
	}
	
	#home-tabs .nav-tabs > li > a {
		font-size:0.84rem;
	}
	
	#wrap > nav {
		height:120vh;
		top:-10vh;
		padding-top:10vh;
	}
	
	#covid-banner {order:500;margin-top:3rem;}
}