@charset "UTF-8";

html body {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
nav {
  padding: 0 8%;
}
.container {
  margin-top: 50px
}
copyright {
  margin-bottom: 10px;
}
.brand-logo {
  background: url('../logo.png') no-repeat center center;
  width: 64px;
  height: auto;
  text-indent: -999px;
}
