﻿.pdGalleryImage {
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pdImage {
    position: absolute;
}

.pdTall {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.carousel-inner .carousel-item.active .pdImgContainer.pdTall img.pdImage,
.carousel-inner .carousel-item .pdImgContainer.pdTall img.pdImage,
.pdTall img.pdImage {
    height: 100%
}

.pdWide {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .carousel-inner .carousel-item.active .pdImgContainer.pdWide img.pdImage,
    .carousel-inner .carousel-item .pdImgContainer.pdWide img.pdImage,
    .pdWide img.pdImage {
        width: 100%
    }

#exampleModal .carousel-indicators {
    height: 30vh
}

#exampleModal #carouselExampleIndicators {
    height: 30vh;
}

@media (min-width: 576px) {
    #exampleModal .carousel-indicators {
        height: 60vh
    }

    #exampleModal #carouselExampleIndicators {
        height: auto;
    }
}

#propImages {
    cursor: pointer;
}

    #propImages .carousel-control-next-icon,
    #propImages .carousel-control-prev-icon,
    #carouselExampleIndicators .carousel-control-next-icon,
    #carouselExampleIndicators .carousel-control-prev-icon {
        background-size: 100px;
        width: 100px;
        height: 100px;
    }

.bg-photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

#btnInfo:hover {
    opacity: 0.8 !important;
}

.propGalleryContainer {
    display: flex;
    flex-wrap: wrap;
}
.propImageContainer{
    display:flex;
    position:relative;
    flex-direction:column;
    width:100%;
    height:75vh;
}
#propImageSelector {
    position: relative;
    padding-left: 0;
    padding-top: 2.5px;
    width: 100%;
    height:300px;
}
.propImageItemContainer {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
ol.propImageItem li{
    width:50%;
}

ol.propImageItem li{
    padding-top:2.5px !important;
    padding-bottom:2.5px !important;
}

/* Target odd items (1st, 3rd, 5th, etc.) */
ol.propImageItem li:nth-child(even) {
    padding-left: 1px;
}

/* Target even items (2nd, 4th, 6th, etc.) */
ol.propImageItem li:nth-child(odd) {
    padding-right: 1px;
}

#propImages, .carousel-inner, .carousel-item {
    height: 100%;
}
#propInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

#propInfo .propInfoBackground {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:black;
    opacity:0.6;
}
#propInfo .propInfoAddressLine, #propInfo .propInfoPrice {
    position: relative;
    z-index: 1;
    color:white;
}

#keyInfo {
    position: relative;
}

#keyInfo .keyInfoBackgroundImage{
    position:relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#keyInfo .keyInfoBackgroundImage .keyInfoAddressLine{
    position:relative;
    text-align:center;
    padding-top:50px;
    color:white;
    z-index:1;
}


#keyInfo .keyInfoBackgroundImage .opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.6;
}

.keyInfoContainer span.icon-med,
.keyInfoContainer h5, .keyInfoContainer p {
    position:relative;
    color:white;
    z-index:1;
}

.contactButtonContainer{
    text-align:center;
}

#descript, #schools, #more-info {
    background-color: rgb(245,245,245);
}

.contactButtonContainer {
    padding: 50px 0;
}
#descriptContainer {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .propImageContainer {
        flex: 1;
        width: auto;
    }

    .propImageItemContainer {
        padding-left: 2.5px;
    }

    ol.propImageItem li {
        width: 50%;
        padding-left: 2.5px !important;
        padding-right: 2.5px !important;
    }

    #propImageSelector {
        padding-top: 0px;
        padding-left: 2.5px;
        width: 600px;
        height: auto;
    }

    .pdGalleryImage {
        height: 200px;
    }

    .keyInfoContainer {
        padding:100px 0px;
    }

    .keyInfoFirstRow{
        padding-bottom:100px;
    }

    .keyInfoContainer span.icon-med {
        font-size: 70px;
        padding-bottom: 20px;
    }

    .keyInfoContainer h5, .keyInfoContainer p {
        font-size: 2.0rem;
    }

    #descript h3{
        font-size:2.5rem;
    }
    #descript p{
        font-size:1.5rem;
        line-height:2.5rem;
    }

    #descript button {
        font-size: 1.5rem;
    }

    .accordion, .accordion-body h6 {
        font-size:1.5rem;
    }
    .accordion-button {
        font-size: 2.0rem;
        padding: 36px 1.25rem;
    }

    .btnLandingPageContact {
        padding-left: 10rem;
        padding-right:10rem;
        font-size: 2.0rem;
    }

    .contactButtonContainer{
        padding:100px 0;
    }

    #descript {
        padding: 100px 0;
    }

    #descriptContainer{
        padding-top: 100px;
    }

    #schoolContainer {
        padding-top: 100px;
    }

    .schoolTitle, .schoolFooter {
        padding: 50px 0;
    }

    .nav-item button{
        font-size:2.5rem;
    }

    .schoolTitle, .schoolCardContainer {
        font-size: 1.5rem;
    }
    /* Styles for sm and larger screens */
}