body{
	margin:0;
}
div{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h4{
    margin: 0px 10px auto;
    padding-top: 0px;
    padding-right: 0px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

a{
	text-decoration:none;
}

a {
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .4s ease-out, background 1s ease-in;
}
a:hover { color:#f5a623;}

.nav-block:hover { background-color:#f5a623;}

.sitetitle{
	font-size: 40px;
	position:fixed;
	float:left;
	left:1vw;
	color:white;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
	font-family: Montserrat, sans-serif;
	z-index: 1000;
	letter-spacing: -1px;
}
.condocontainer{
	position: relative;
	overflow:hidden;
}

.scroller {
	transition: all .4s ease;
	z-index: 1;
}

.scroller, .scroller-inner{
	position: relative;
	overflow: hidden;
	height: 100%;
}

.push-cover {
	color: transparent;
	transition: background-color 0.4s ease;
}

.content {
	background-color: #F9FBFF;
}

.content-area{
	margin-left:auto;
	margin-right:auto;
}

.site-main{
	width: 100.5%;
}

.condo-card.big{
	width:100%;
	height: 80vh;
	display:block;
	max-height:80vh;
	position:relative;
	min-height: 850px;
}

.condo-card{
	background: #545454;
	text-align: center;
	background-position: center center;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	overflow: hidden;
	clear: both;
}

.condo-card > .inner {
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	background-position: center center;
	background-size: cover;
}

.condo-card .image-background {
	position:absolute;
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	background-position: center center;
	background-size: cover;
}

.condo-card > .inner > .image-cover {
	height: 100%;
	width: 100%:
	position: relative;
	color: #fff;
	position:relative;
	align-items: center;
	background-position: center center;
	background-size: cover;
}

.frame-inner{
	margin-left: 25%;
	padding-top:20%;
}

.inner {

}

.condo-specs{
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	text-align:left;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}


.bottom-nav{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	display:block;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: black;
	z-index:3;
}

.nav-columns{
	width: 100%;
	margin:0px;
	padding:0px;
}

.nav-block{
	display:block;
	min-height: 50px;
	max-height: 80px;
	margin-right: auto;
	margin-left:auto;
	padding: 30px 00px 10px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.8));
	background-position: 0% 0%;
	background-size:auto;
	background-repeat: repeat;
	transition: all 777ms ease;
	text-align: left;
	width: 25%;
	float:left;
	opacity: 1;
	
}
.title{
	font-size: 58px;
	line-height: 60px;
	display: table;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: rgba(255,255,255, 0.9);
	text-decoration: none;
	cursor: pointer;
	text-align:left;
}

.subtitle{
	font-size: 36px;
	line-height: 40px;
	max-width: 45vw;
	display: table;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: Klinicslabbook, sans-serif;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 100;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 15px;
	padding-left:0px;
	text-align: left;
}

.footnote{
	font-size: 18px;
	line-height: 30px;
	max-width: 45vw;
	display: table;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: Klinicslabbook, sans-serif;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 100;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 15px;
	padding-left:0px;
	text-align: left;
	clear: both;
}

@media (max-width:767px) {

	h1{
	margin-top:5px;
	margin-bottom:5px;
	}
.condo-card.big{
	width:100%;
	height: 60vh;
	display:block;
	max-height:80vh;
	position:relative;
	min-height: 230px;
}
  .frame-inner {
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 0px !important;
	width: 100%;
  }
  .sitetitle{
	font-size: 30px;
	float:right;
	right:1vw;
}
  .title{
	letter-spacing: -1px;
	font-size: 30px;
	line-height: 36px;
  }
  .subtitle{
	font-size: 20px;
	line-height: 23px;
	max-width: 80%;
  }
  
  .bottom-nav{
	display:none;
  }

}

@media (max-width:1024px) {
  .frame-inner {
	padding-top: 30% !important;
	margin-left: 50px;
	max-width:100%;
	width: 100%;
  }
    .subtitle{
	max-width: 80%;
  }
  
  .title{
	max-width:80%;
}

  .sitetitle{
	font-size: 30px;
	float:right;
	right:1vw;
	left: auto;
}

}