﻿

/* font-family: 'Montserrat', sans-serif; */


#BBEGallery {
    padding-top:2%;
    padding-bottom:5%;
}


    #BBEGallery .container-fluid {
        margin-left:auto;
        margin-right:auto;
        width:80%;
    }





    #BBEGallery .Title h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.2em;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: center;
        color: #4C748B;
    }


    #BBEGallery .SubTitle h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        letter-spacing: 1px;
        font-weight: 700;
        color: #4C748B;
    }

    #BBEGallery #lightgallery .Card {
        padding:15px;
        width:100%;
        height:auto;
    }

    #BBEGallery #lightgallery .Card a{
       text-decoration:none;
       width:100%;
       height:100%;
    }

        #BBEGallery #lightgallery .Card a img {
            width: 100%;
            height: 100%;
            object-fit:cover;
        }


        #BBEGallery #lightgallery .Card.Secret{
            display:none;
        }

        #BBEGallery #lightgallery .Card .AllImageButton {
            width: 100%;
            height: 100%;
            border: 1px solid #4C748B;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            padding: 3%;
            background: #4C748B;
        }

            #BBEGallery #lightgallery .Card .AllImageButton h3 {
                font-family: 'Montserrat', sans-serif;
                font-size: 1.6em;
                letter-spacing: 1px;
                font-weight: 600;
                color: #F4DFA4;
                text-align: center;
            }


            /* ----------------- INTERIOR IMAGES -------------------  */


    #BBEGallery .InteriorCard .Card.Secret {
        display: none;
    }

    #BBEGallery .InteriorCard .Card {
       width:100%;
       height:250px;
    }

    #BBEGallery .InteriorCard .Card a {
        width: 100%;
        height: 100%;
        text-decoration:none;
    }


    #BBEGallery .InteriorCard .Card .AllImageButton {
        width: 100%;
        height: 100%;
        border: 2px solid #4C748B;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 3%;
        background: transparent;
    }

        #BBEGallery .InteriorCard .Card .AllImageButton h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.6em;
            letter-spacing: 1px;
            font-weight: 700;
            color: #4C748B;
            text-align: center;
        }



