.legal-header {
    padding-bottom: 35%;
    position: relative;
}

.search-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.footer-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.breadcrumb {
    background-color: #140EE2; 
}

.avatar {
    width: 3rem;
    height: 3rem;
}
figcaption {
    color: #a0a0a0;
    font-size: small;
}

@media (min-width:768px) {
    .img-effect-info-popup-left {
        position: absolute;
        bottom: 0;
        right: 50%;
        width: 50%;
        height: auto;
        margin-bottom: -10%;
    }
}
.img-effect-info-popup-left {
    margin-bottom:-10%;
    padding:2rem 1.5rem;
    border-radius:.25rem;
    background-color:#f5ba4b;
    text-align:center;
    color:#fff;
    box-shadow:0 25px 100px -5px rgba(0,0,0,.15);
    z-index:2
}
   
.hover-item {
   /* margin-bottom: 30px */
}

.hover-item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    overflow: hidden
}

.hover-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 148, 255, 0.75);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.hover-item:hover .cover {
    opacity: 1
}

.hover-item .name {
    font-weight: bold;
    margin-bottom: 8px
}

.hover-item .hover-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #bbd8fb;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px
}

.honeypot {
    position: absolute;
    left: -9999px;
}