/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
 

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
#masthead {
	display: none;
}
#masthead-left h1 img {
	display:none;
}
.home-background-pic {
	height: 70vw;
	min-height: 420px;
}
.home-container {
	min-height: 420px;
}
.hero-tour-cta {
	left: 1rem;
	right: 6rem;
	bottom: 1rem;
}
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}
.home-summary {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home-summary-background {
}
.activity-div .but_generic_green {
	margin-right: auto;
	margin-left: auto;
}
.home-summary h1 {
	font-family: 'ariel', sans-serif;
	color: #333;
	font-weight: 100;
	
}
.activity-div {
	padding: 1em;
}

.tour-cta-wrap {
	margin: 0 auto 2rem auto;
	text-align: center;
}

.hero-tour-cta {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	z-index: 2;
	max-width: 360px;
}

.home-summary p {
	font-family: font-family: 'Montserrat', sans-serif;;
	color: #666;
	font-weight: 100;
	line-height: 1.25em;
	font-variant: normal;
	font-size: 1.75em;
	text-align: left;
}



.parallax-window {
	clear: both;
	min-height: 100px;
	background: transparent;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.parallax-text {
	font-family: 'ariel', sans-serif;
	background-color: #4D2629;
	background-size: cover;
	color: #FFF;
	font-size: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	clear: both;
	padding-right: 1em;
	padding-left: 1em;
}
.home-container {
	max-width:100%;
	min-height:700px;
}

.hero-video {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.hero-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.addr_footer p {
	margin: 5px;
	padding: 0px;
}
.but_generic {
	min-width: 150px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-radius:20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.but_generic a {
	color: #333;
	font-family: 'ariel', sans-serif;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 400;
	font-variant: small-caps;
}
.but_generic a:hover {
	color: #68a19c;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.525em;
}
.but_generic a:visited {
	color: #666;
	text-decoration: none;
	font-weight: 700;
}
.but_generic.but_tour {
	display: inline-block;
	padding: 0;
	border: 2px solid #4D2629;
	background-color: rgba(255,255,255,.92);
	box-shadow: 0 10px 24px rgba(77,38,41,.16);
}
.but_generic.but_tour a {
	display: block;
	padding: 0.75em 1.5em;
	color: #4D2629;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.but_generic.but_tour a:hover {
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: transparent;
}
.but_generic.but_tour:hover {
	background-color: #4D2629;
}
.but_generic.but_tour a:visited {
	color: #4D2629;
}
.but_generic.but_tour:hover a,
.but_generic.but_tour:hover a:visited {
	color: #FFFFFF;
}
.mid-spacer {
	margin: 0px;
	padding: 0px;
	background:cover;
}
.header-phone p {
	font-weight: 500;
	color: #333;
}
.header-phone p a {
	text-decoration: none;
	color: #4D2629;
}
.header-phone p {
	padding-right: 10px;
	padding-left: 10px;
}
#layout-container #footer .vanilla-row.max-none {
	clear: both;
}
.feat-col1  {
	background-image: url(../images/apartment-amenities-pic.jpg);
	max-height:50vh;
	min-height:50vh;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}
.feat-col2  {
	background-image: url(../images/apartment-features-pic.jpg);
	max-height:50vh;
	min-height:50vh;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}
.feat-col3  {
	background-image: url(../images/residents_services.jpg);
	max-height:80vh;
	min-height:80vh;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.pad2 {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.floorplans h2 {
	padding-top: 1em;
	padding-bottom: 1em;
}
.floorplans.max-1440 h1 {
	padding: 1em;
}
.floorplans.max-1440 p {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.floorplans-tour-cta {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.location.max-1440 h1 {
	padding: 1em;
}
.location.max-1440 p {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.location .column-group.max-100 {
	padding-bottom: 20px;
}
.ofc-hours p a {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #344334;
	text-decoration: none;
}
.ofc-hours .address-indent {
	padding-right: 2em;
	padding-left: 2em;
}
.ofc-hours h2 a {
	color: #344334;
	text-decoration: none;
}
.but_generic {
	clear: both;
}
.community-amenities {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.community-amenities ul li {
	font-size: 1.2em;
	line-height: 1.5em;
}

.floorplans h1  {
	font-family: 'ariel', sans-serif;
	padding: 1em;
	color:#344334;
	font-weight: 400;
	font-variant: small-caps;
}
.features h1  {
	font-family: 'ariel', sans-serif;
	color: #344334;
	font-weight: 400;
	font-variant: small-caps;
}
.location h1  {
	font-family: 'ariel', sans-serif;
	color: #344334;
	font-weight: 400;
	font-variant: small-caps;
}
.residents h1  {
	font-family: 'Orbitron', sans-serif;
	color: #344334;
	font-weight: 400;
	font-variant: small-caps;
}
#masthead-left h1 img {
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 1em;
}
.masthead-container.max-none {
		background-color:rgba(255,255,255,.7);

}
.home-background-pic {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 49vw;
	min-height: 700px;
	background-color: #6296AE;
	position: relative;
}
.home-background-pic .masthead-container,
.home-background-pic #p7DMM_1,
.home-background-pic .columns-container {
	position: relative;
	z-index: 1;
}
