/*
img.footer-brand-image {
    width: 400px;
    filter: brightness(0) invert(1);
}

.trudy-img{
    width: 100%;
    max-width: 100%;
    position: relative;
    top:0; 
}

.header.container-fluid {
    z-index: 3;
    position: absolute;
    background: transparent;
}

header h1.logo-wrapper {
    display: none;
}

header:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

header {
    position: relative;
}

.header .upper-header.row {
    justify-content: end;
}

div.container-narrow {
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
}
*/

div.pkp_structure_footer_wrapper {
    background-color: #255969;
}

div.pkp_brand_footer a{
    float: none;
}

img.footer-brand-image {
    width: 400px;
    max-width: none;
    filter: brightness(0) invert(1);
}

div.pkp_site_name_wrapper{
    width: 100%;
}

img.trudy-img {
    width: 100%;
}

div.pkp_site_name{
    display: none;
}

@media screen and (max-width: 990px){
    img.trudy-img{
        display: none;
    }
    div.pkp_site_name{
        display: block;
    }
}

@media screen and (min-width: 992px) {
    div.pkp_head_wrapper {
        padding-top: 40px;
    }
}