.topDiv {
    width: 100%;
    height: 300px;
    background :url('../images/MainPhotop.jpg') no-repeat center center;
    background-size: cover;
}

.orleansDiv {
    width: 100%;
    height: 300px;
    background :url('../images/Orleans/pano.jpg') no-repeat center center;
    background-size: cover;
}

.topDiv h1, h2 {
    text-shadow: rgba(0, 0, 0, 0.97) 0px 0px 10px;
}

.sectionTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
}

.width100 {
    width: 100%;
}

.rowNoMargin {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
/*
.imgSameHeight {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

div[class^="col-sm-12"], img {
    height: 100%;
}
*/

@media (max-width: 767px) {
    img {
        height: 100% !important;
    }
}

.imgSameHeight {
    width: 100%;
    height: 15vmax;
    object-fit: cover;
}

.fa-expand-arrows-alt {
    background: black;
    color: white;
    height: 1em;
    width: 1em;
    box-sizing:content-box;
}

.carousel-caption {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .6);
}
   
.carousel-caption-top {
    top: 1.5em;
    bottom: auto;
}

.photostack img, .photostack2 img,
.photostack3 img, .photostack4 img,
.photostack5 img, .photostack6 img,
.photostack7 img, .photostack8 img,
.photostack9 img, .photostack10 img,
.photostack11 img {            
    background: #fff;
    padding: 10px;
    border: 1px solid;
}

.photoStackContainerOrg {
    margin-top: 180px;
    margin-left: 359px;
    max-width: 759px;
}

.photoStackContainer {
    margin-top: 5em;
    width: 40%;
    height: 720px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photoStackExpand {
    margin-top: 5em;
}

