/* Basic style rule to outline and space block-level elements */

 body {
    font-family: "Lato", sans-serif;
}

.navbar {
    height: 75px;
    border-bottom: 1px solid grey;
}

.navbar-collapse {
    background-color: white;
}

.navbar-expand-lg {
    padding-top: 0px;
}

.fixed-top-2 {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 1000;
}

.h-90 {
  height: 90% !important;
}

.container-fluid {
    padding-top: 30px;
} 

.this-photo {
    width: 100%;
    height: auto;
    margin: 0px;
}

.view-photo {
    margin-bottom: 9px !important;
}

.floorplan {
    width: 100%;
    height: 1000px;
    margin: 0px;
}

@media screen and (max-width: 768px) {
    .navbar {
        height: 80px;
    } 

    .container-fluid {
        padding-top: 20px;
    }
    .nav-link {
        padding-left: 30px !important;
    }
    .name {
        display: none;
    }
    .resp-text {
        padding-top: 120px !important;   
    }
    .h-90 {
        height: 50% !important;
    }

    .notsmall {
        display: none !important;
    }
}

.ftrp {
    font-size: 14px;
}

@media screen and (max-width: 576px) {
    .fixed-top-2 {
        position: fixed;
        top: 0;
    } 
    .this-photo {
        margin-top: 125px !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }  
    .fixed-top-3 {
        margin-top: 300px;
    }
    .ftrp {
        font-size: 11px;
    }
    .resp-iframe {
        padding-top: 10px !important;
        width: 65%;
        height: 65%;
    }
}

@media screen and (max-width: 525px) {
    .this-photo {
        margin-top: 90px !important;
    }  
}

@media screen and (max-width: 500px) {
    .this-photo {
        margin-top: 70px !important;
    }  
}

@media screen and (max-width: 599px) {
    .nav-link {
        padding-left: 20px !important;
    }
}
@media screen and (max-width: 549px) {
    .nav-link {
        font-size: 13px;
        padding-left: 12px !important;
    }
}
@media screen and (max-width: 439px) {
    .nav-link {
        font-size: 12px;
        padding-left: 8px !important;
    }
    .this-photo {
        margin-top: 50px !important;
    }  
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
 
.ftr {
    background: white; 
    height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    border-top: 1px solid grey;
}

/*JOY body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.container-fluid {
    margin: 0;
    padding: 0;
}
.left,
.right {
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll; 
  text-align: center;
}

.left {
  background-color: #eee;
}
.right {
  background-color: khaki;
}
 */

#pop-up {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* #pop-up:hover {opacity: 0.7;}  */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}

/* Bootstrap Start*/
body {
    background: white;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 60px 0;
}

.container.gallery-container {
    background-color: #f8f9fa;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }
    .gallery-container {
        padding-top: 75px;
    }
    .resp-iframe {
        padding-top: 60px !important;
    }
    .this-photo {
        padding-top: 80px;
    }
}

@media(max-width: 700px) {
    .this-photo {
        padding-top: 50px;
    }
}

/* Bootstrap End */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 40px;
    left: 0;
    width: 90%;
    height: 90%;
    border: 0;
}
@media only screen and (max-width: 1100px)
#ninja-slider .caption {
    font-size: 3em !important;
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-go-to-bottom {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #3399FF;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-go-to-bottom:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e62a";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* The button becomes visible */
.s-go-to-bottom.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-go-to-bottom.-is-not-visible {
  bottom: 3.125rem;
  opacity: 0;
}

.s-go-to-bottom.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-go-to-bottom.-zoom-out {
  opacity: .6;
}
/****/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #3399FF;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #3399FF;
}

.s-back-to-top:focus, .s-go-to-bottom:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

@media screen and (max-height: 660px) {
    .this-photo {
        padding-top: 80px !important;
    }
}
@media screen and (max-height: 580px) {
    .this-photo {
        padding-top: 100px !important;
    }
}
@media screen and (max-height: 555px) {
    .this-photo {
        padding-top: 110px !important;
    }
}
@media screen and (max-height: 535px) {
    .this-photo {
        padding-top: 120px !important;
    }
}
@media screen and (max-height: 515px) {
    .this-photo {
        padding-top: 130px !important;
    }
}
@media screen and (max-height: 495px) {
    .this-photo {
        padding-top: 140px !important;
    }
}
