@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  color: #1d1d1b;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

section.top {
  background-color: #fdd100;
}

section.stage img {
  display: block;
  height: auto;
  width: 100%;
}

nav {
  background-color: #fff;
}

nav .navbar-brand img {
  display: block;
  height: 50px;
  width: auto;
}

a {
  color: #1d1d1b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.35;
}

h1 {
  line-height: 1.2;
}

footer {
  background-color: #006f99;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */