*:focus {
	/*border: 1px solid #e91e63;*/
	outline: none;
}
body {
	margin: 0;
	overflow-x: hidden;
}
h1, h2, h3, h4 {
	font-family: 'Merriweather', serif;
	font-weight:  bold;
	z-index: 15;
}
h5 {
	font-family: sofia-pro, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color:#bf9c64 ; /*gold*/
	letter-spacing: 9px;
    font-weight: 100;
}
p, a, button, li {
	font-family: sofia-pro, sans-serif;
	font-size: 11px;
}
a {
	color: white;
	text-decoration: none;
}
.how-img img, .who-img img {
	max-height: 400px;
    min-height: 400px;
    max-width: 600px;
    min-width: 600px;
    position: absolute;
    z-index: 20;
    right: 0%;
    margin: 0 auto;
    width: auto;
	margin-right: 0;

}

hr {
	margin-left: -2px;
    width: 320px;
    color: white;
    border-width: 1px;
    border-bottom-color: white;
    border-color: white;
    border-top-color: white;
}
/*buttons*/
.explore-button, .view-button, .contact-button, .press-button{
	margin-top: 5%;
    letter-spacing: 3px;
    border: 1px solid;
    color: white;
    text-transform: uppercase;
    text-align: left;
	padding: .6em 2em;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.explore-button, .contact-button {
	background-color: #bf9c64;
}
.explore-button:hover, .contact-button:hover { /*gold*/
	background-color: white;
	
}
.explore-button:hover a, .contact-button:hover  {
	color: #bf9c64;
}
.view-button:hover .view-a {
	color: #2d3a43;
}
.view-button {
	background-color: #2d3a44;
}
.view-button:hover {
	background-color: white;
}


/*entire page stuff*/
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr; 
	grid-template-areas: 
	"header header"
	"place-holder place-holder"
	"hero hero"
	"who-info who-info"
	"who-img who-img"
	"who-video who-video"
	"who-neighbor who-neighbor"
	"how-info how-info"
	"how-img how-img "
	"how-render how-render"
	"how-run-bus how-run-bus"
	"how-amenities how-amenities"
	"contact contact"
	"map map "
	"press press"
	"footer footer" ; 
	align-items: center;
}	

.block {
	height: 400px;
}

/*text sections */
.info-container {
	width: 360px;
    margin: 50px auto;
}
.info-container p  {
    padding-top: 5%;
    color: white;
    padding-right: 10%;
    letter-spacing: 1px;
}
.info-container p a {
	text-decoration: none;
	color: white;
	font-style: italic;
}
.info-container img {
	transform: rotate(90deg);
    margin: 0  auto;
    display: block;
}

/*img video sections*/
.media-container {
	width:100%;
	overflow: hidden;
	height: 400px;
}
.media-container img {
  object-fit: cover;
  object-position: 100% 0;
  width: 100%;
  min-height: 600px;
}
.media-container video {
	height: 400px;
    max-height: 400px;
	min-height: 400px;
	transform:scale(1.5);
}

/*header fixed section*/
.header {
	grid-area: header;
    display: grid;
	position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 65px;
    background-color: #ffffffbd;
    z-index: 25;
    align-content: center;
}
.place-holder {
	grid-area: place-holder;
	width: 100%;
	height: 65px;
}
.logo {
	width: 110px;
    padding: 3%;
}
/*hamburger needs to be responsive*/
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #bf9b63;
    margin: 6px 0;
}
.navigation-container {
    display: inline-block;
    cursor: pointer;
    margin-top: 2%;
    position: absolute;
    right: 6%;
    transform: rotate(90deg);
} 


/*nav overlay*/
.nav-overlay {
	position: fixed; 
	display:block;
	width: 100%;
	height: 100%;
	background-color:#fffffff2;
	top: -9999px;
	transition: top .5s ease-in-out;
}
.nav-content {
	display: grid;
    margin-top: 10%;
    justify-content: center;
    text-align: center;
}
.nav-overlay a {
	color: #bf9c64;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 2;
    opacity: 0;
    transition: opacity 2.5s ease;
}
.nav-overlay a:hover {
	color:#2d3a44;
/*	background-color:#bf9c64 ;*/
}
.nav-close, .close-contact {
	display: block;
    color: rgb(248, 246, 240);
    background-color: #bf9c64;
    position: absolute;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid;
    padding: 1% 2%;
    transition: all .3s ease-in-out;
	right: 4%;
	top: 4%;
	padding-top: 13px;
}
.close-contact {
	padding-top: 7px;
	background-color: #bf9c64 ;
}
.nav-close:hover, .close-contact:hover {
	color:#bf9c64;
	background-color:rgb(248, 246, 240) ; 
}

/*intro container*/
.intro {
	width: 100%;
	opacity: 0;
}
.intro-video {
	width: 100%;
}

.intro h1 {
	line-height: 1.6;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 25px;
}
.intro h5 {
	margin-bottom: -3%;
}
.intro > .info-container {

	margin: 10% auto;
}
/*hero container */
.hero {
	grid-area: hero;
    display: inline-flex;
    flex-direction: column;
}
.hero-title {
	width: 75%;
	color: white;
    position: relative;
    z-index: 20;
}
.hero-title img {
	position: absolute;
    z-index: 20;
    width: auto;
    object-position: unset; 
    object-fit: inherit;
    height: 600px;
}
.hero video {
	width: 200%;
    display: block;
    margin-left: -70%;
    z-index: 30;
}

/*who container*/
.who-info {
	grid-area: who-info; 
	background-color: #bf9c64;
	color: #2d3a44;
}
.who-img {
	grid-area: who-img; 
}
.who-video {
	grid-area: who-video; 
}
.who-neighbor {
	grid-area: who-neighbor;
	background-color: #bf9c64; 
	color: #2d3a44;
}
.maple-highlight a:hover {
	color: #2d3a44;
}
/*how container*/
.how-info{
	grid-area: how-info;
	background-color: #2d3a44; 
	color: #bf9c64; 
}
.how-img {
	grid-area: how-img; 
}
.how-render {
	grid-area: how-render; 
  overflow: hidden;
}
.how-run-bus{
	grid-area: how-run-bus;
	background-color: #2d3a44; /*navy*/ 
	color: #bf9c64;   /*gold*/ 
}

/*amenities */
.how-amenities {
	grid-area: how-amenities;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    height: 450px;

}
.card {
	border: 1px solid #F8F6F0; 
    width: 80%;
    max-width: 400px;
    margin: 25% 5%;
    display: grid;
    height: 350px;
    grid-template-rows: 1fr 2fr;
}
.card img {
	width: 100%;
}
.img-box {
	width: 100%;
}
.card ul {
	padding: 3%;
    text-align: center;
    justify-content: center;
}
.card li {
	list-style: none;
	height: 25px;
}
.title {
	text-transform: uppercase;
    letter-spacing: 5px;
    color: #bf9b63;
    margin-bottom: 6%;
}
.panel {
	width: 100%;
	height: 100px;
}

/*contact area */
.contact {
	grid-area: contact; 
	background-color: #bf9c64;
	color: #2d3a44;
}
#contact-info {
	line-height: 2;
}
#contact-info a:hover {
	color:#2d3a44 ;
}
.contact-info {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 35px;
}
.contact-form {
	display:flex;
	flex-direction: column;
	width: 50%;
    margin: 2% auto;

}
.contact-form h2 {
	text-align: center;
	font-family: 'Merriweather', serif;
    /*font-family: sofia-pro;*/
    /*font-weight: 100;
    letter-spacing: 3px;*/
}
input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #bf9b63;
    margin-top: 1%;
}
label {
	color: #bf9b63;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.focused {
    top: -1.5em;
    font-size: .85em;
}
.btn {
	border: 1px solid #bf9b63;
    color: #bf9b63;
    padding: 2% 6%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10%;
    margin-left: 36%;
    background-color: #f8f6f0;
    width: 30%;
}
.btn:hover {
	color: #f8f6f0;
	background-color: #bf9b63;
}



/*map area */
.map {
	grid-area: map; 
}
iframe {
	width: 100%;
    height: 600px;
    filter: grayscale(100%);
}
.map-overlay{
	background-color: rgba(212, 174, 111, 0.27);
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 20;
	pointer-events: none;
	transition: all .2s ease-in-out;
}

/*press area */
.press{
	grid-area:press;
}
.press-container{
	margin: 5em auto;
	max-width:850px;
}
.article-container{
	display:flex;
	justify-content: space-between;
}
.article-container h5{
	letter-spacing: 6px;
	margin-bottom:10px;
}
.article-container p{
	color: #2d3a43;
	font-family: 'Merriweather', serif;
	font-size: 13px;
	margin-bottom:1.6em;
	margin-top: 0px;
	line-height: 1.7;
}
.article-container a{
	color: #2d3a43;
	box-sizing: border-box;
	padding: .6em 2em;
}
.article{
	margin-bottom:2em;
	width:45%;
}
.press-button{
	color: #2d3a43;
}
.press-button:hover{
	color:white;
	background-color:#2d3a43;
}
@media screen and (max-width: 1100px){
	.press-container{
		width:75%;
	}
	.article-container{
		flex-direction: column;
	}
	.article{
		width: 95%;
	}
}





/*footer container */
.footer {
	grid-area: footer;
	background-color: #2d3a44; 
	height: 400px; 
}
.footer img {
    width: 265px;
    display: block;
    margin: 100px auto;
}
.footer p {
	color: #bf9b63;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 5%;
}
.top-scroll {
	width: 50px;
	color: yellow;
	height: 15px;

}

/*screen changes */
@media screen and (min-width: 1000px) {
	.grid {
		display: grid;
		grid-template-columns: 1fr 1fr; 
		grid-template-areas: 
		"header header"
		"place-holder place-holder"
		"hero hero"
		"who-info who-img"
		"who-video who-neighbor"
		"how-info how-img"
		"how-render how-run-bus"
		"how-amenities how-amenities"
		"contact map"
		"press press"
		"footer footer" ; 
		align-items: center;
	}
	.block{
		height: 600px;
	}
	.media-container{
		height: 600px;
	}
	.media-container video {
		width: 200%;
		margin-left: -37%;
		height: 600px;
		max-height: 600px;
		min-height: 600px;
		/* transform: scale(1.2); */
	}
	.mw-video{
		width: 100% !important;
		margin-left: 0 !important;
		transform: scale(2);
	}
	/* .h-video{
		transform: scale(2);
		margin-left: 0;
	} */
	.how-img img, .who-img img {
		max-height: 600px;
		min-height: 600px;
		max-width: 850px;
		min-width: 850px;
	}
	/* .hero video {
		width: 180%;
		margin-left: -45%;
		
	} */
	.map-overlay {
		width: 50%;
		height: 600px;
	}
	.header, .place-holder  {
		height: 115px;
	}
	hr {
		width: 400px;
	}
	.navigation-container {
		margin-top: 4%;
	}
	.nav-overlay a {
	    font-size: 35px;
	}
	.card {
	
		margin: 10% 5%;
	}
	.how-amenities {
		max-width: 1200px;
    	margin: 0 auto;
	}
	.hero {
		flex-direction: row;
	}
	.intro {
		width: 50%;
	}
	.intro-video {
		width: 50%;
	}
	.intro > .info-container {
		margin-top: 180px;
	    width: 430px;
	}
	.intro h1 {
		font-size: xx-large;
	}
	.contact-form {
		margin: 10% auto;
	}
	.info-container{
		margin: 150px auto;
	}
	.info-container img {
		transform: rotate(90deg);
		margin-left: 190px;

	}
}
@media screen and (min-width: 700px){
	.media-container video{
		transform:scale(2.2);
	}
}
@media screen and (max-width: 600px){
	.intro h1 {
		font-size: 25px;
	}
	.panel{
		display:none;
	}
	.card li {
		height: 18px;
	}
	.title {
		margin-bottom: 3%; 
	}
	.card {
		width: 50%;
		margin: 0 5%;
		height: 150px;
		grid-template-rows: 1fr; 
		border: none; 
	}
	.how-amenities {
		grid-template-columns: 1fr; 
	}
	.info-container {
		width: 360px;
	}
	.contact-form {
		margin: 2% auto;
		width: 70%;
	}
	
}
@media (min-width: 1000px) and (max-width: 1220px){   /* NOT WORKING */ 
	.how-img img, .who-img img {
		margin-right: -10%;
	}
}
@media screen and (min-width: 1800px){
	.hero video{
		transform: scale(3);
	}
}

