#block-languageswitcher-2 .is-active {
    display: none;
}


@media only screen and (max-width: 650px) {
    #block-primarylinks-2 {
        width: 15%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 650px) {
    #block-primarylinks-2 {
        width: 40%;
    }
}

@media only screen and (min-width: 1200px) {
    .navigation-toggle {
        display: none;
    }
}

footer ul {
    justify-content: center;
    text-align: center;
    flex-direction: row !important;
}

#block-belgrade-footer {
    width: 100%;
}

.custom-footer-row {
  flex-direction: row;
  display: flex;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.custom-footer-row p {
  text-align: center;
}

.custom-footer-row ul {
  text-align: left;
}

#block-belgrade-content {
  padding-bottom: 4rem;
}
