* {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: 'brown-pro-light';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}

h1 {
  font-family: 'brown-pro-bold';
  font-weight: normal;
  font-style: normal;
}


@media (max-width: 959px){
  .logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }
  
}
.uk-container {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}

.menu .uk-panel {
  background: #00ace8;
}

.menu .uk-panel p {
  font-family: 'brown-pro-bold';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  padding: 5px 0 0 12px;
}

footer .uk-container {
  background-color: #000;
}

footer .social {
  font-family: 'Social-Circles', sans-serif;
}

footer .social a {
  color: #000;
  padding: 5px 8px;
  margin:0 2.5px;
  font-weight: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
}

footer .social a:hover {
  color: #ff6600;
}

footer .copy {
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: .81rem;
}

footer .copy p {
  margin: 0;
  padding: 0;
  font-size: .7rem;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */