/**
 * @file
 * Subtheme specific CSS.
 */

a.navbar-brand {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.2rem;
    color: #ff0;
}
