/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Theme styles
 *
 * @author     Michael
 * @copyright  Copyright (c) virtualglue.com.au
 */

header li,
header a {
  --bs-link-color: #000000;
  text-decoration: none;
  font-size: .88rem;
}

header .navbar-brand {
  margin-left: calc(var(--bs-gutter-x) * -1);
}

footer li,
footer a {
  --bs-link-color: #000000;
  text-decoration: none;
}

footer .line-1 li,
footer .line-1 a {
  font-size: 0.81rem;
}

footer .line-3 li,
footer .line-3 a {
  --bs-body-font-size: .69rem;
}