﻿#GalleryPageSection2 .tab-content {
    display: block !important;
}

.Gallerythumbbox {
    display: block !important;
}

.GalleryPageNavbarLink {
    color: #fff;
}

.GalleryImgTxtBox {
    cursor: pointer;
    height: 310px;
    width: 100%;
}

    .GalleryImgTxtBox img {
        border-radius: 30px;
        border: 4px solid #fff;
        height: 100%;
        width: 100%;
    }

        .GalleryImgTxtBox img:hover {
            transform: translate(0px, 0px) scale(1.04);
            transition: 0.3s ease-in-out;
        }

.modal-body {
    padding: 0 !important;
}

.popup-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1055;
    display: block;
    cursor: pointer;
}

    .popup-nav-button.left {
        left: 10px;
    }

    .popup-nav-button.right {
        right: 10px;
    }

#myTabContent {
    display: block !important;
}

.TitleOfPage {
    font-family: Montserrat-SemiBold;
    color: #3c090e;
}

#GalleryContainer {
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #3c090e;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #3c090e;
        background-color: #fff;
        border-color: #3c090e #3c090e #fff;
        font-family: Montserrat-SemiBold;
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #000;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #3c090e #3c090e #3c090e;
            isolation: isolate;
        }
