section:nth-child(1) {
  background-color: #019ca1;
}
section:nth-child(2) a {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #019ca1;
  padding-left: 1rem;
}
section:nth-child(3) {
  background-color: #f8f8f8;
}
section:nth-child(3) .uk-navbar-left a .uk-icon {
  color: #019ca1;
}
section:nth-child(3) .uk-navbar-nav > li.uk-active > a {
  color: #019ca1;
}
section:nth-child(3) .uk-navbar-nav > li > a:hover {
  color: #019ca1;
  text-decoration: underline;
}
.uk-card a {
  color: #019ca1;
}
.uk-card .uk-badge {
  background: #019ca1;
}
.uk-icon-button {
  background: none;
  color: #019ca1;
}
.uk-icon-button:hover {
  background: none;
}
.uk-offcanvas-bar {
  background: #019ca1;
}
.uk-button-primary, .uk-button-primary:hover {
  background-color: #019ca1;
}
#x2, #x5, #x10, #x155 {
  display: none;
}
ul.cloud {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.5rem;
  width: 50%;
}
ul.cloud a {
  color: #019ca1;
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
}
footer {
  color: #FFFFFF;
  background-color: #019ca1;
}
footer .uk-card a {
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer img {
  width: 140px;
}
