.catalogue-overlay {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:4px;
    padding-bottom:4px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}


@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
    z-index: 999;
}

.bgi-grow {
    transition: all .2s ease-in-out;
    background-size: 101%;

}

.bgi-grow:hover {
    background-size: 115%;
}

.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
}

.preview-container {
    opacity:0;
    transition: 1s;
}
.catalogue-wrapper:hover .preview-container {
    opacity:1;
}

.modal-header {
    padding: 0.25rem 1rem;
}

.modal-title {
    transform: translateY(3px);
}

.modal-header .close {
    padding: .25rem;
     margin: 0;
}

.a-color {
    text-decoration: none!important;
}

.a-color:hover {
    color: #f6bcbc!important;
}

.a-burger:hover{
    color: #306082!important;
    border-left: 5px solid #306082!important;
}

.footer-a-hover:hover{
    color: #F7A004!important;
}

.login-link:hover{
    text-decoration: underline!important;
}

.login-button{
    background-color: #313130!important;
    color: #fff!important;
}
.login-button:hover{
    background-color: #ffffff!important;
    color: black!important;
    border-color: #ffffff!important;
}

.alert-consent {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 120px;
    width: 100%;
    background-color: #424242;
    border-bottom: 2px solid #4A8CBC;
    border-radius: 0 !important;
    color: #ffffff;
    z-index: 1;
}

.alert-btn {
    margin-top: 10px;
    padding: 1.375rem 4.5rem;
    font-size:20px;
    /*font-weight: bold;*/
}

.btn-cookies {
    color: #fff;
    background-color: #4A8CBC;
    border-color: #4A8CBC;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2b6891;
    border-color: #2b6891;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.ui-widget {
    z-index: 99999999;
}

.alert-consent {
    min-height: 120px;
}

.catalogue-wrapper {
    padding-bottom: 80%
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
margin-left:16px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}