/* Custom Stylesheet */


/*


dark dark blue
#0E2A35;
rgba(14, 42, 54, .6);
*/


body{
    background:#0E2A35;
    font-family: "Montserrat", "Helvetica Neue", Arial, Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
/*
    overflow-y: hidden;
    overflow-x: hidden;
*/
}

img.lazy {
        width: auto; 
        height: auto; 
        display: block;
    }

.scrollabley{
    overflow-y:scroll;
}

*:focus {
    outline: none !important;
}

.container-fluid{
    padding-right:0px!important;
    padding-left:0px!important;
}



/*------- INTRO ----------------*/



#intro-container{
    width:100%;
    height:100vh;
    position:absolute;
    z-index:1100;
    background-color:#0E2A35;
}


 #animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
  }





/*------- BASICS ----------------*/

.fadet{
    opacity:0;
    position: relative;
    top:15px;
}
a, a:visited{
    text-decoration: none;
}
h1{
    font-size: 2.5em;
    letter-spacing: 3px;
    font-weight: 400;
}
h2{
    font-weight: 300;
    letter-spacing: 3px;
}
h4{
    font-weight: 400;
    letter-spacing: 3px;
}
.btn{
    letter-spacing: 1px;
    font-weight: 300;
}
.invis {
    display: none;
}


.circle {
    display: inline-block;
  width: 1.7em; /* Adjust as needed */
  height: 1.7em; /* Adjust as needed */
  border-radius: 50%; /* Creates the circle */
  background-color: #58A1B2; /* Optional: Add a background color */
  text-align: center; /* Centers the number horizontally */
  line-height: 1.7em; /* Centers the number vertically */
  display: inline-block; /* Allows the circle to be inline with other text */
}

.circle p {
  margin: 0; /* Remove default paragraph margin */
  font-size: .8em; /* Adjust font size as needed */
  color: #fff; /* Optional: Set the number color */
}
.circle.bg-lightb p, .circle.bg-light2b p{
    color:#012B36;
}
.bg-medb{
    background-color:#2B707C;
}
.bg-lightb{
    background-color:#7DCAD2;
}
.bg-light2b{
    background-color:#B9E3EA;
}

.w90{
    width:90%;
    max-width:90%;
}
.h100vh{
    height:100vh;
}
.nomargin {
    margin: none;
}

.nopad {
    padding: 0 !important;
}
.padleft4p{
    padding-left:40px;
}
.nomargintop {
    margin-top: 0px;
}

.nopadbtm {
    padding-bottom: 0 !important;
}

.nomarginbtm {
    margin-bottom: 0px;
}


.transbg {
    background: transparent;
}


.darkbluebg {
    background-color: #023873;
}

.darkbgoverlay{
        background:rgba(25,35,39,.5);
        
}


.bgtransblack4 {
    background-color: rgba(0, 0, 0, .75);
}




.bred {
    border: solid thin red;
}


hr {
    border: 0;
    height: 1px;
    background: #777;
}


/*------- COLORS ----------------*/
.bg-lightg{
    background-color:#3C6068;
}

.bg-darkb{
    background-color:#0E2A35;
}

.borderr-db{
    border-right: solid 3px #0E2A35;
}
.bg-gradient-black {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+36,000000+100&1+37,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 32%;
    height: 300px;
    position: absolute;
}

.fill-white {
    fill: #FFFFFF;
}

.graytext{
    color:#ccc;
}

.greentext {
    color: #66b48e;
}

.purpletext {
    color: #8091bd;
}

.lightbluetext {
    color: #4189e0;
}

.orangetext {
    color: #cb9b40;
}

/*------- NAV ----------------*/
.navbar-toggler, .navbar-toggler:focus{
    border:0px;
    box-shadow: none;
}
.menulogo{
    width:200px;
}
.menulogo svg{
    width:100%;
    height: auto;
}
.navbar-light .navbar-nav .nav-link{
    color:#fff;
}
.navbar i{
    font-size: 2em;
    color:#fff;
}
.nav-link{
    color:#fff;
}
.nav-link:hover, .nav-link:focus{
    color:#50a6b6;
}


.navbar-nav{
    font-size: 1.2em;
    letter-spacing: 3px;
    font-weight: 200;
    line-height: 2.4em;
    text-transform: uppercase;
}

/*------- HOME ----------------*/



.home .carousel-item div{
    height:100vh;
    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.s1{
    background: url('../images/gallery/exterior.webp') no-repeat center center;
}

.s2{
    background: url('../images/specsbg.webp') no-repeat center center;
}
.s3{
    background: url('../images/gallery/outdoor4.webp') no-repeat right center;
}
.s4{
    background: url('../images/gallery/lobby.webp') no-repeat center center;
}

.home p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1.6em;
    font-size: .8em;
    font-weight: 300;
}


.bordered {
    border-top: solid thin #474747;
    border-bottom: solid thin #474747;
}

.home h5 {
    font-weight: 300;

}
.home a{
    font-weight: 200!important;
}

.btn{
    border-radius: 0px!important;
    
}

.linetxt{
    width:100px;
    height:5px;
    position: relative;
    top:-8px;
    background: #fff;
    display: inline-block;
    margin-right:15px;
}

/*------- FEATURES ----------------*/


.featbg {
    background: url(../images/outdoor.webp) no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.feat p {
    font-weight: 400;
    background:#002B36;
    color:#fff;
    letter-spacing: 2px;
    padding:15px 15px 15px 25px;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.feat:hover {
    cursor: pointer;
}
.feat:hover p{
    background:#357584;
}
.feat:hover .plus-icon{
     opacity:100;
    top:-25vh;
}
.feat:hover img.featimg{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.feat img{
    height:85%;
    width:auto;
}
.feat p{
    height:15%;
}
.plus-icon{
    width:100px;
    height:100px;
    margin-bottom:-155px;
    position: relative;
    top:-23vh;
    left:29%;
    opacity:0;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.c1 .plus-icon{
     margin-top:-22%;
    left:37%;
}
.c3 .plus-icon{
     margin-top:20%;
    left:37%;
}

.feat:hover .c3 .plus-icon{
     opacity:100;
    top:-15vh;
}
.c4 .plus-icon{
     left:39%;
}
.feat2 .plus-icon{
    left:39%;
    top:-24vh;
}
hr{margin:20px auto;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #a7845a, #a7845a, #a7845a);
}

.featuresbg {
/*    background: url(../images/featuresbg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.features .text-heading{
    text-align: center;
}
.features .text-heading hr{
    width:25%;
}
/*.featimg {
    width: 80%;
    margin:auto
}

.featimg img {
    width: 100%;
    height: auto;
}
*/
.features .bgtransblack {
    height: 300px;
    border-radius: 10px;
}



.features .movetop {
    position: relative;
    top: -30px;
}

.features .txt {
    /*    margin-top:-20px;*/
    padding: 40px 50px 0px 50px;
    color: #fff;
}

/*
.features h2 {
    font-size: 1.1em;
}
*/


/*
#fitslide{
    width:100%;
    height:600px;
    position: absolute;
    left:-100%;
}
#fitslide img{
    width:100%;
    height:auto;
}
*/
.modal-body{
    background: #0E2A35;
    color:#fff;
}

.modal-header{
    background: transparent;
    position: absolute;
    width:50px;
    right:20px;
    top:0px;
    border-radius: 25px;
    border-bottom: none;
    z-index: 10;
    background-color:rgba(0, 43, 54, .6);
    padding-right:23px;
}
.btn-close-white{
    
}
.modal h1{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing:3px;
    
}
.modal li{
    list-style: none;
    border-bottom: solid thin #64ACBC;
    font-size: .8em;
    padding: 5px 0;
}
/*----------------- GALLERY -----------------*/

 .parallax {
    /* The image used */
    background-image: url("../images/skyline.webp");
    /* Full height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }



.gallery {
    position: relative;
    z-index: 20;
    padding: 30px 5px;
}



.gallery .instruct {
    text-align: center;
    
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
}

.gallery .instruct {
    margin-top: 5px;
    font-size: .8em;
    color: #ccc;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.gallerybg {
    background-color: cyan;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    width: 100%;
    height: 1635px;
    opacity: 0;
}
#galthumb-trigger2{
    position: relative;
    top:80px;
}
#galthumb-trigger3{
    position: relative;
    top:160px;
}
.polygon-enter-active { 
    animation: 1s polygon reverse;
}
@keyframes polygon {
0% { clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  100% { clip-path:  polygon(0 0, 100% 0, 100% 0, 0 7%); }
}
  
/*------------------ LOCATION NEIGHBOR ------------*/


.locationbg {
    background: url(../images/restaurant.webp) no-repeat center right fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

/*

#triggerlocationhead {
    position: relative;
    top: 100px;
}

#neighbor-trigger {
    position: relative;
    top: -100px;
}

#neighbor-trigger2 {
    position: relative;
    top: 300px;
}
*/


 .bg-skyline2 {
    background-image: url("../images/skyline2.webp");
  }

img.loctxt{
    width:70%;
    height:auto;
    margin:auto;
    padding-top:15vh;
}



.neighborhoodc {
    margin-top: 40px;
    text-align: center;
}

.neighborhood .txt {
    padding: 30px;
}

#neighborimg {
    width: 85%;
    position: relative;
    top: 35px;
    opacity: .8;
}



.mapkey h3{
    font-family: "Montserrat", "Helvetica Neue", Arial, Roboto, sans-serif;
    font-size: .8em;
    margin-bottom: 4px;
    margin-top:10px;
}


.mapl{
    font-size: .5em;
    font-weight: 400;
}
.mapl p{
    padding-left:3px;
    padding-right:5px;
    margin-bottom:0px;
}

/*
.mapl .circle {
  width: 1em;
  height: 1em;
  border-radius: 50%; 
}*/

.neighborhood li {
color:#000;
    font-size: .65em;
    font-weight: 400;
    list-style: none;
    line-height: 2.1em;
    text-align: left;
}



.mapkey {
/*    font-size: .7em;*/
    margin-bottom: 35px;
    margin-top: 15px;
    color: #000;
}



/*------- AVAILABILITIES  ----------------*/
.flrs{
    text-align: right;
    font-size: .7em;
    max-width:80px;
/*    width:13%;*/
}
.flrs .num{
    font-weight: 400;
}
.stack .flrow.active{
    color:#8edfe4;
}
.flrow:hover{
cursor: pointer;
    color:#a6c3cb;
}
#planoptions{
    color:#fff;
 font-size: .8em;
    border-top:solid thin #314E5B;
    max-width:500px;
    letter-spacing:1px;
    padding:5px;
}
#planoptions h6{
    font-weight:300;
    font-size:1em;
    padding-top:6px;
}
#planoptions div{
    padding:4px 8px;
    color:#71B8BC;
     --c: #0C3E54; /* the color */
  
  background: 
    linear-gradient(90deg,#fff 50%,var(--c) 0) calc(100% - var(--_p,0%))/200%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) no-repeat,
    var(--_c,#0000);
  -webkit-background-clip: text,padding-box,padding-box;
          background-clip: text,padding-box,padding-box;
  transition: color 1s, background-color .5s;
-webkit-transition: background .5s, color 1s;
}
#planoptions div:hover{
    cursor:pointer;
    color:#fff;
    color: #fff;
  --_c: var(--c);
  --_p: 100%;
  transition: 0.5s, color 0s .5s, background-color 0s .5s;
    -webkit-transition: background .5s, color 1s;
}
.accordion-button {
/*    background-color: #bfd9e3;*/
}
.mavails{
    text-align: center;
}
.availsm .accordion-button {
    text-transform: capitalize;
}
.availsm .accordion-body{
    text-align: center;
}
.availsm .accordion-body h6{
    text-align: left;
    font-weight: 400!important;
    text-transform: capitalize;
}
img.sqauresimg{
    width:80px;
    margin:30px auto;
}


.avails h1{
    font-size:1.5em;
}



#planpdf{
    width:220px;
}


.avails .dloadlink a {
    font-size: .8em;
    letter-spacing:1px;
    color: #fff;
}


#availstack-trigger {
    position: relative;
    top: -400px;
    width: 100%;
    height: 0px;
    z-index: 901;
}

#availsplan-trigger {
    position: relative;
    top: -300px;
    width: 100%;
    height: 0px;
    z-index: 901;
}




.instruct p {
    letter-spacing: 0px;
    font-size: .9em;
    color: #999;
    text-align: left;
    margin:20px 0px 0px 0px;
}

.stack{
    color:#fff;
    text-align: center;
}



.avails {
    color: #000;
}

.sideplan {
    margin-left: 10%;
}
.sideplan h1{
    font-size:3em;
    letter-spacing:2px;
    margin:0 auto
}
.avails hr {
    margin-top:5px;
    margin-bottom: 0px;
}

.fplan-options {
    margin-top: 0px;
    padding-top: 0px;
}

#availhead-trigger {
    position: relative;
    top: -50px;
}

#stack-trigger {
    position: relative;
    top: -50px;
}

#floor-trigger {
    position: relative;
    top: -50px;
}




.fl {
    margin-bottom: 0px;
}


.dloadlink {
    width: 180px;
    border:solid thin #fff;
    border-radius: 30px;
    padding:10px 12px;
    text-align: center;
}

.dloadlink a {
    font-size: .9em;
    letter-spacing:2px;
    color: #fff;
}



.dloadlink a:hover {
    cursor: pointer;
    color: #b99e6b;
}

.accordion-button {
    color: #fff;
    background-color: #1A4956;
    border-bottom: solid thin #0E2B35;
    font-weight: 300;
    letter-spacing: 1px;
}
.accordion-button::after {
    background-image: url('../images/download.svg')!important;
}

#floortext, #floorsubtext{
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#floortext {
     margin-bottom: 0px;
    margin-top: 45px;
}
.planimgfc {
    display: none;
}

.planimgc,
.planimgfc {
    padding: 20px 5px 0px 0px;
}

.planimgc img,
.planimgfc img {
    width: 90%;
    height: auto;
}



#keyitems {
    display: table-cell;
    vertical-align: bottom;
}

#keynums p {
    text-align: right;
}

.stackfloors {
    text-align: center;
    color: #999;
    margin-top: 40px;
    line-height: 3.4em;
}


.fplan-options li {
    letter-spacing: 1px;
    border-bottom: solid thin #999;
    padding-bottom: 10px;
    
}

.fplan-options li:hover {
    color: #724A22;
    cursor: pointer;
}

.fplan-options li.active {
    color: #724A22;
}

.fplan-options li:hover h2,
.fplan-options li.active h2 {
    color:#c8b18c;
}

.fplan-options li:hover p,
.fplan-options li.active p {
    text-shadow: -.1px -.1px 0 #724A22, .3px -.1px 0 #724A22, -.1px .1px 0 #724A22, .1px .1px 0 #724A22;
}

.fplan-options p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1em;
    text-shadow: -.1px -.1px 0 #000, .3px -.1px 0 #000, -.1px .1px 0 #000, .1px .1px 0 #000;
}

.fplan-options h2 {
    font-size: 1em;
    margin-top: 0px;
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-shadow: -.3px -.3px 0 #000, .3px -.3px 0 #000, -.3px .3px 0 #000, .3px .3px 0 #000;
}

.planspecs {
    color: #000;
    font-size: .8em;
    letter-spacing: 0px;
    line-height: 1.9em;
}

.planspecs h2 {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 9%;
}
.specstxt{
    font-size:.9em;
}
.specstxt .row{
margin-bottom: 10px;
}
.specstxt .row .col:last-child{
color:#d5d4d2;
}
.specstxt h1{
    margin-top:5vh;
}


.galfloor-instruct {
    letter-spacing: 2px;
    min-width: 240px;
    max-width: 280px;
    font-size: .9em;
    padding: 10px 10px 5px 10px;
    color: #000;
    border-bottom: solid thin #86715a;
    /*     border-top: solid thin #86715a;*/
    
    text-shadow: -.1px -.1px 0 #000, .1px -.1px 0 #000, -.1px .1px 0 #000, .1px .1px 0 #000;
}

/* .galfloorbtn:hover{
   background:#724A22;
    color:#724A22;
     text-shadow: -.1px -.1px 0 #724A22, .1px -.1px 0 #724A22, -.1px .1px 0 #724A22, .1px .1px 0 #724A22;
/*    background:#2d353a;
    cursor: pointer;
/*    border-bottom: solid thin #2d353a;
     border-top: solid thin #2d353a;
}*/

.galfloor-instruct a {
    color: #000;
}




/*------- TECH SPECS  ----------------*/

.specsbg {
    background: url(../images/specsbg.webp) no-repeat center right fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.specs{
    font-size: .85em;
    
}
.specs .row{
    margin-bottom: 8px;
}
.padl4r2{
    padding-left:40px;
    padding-right:20px;
}


/*------- CONTACT ----------------*/

.contactbg {
    background: url(../images/contactbg.webp) no-repeat left center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

}

.contact a, a:visited{
    color:#fff;
}
.contact{
    font-weight:300;
    letter-spacing:1px;
}
.contactlogo {
    position: relative;
    width: 180px;
    height: auto;
}

.contact h6{
    font-weight:300;
    letter-spacing:2px;
}
.contact h5{
    font-weight:300;
    letter-spacing:3px;
}
.gclogo {
    width: 300px;
    height: auto;
}
.contactlogo svg, .gclogo svg {
    width: 100%;
    height: auto;
}

/*--------- MOBILE ----------*/

.homem img {
    width: 100%;
    height: auto;
}

.movetop-20 {
    position: relative;
    top: -20px;
}

.homem .hometxt {
    color: #fff;
    width: 100%;
    padding: 0px 40px;
    margin-top: 30px;
    position: static;
    text-align: center;
}

.wiredm img {
    width: 50px;
    height: auto;
}

.stackm h1 {
    text-align: center;
    padding: 80px 0px 40px 0px;
    color: #fff;
    text-transform: uppercase;
}

.stackm img {
    height: auto;
    width: 60%;
    margin: auto;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #123b4b;;
    box-shadow: none;
}
.accordion-item {
     background-color: transparent; 
     border: none;
}
.availsm {
    margin: 0;
    text-transform: uppercase;
    font-style: normal;
}
.availsm a{
    font-family: "Roboto", sans-serif;
}
.availsm h1 {
    font-size: 3.2em;
}

.availsm #galfl6,
.availsm #galfl7 {
    display: block;
}

.availsm h2 {
    font-size: 2.4em;
}

.availsm h3 {
    font-size: 1.6em;
}

.availsm .galfloor-instruct {
    border-bottom: none;
    margin-bottom: 20px;
    text-align: left;
}



.availsm hr,
.availsm img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.stackm {
    text-align: center;
}

.neighborm img {
    width: 100%;
    height: auto;
}

.locationm {
    background: #000;
    margin-top: -20px;
}
@media only screen and (min-width : 1520px) {
    .avails h1{
        font-size: 2.8em;
    }
}
@media only screen and (max-width : 1250px) {
    .neighbor h1 {
        font-size: 3.8em;
    }

    .contacttxt .txt {
        font-size: .85em;
    }
}

.side-logo {
    width: 150px;
    
}

.sidenav > li a.side-logo:hover {
    background: transparent;
}

.side-logo img {
    width: 100%;
    height: auto;
}

.sidenav li > a.side-logo {
    margin-top: 30px;
}

.side-logo:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 100%;
    /* Change this to whatever width you want. */

    border-bottom: 1px solid #999;
    /* This creates the border. Replace black with whatever color you want. */
    opacity: .2;
}
@media only screen and (max-width : 1140px) {
    .contacttxt{
        font-size: .7em;
    }
    .contact .dloadlink a{
    letter-spacing: 0px;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
      .contacttxt{
        font-size: .7em;
    }

}
/* ipad portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {
    .contact.h800 {
        height: 1100px;
    }

    .h100{
        height:600px;
    }
    .featuresbg {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #map {
        height: 500px;

    }

    .neighborhoodc img {
        min-height: 150px;
    }
    
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .h100{
        height:600px;
    }
    .features{
        font-size: .8em;
    }
    .features .txt {
        padding:10px 20px;
    }
    .vertmid {
     position: static;
     top: 0; 
     transform: translateY(0); 
    } .specsimg{
height:700px;
   background-image: url('../images/lobby3.jpg');
background-size:500px;
    }
    .mapkey{
        font-size: .5em;
    }
/*
    .contacttxt {
        font-size: 1.4em;
    }
*/
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) {
    .contact.h800 {
        height: 900px;
    }

    .featuresbg {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #map {
        height: 670px;

    }
}

@media only screen and (min-width : 1900px) {
    #home1img {
        margin-top: -300px;
    }
}

@media only screen and (max-width : 1360px) {
    .collapsible-body li {
        font-size: .75em !important;
    }
}

@media only screen and (max-width : 1235px) {
    .feat p {
        font-size: .7em;
    }
}


@media only screen and (max-width : 1080px) {
    .contacttxt .txt {
        padding-left: 10px;
        position: relative;
        top: -20px;
        font-size: .75em;
    }
.contacttxt {
        padding-top: 100px;
    padding-bottom: 200px;
    }
}

@media only screen and (max-width : 992px) {
    
     .feat p {
        font-size: 1em;
        font-size: 1em;
    }
    .hometxt {
        margin-top: 0px;
        top: -250px;
    }


    nav .brand-logo {
        left: 80px;

    }

    .contacttxt {
        padding-top: 390px;
        font-size: 1em;
    }
    .contacttxt {
        font-size:1.4em;
    }
    .contacttxt .col{
        margin-bottom:20px;
    }
    .contactnames div:first-child{
    margin-left:10px;
}
    .contactnames{
        margin-top:30px;
    }
   

    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    .contact-c {
        height: 850px;
    }

    #index-banner .section {
        top: 10%;

    }

    #headcontainer {
        top: -200px;
    }

    #map {
        height: 470px;

    }

    .neighborhoodc img {
        min-height: 150px;
    }
    .avails .dloadlink a {
    font-size: .6em;
        padding:5px;
}
    .avails .dloadlink {
        padding: 0px 0px 0px 4px;
    border-radius: 15px;
    width: 100px;
    }
    .contact .dloadlink{
    width:180px;
}
}
/*phone landscape*/
@media only screen and (max-device-width: 935px) and (orientation: landscape) {
 
.h100 {
    height:auto;
    }
    .features.h100{
        min-height:700px;
    }
    .h70{
        min-height:300px;
    }
    .vertmid{
        top:0;
        position:static;
        transform:none;
    }
    .avails{
        padding-top:50px;
    }
}

@media only screen and (max-width : 830px) {

    h1, h2 {
        font-size: 2em;
    }
    .avails h1{
        font-size: 2em;
    }
    .fplan-options h2{
        font-size: 1em;
    }
    

    .stackfloors {
        font-size: .8em;
    }

    #floortext {
        font-size: 1.1em;
    }

    .contacttxt {
        padding-top: 30px;
        font-size: 1.4em;
    }
    .contact .dloadlink{
        width:auto;
    }

    .contact h1{
        font-size: 2em;
    }
    .contactlogo {
    width: 150px;
        margin-bottom: 20px;
}
}

.mobileloc {
    padding: 10px 25px 0px 25px;
}

@media only screen and (max-width : 750px) {
    .contacttxt .txt {
        font-size: .7em;
        line-height: 1em;
    }

    .floatbg {
        display: none;
    }

    h1 {
        font-size: 1.7em;
    }

    .home-arch p,
    .home-arch a {
        font-size: .7em;
    }

}



.mobileimg img,
.mobileimg {
    width: 100%;
    height: auto;
}

@media only screen and (max-width : 680px) {
    .neighbor {
        padding: 0 10px;
    }

    
   

    .neighborhood h1 {
        font-size: 2.5em;
    }

    .contacttxt {
        font-size: .6em;
    }

    .jlllogo {
        top: 0px;
        width: 120px;
    }
}

.sohom img {
    width: 80%;
    height: auto;
}



.mobilehometxt {
    padding: 0px 10% 10% 10%;
}

.mobilehometxt p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.6em;
}

.mobilehometxt .home-arch a {
    font-size: 1em;
}


@media only screen and (max-width : 600px) {
/*
 #animation_container{
    position:relative;
    top:12vh;
    left:0;
    margin-left:0px;
}
*/
    .linetxt{
    width:50px;
}
    .mt-4.homeheadline {
        margin-top:50px!important;
    }
    .modal-body, #location{
        font-size:.7em;
    }
    
    #features .p-5,  #location .p-5,  #specs .p-5{
        padding:0px!important;
    }
    
    .plus-icon{
   
    margin-bottom:-70px;
    top:-23vh;
    left:29%;
    
}
.c1 .plus-icon{
     margin-top:-22%;
    margin-bottom:0px;
    left:37%;
}
.c3 .plus-icon{
     margin-bottom:-150px;
}
.c4 .plus-icon{
     left:39%;
}
.feat2 .plus-icon{
    left:39%;
    top:-24vh;
}
    
    .availsm h1{
        font-size: 1em;
        text-align: center;
    }
.h100 {
    height:auto;
    }
    .feattxt, .row .col.feattxt{
        margin-top:120px;
        padding:0px!important;
    }
    .vertmid{
     position: static;
  top: 0;
  transform: translateY(0%);
}
    .home .h800 {
        height: 980px;
    }

    
    .featimg{
        width: 100%;
    }
    .home {
        border-bottom: none;
    }

    .padsides10p.feattxt{
        padding:0px;
    }
    #features-trigger2{
        position: relative;
        top:500px;
    }
    .features {
padding: 30px;
    }
    .features h1{
font-size:2em;
    }
    .mapkey li {
    font-size: .8em;
    line-height: 2em;
}

.features li:before {
    font-size: 2em;
    left: -15px;
    top:7px;
    margin-left: -22px;
}
    
    .features {
        height: auto;
        font-size: 1.4em;
    }
    .features .text-heading{
        padding:0 20px;
    }
    .features .txt {
        padding: 50px;
    }

    .features .bgtransblack {
        height: auto;
    }

    .neighborhood p {
        font-size: 1em;
    }

    .planimg {
        text-align: center;
    }

    .row .col.floorplan {
        padding-top: 50px;
    }

    .footertxt {
        padding-left: 0 !important;
    }

    #floortext {
        font-size: 1.8em;
    }

    .planspecs {
        font-size: 1em;
    }

    .planspecs h2 {
        text-align: center;
        margin-top: 0px;
        padding-left: 0px;
    }
.specs .dloadlink{
        width:auto;
    }
    .contacttxt {
        padding:0px 10%;
        font-size: 1.2em;
    }

    .contact h1 {
        margin-top: 20px;
    }

    .gclogo {
    width: 250px;
}
    
   

    .contactlogo {
    width: 130px;
    margin-left: 0px;
        top:0px;
    }

    #navmenu {
        position: fixed !important;
        top: 0;
        left: 0;
        height: 100px;
        width: 100px;
    }
    nav{
        background-color:#0E2B35;
    height: 60px;

    }
    nav .nav-wrapper {
        position: fixed !important;
        top: 0;
        left: 0;
/*        background-color: rgba(61, 61, 61, 0);*/
        background-color:#0E2B35;
        width: 70px;
        height: 55px;

    }

    .contactlogo {
        text-align: left;
    }

    .jlllogo {
        width: 100px;
        top: 30px;
        padding-bottom: 150px;
    }

    .darkbgtrans {
        height: 660px !important;
    }

    #index-banner .section {
        top: 0;
    }

    #nav-container {
        position: fixed !important;
        top: 0;
    }

    .gallery-mobile p {
        font-size: .6em;
        margin-top: 5px;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
       
    }

    nav {
        max-width: 600px;
    }

    


    .swiper1 {
        position: absolute;
        width: 100%;
    }

    #index-banner {
        height: 860px;
        width: 100%;
    }

    .swiper-container {
        height: 400px;
    }

    .hometxt {
        width: 100%;
        top: 400px;
    }

    .hometxt.movedown {
        top: 400px;
    }

    .parallax-container {
        min-height: 200px;
    }

  

    .parallax-container .section {
        top: 20%;
    }

    .featurestext-c {
        top: 1460px;
        width: 100%;
        height: 650px;
        padding: 20px;
    }

    .featurestext-c .bluebgtrans {
        background-color: #525a66;
    }

    .featureslist li {
        line-height: 1.4em;
    }

    #stack1 {
        height: 300px;
    }

    .stack-small {
        text-align: center;
    }

    .stack-small .dloadlink {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .stack-small hr {
        width: 80% !important;
    }

    img.smallstack {
        height: auto;
        width: 50%;
    }

    img.smallplan {
        margin-top: 20px;
        width: 70%;
        height: auto;
    }

    .specstext-c {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .specsleft {
        text-align: left;
        font-weight: 600 !important;
    }

    .msmalltxt {
        font-size: .8em;
    }

    .locationc {
        padding-top: 20px !important;
    }

    .rb-grid li {
        height: 120px !important;
    }

    .maptext-c {
        top: 2955px !important;
        left: 0;
        width: 100%;
        background-color: #0b1823;
    }

    .gallerydivider {
        margin-top: 230px;
    }

    #map {
        height: 350px;
        width: 360px;
        display: block;
        opacity: 1;

    }

    #neighbortextc {
        margin-top: 0px !important;
    }

    .mapmobilec {
        height: 400px;
        background: white;
    }

    .owner-c {
        height: 400px;
    }

    .ownertext-c {
        margin-top: 0;
        background-color: rgba(11, 24, 35, 0);
    }

    .mcalign,
    .gallery-mobile {
        text-align: center;
    }

    .gallery-mobile {
        padding-top: 50px;
        COLOR:#fff;
    }

    .gallery-mobile img {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .contacttext-c {
        margin-top: 0;
        color: #000;
        background-color: rgba(11, 24, 35, 0);
    }

    .contact-c {
        height: 600px;
    }

    .contactlogo {
        margin-top: 20px;
    }

    .contacts {
        margin-top: 0px;
    }

    .availsdivider h5 {
        font-size: 2em;
        letter-spacing: 7px;
    }

    .bordermidnav {
        opacity: 0;
    }

    #navbg {
        height: 56px;
    }
    .contactlogo {
        margin-bottom: 0px;
}
    .contact .dloadlink a{
        padding:10px;
        font-size: .9em;
    }
}

@media only screen and (max-width : 400px) {
    .footer {
        font-size: .6em !important;
    }
}

.mobiletransmap img {
    width: 100%;
    height: auto;
}

.maptextm-c {
    padding: 40px;
    background-color: #0b1823;
    color: #fff;
    margin-top: -10px;
}

.stack-containerm {
    text-align: center;
    background: #fff;
}

.stack-containerm img {
    width: 90%;
    height: auto;
    margin: auto;
}

.floorslistm {
    width: 240px;
    margin: auto;
    text-align: left;
}

.floorslistm span {
    width: 150px;
    display: inline-block;
}

.floorslistm a {
    margin-top: 8px;
    display: block;
}

.floorslistm h1 {
    font-size: 1.4em;
    color: #eda006;
    margin-bottom: 0px;
}

.stack-containerm h2 {
    font-size: 1.4em;

}

.plansm {
    text-align: center;
    color: #fff;
}

.plansm h2 {
    font-size: 1.6em;
}

.floorplanm img {
    height: auto;
    width: 80%;
    margin: auto;
}

.plansm hr {
    border: 0;
    height: 1px;
    background: #fff;
    background-image: linear-gradient(to right, #272c32, #ccc, #272c32);
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}


.footer {
    color: #fff;
    position: fixed;
    bottom: 0;
    background-color: #0E2A35;
    font-size: .7em;
    letter-spacing: 2px;
    width: 100%;
    min-height: 35px;
    height: auto;
    padding-top: 6px;
    z-index: 50;
    text-align: center;
}

.footer .row {
    margin-bottom: 10px;
}

.footer .cwlogo svg {
    width: 60px;
    height: auto;
}

.footer .cwlogo {}

.footertxt {
    padding-left: 10%;
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    nav {
        width: 100%;
        position: fixed;
        top: 0;
        background: #0E2B35;
    }

    body {
        overflow-x: hidden;
    }

    #nav-container {
        position: fixed;
        top: 0;
    }
}

#nav-container {
    position: fixed;
    top: 0;
    z-index: 1900;
}
