@import url(/css/bootstrap5/bootstrap.css);
@import url(/css/bootstrap5/bootstrap-icons.css);
@import url(/css/lightbox.css);
@import url(/css/window-tab.css);

:root {
  --theme-color: #de361b;
}

body {
  color: #000011; background-color: #ffffff;
}

h1 {
  margin: 2rem 0;
}

article section {
  text-align: justify;
}

em, strong {
  color: #c33;
  font-style: normal;
}

footer {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
}

footer .copy {
  font-size: .9rem;
  color: #666;
}

.navbar-light {
  color: var(--bs-white);
  background-color: var(--theme-color) !important;
  border-bottom: solid 1px #e7e7e7;
}

.navbar-light .navbar-brand a {
  color: var(--bs-white); background: transparent;
  text-decoration: none;
}

.navbar-light .navbar-brand img {
  height: 1.6rem;
  margin-right: .3rem;
}

.navbar-light .navbar-nav a.nav-link {
  color: var(--bs-white);
}

.navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav a:focus,
.navbar-light .navbar-brand a:nth-of-type(2):hover,
.navbar-light .navbar-brand a:nth-of-type(2):focus  {
  color: var(--theme-color) !important; background-color: var(--bs-white);
  text-decoration: none;
}
