/* navbar-header */
body .navbar-header .menu a:after {
  bottom   : calc(-100% - 8px);
  left     : 4px;
  font-size: 13px;
}

body .navbar-header .menu a:before {
  top                : calc(100% - 11px);
  left               : 20px;
  border-bottom-color: white !important;
  border-width       : 7px;
}

/* body */
body {
  background-size      : auto 150px;
  /* background-repeat : no-repeat; */
  background-position  : center;
  background-attachment: fixed;
}

footer {
  position       : relative;
  backdrop-filter: blur(40px);
}

footer .row {
  position: relative;
  top     : 0;
  bottom  : 0;
  left    : 0;
  right   : 0;
}

footer .con {
  min-height     : calc(100% - 28px);
  margin-top     : 10px;
  justify-content: end;
}

footer .logo {
  background-size    : contain;
  background-repeat  : no-repeat;
  background-position: right;
  min-width          : 215px;
}

footer .copyright {
  font-size: 11px;
  color    : white;
}

footer .links ul {
  list-style-type: none;
}

footer .links {
  max-width: max-content;
  padding  : 0 8px;
}

footer .links ul li a:hover {
  text-decoration: underline !important;
}

@media only screen and (min-width: 237px) and (max-width: 800px) {

  footer .con .links-con,
  footer .con {
    flex-direction: column !important;
  }

  footer .logo {
    min-height: 115px !important;
  }
}