/*.main-content {*/
/*  background-image: url("../../images/banner_top.png");*/
/*  background-repeat: no-repeat;*/
/*  background-position: center top;*/
/*  background-size: 100% auto;*/
/*  padding-top: 500px;*/
/*}*/
/*/themes/theta/images/tlo_stopka.png*/

.site-footer {
    position: relative;
    background: linear-gradient(to bottom, #0076BD, #005A96); /* Exact blue gradient */
    color: white;
    padding: 50px 20px;
    /*text-align: center;*/
}

.site-footer * {
    position: relative;
    z-index: 1;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Creates the narrow blue bar */
    background-color: #005A96; /* Darker blue */
    z-index: 2;
}

.site-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/themes/theta/images/tlo_stopka.png') no-repeat center center;
    background-size: cover;
    opacity: 0.35; /* Background image overlay */
    z-index: 0;
}


@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .site-footer {
    border-inline-start: none;
  }
}
