﻿body{
    padding-top: 5rem;
}

.property-details-title {
    color: #68a5f5;
}
.property-details-text {
    color:#5f5f5f; 
}

.enabled {
    visibility: visible !important;
}

/* override the default count of 3 */
.card-columns{
    column-count: 2;
}

.sold > div > img {
    width: 30%;
    height: auto;
    visibility: visible;
}

/* allows clicks through the overlay */ 
.sold {
    pointer-events: none;
}

/* position icon bar images */
.swap-on-hover {
    position: relative;
    margin: 0 auto;
    max-width: 150px;
}

.swap-on-hover img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.swap-on-hover img.unavailable {
    opacity: 0;
}

.swap-on-hover:hover img.unavailable {
    opacity: 1;
}

.swap-on-hover:focus img.unavailable {
    opacity: 1;
}


/* swap out the images on hover */
.swap-on-hover-front {
    z-index: 2;
    transition: opacity .1s linear;
    cursor: pointer;
}

.swap-on-hover-front:hover {
    opacity: 0;
}




/* position the 360 icon images */
.swap-on-hover-360 {
    position: relative;
    margin: 0 auto;
    max-width: 150px;
}

.swap-on-hover-360 img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}



.details-bar {
    top: 81%;
}

.details-bar-bg {
    top: 80%;
    background-color:white; 
    opacity:.5;
}

.card-img-overlay.details-bar {
    padding: 0;
}

/*.disabled{
    cursor:not-allowed;
    pointer-events:none;
}*/

/*.unavailable img {
    content: url("/img/floorplans-unavailable.png");
    opacity: 1;
}*/


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767) {
    .property-details-title {
        font-size: .9em; /* .5x default size */
    }
    .property-details-text {
        font-size: 1.4em; /* 1.5x default size */
    }
    .media .media-object {
        width: 50%;
        height: auto;
    }
    .media-heading, h4{
       font-size:1.2rem;
       padding-top:.5em;
    }
    .media-body{
        font-size:.8rem;
    }

    .swap-on-hover img.unavailable {
        opacity: 1;
    }
    .swap-on-hover img.swap-on-hover-front {
        opacity: 0;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .property-details-title {
        font-size: 1.3em; /* .8x default size */
    }
    .property-details-text {
        font-size: 1.8em; /* 1.5x default size */
    }
    .media .media-object {
        width: 100%;
        height: auto;
    }

    .media-heading, h4 {
        font-size: 1.4rem;
    }

    .media-body {
        font-size: 1rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .property-details-title {
        font-size: 1.4em; /* 1.2x default size */
    }
    .property-details-text {
        font-size: 2em; /* 1.5x default size */
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .property-details-title {
        font-size: 1.5em; /* 1.5x default size */
    }
    .property-details-text {
        font-size: 2.2em; /* 1.5x default size */
    }

    /*h4 {
        font-size: 1.4em;
    }

    .icon span {
        font-size: 1em;
        line-height: 1.2;
    }*/
}




.jumbotron  {
    text-shadow: black 0.3em 0.3em 0.3em;
    background-color:white;
}

.jumbotron H1 {
	font-size: 7rem;
	font-size: 7vw;

}
.jumbotron H2 {
	font-size: 4rem;
	font-size: 4vw;
}


.no-shadow{
        text-shadow:none;
}

#virtual-tour{

    float:none;
}

.btn, .active {
    transition:.4s;
}
.anchor {
    display: block;
    position: relative;
    top: -2.5rem;
    visibility: hidden;
}