/* css styles */ 

:root {
  --c-accent: #F7B538;
}

a {
  font-weight: bold;
}

a:hover {
  color: var(--c-accent);
}

.navbar-title {
  color: var(--c-accent);
  font-weight: bold;
  font-size: 1.5em;

}

.navbar-title:hover {
  font-style: italic;
}

.nav-link:hover, .nav-link.active:hover {
  color: var(--c-accent);
}

img {
  border-radius: 20px;
}

.nav-footer-right li {
  margin: 0;
}

.nav-footer-right .nav-link{
  font-size: 2em;
}

.nav-footer-right p {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: black;
}
