html {
	font-family: 'Satoshi', sans-serif;
  font-weight: 400;
  color: #000;
}

* {
	margin: 0;
	padding: 0;
  border: none;
  outline: none !important;
}

a,
a:hover  {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  color: #000;
}

.logo h1 {
  text-transform: uppercase;
}

/*.logo h1 {
  text-indent: -9999px;
  margin: 0;
}

.logo h1 a {
  width: 240px;
  height: 60px;
  display: block;
  background: url(images/fga-04-a.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  transition: all .5s 0s ease;
}

header .uk-sticky.uk-active .logo h1 a {
  width: 240px;
  height: 60px;
  display: block;
  background: url(images/fga-04-b.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  transition: all .5s 0s ease;
}*/



.uk-navbar-nav>li>a,
.uk-navbar-item {
  color: #000;
  font-family: 'Arial';
  font-weight: 500;
}

.uk-navbar-toggle {
  color: #000;
}

.uk-offcanvas-bar ul li a {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}