.fh-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Announcement */

.fh-announcement {
  background: #0e4a48;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Utility */

.fh-utility {
  background: #f2f2f2;
  font-size: 13px;
}

.fh-utility .fh-container {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
}

.fh-utility a {
  margin-left: 20px;
  text-decoration: none;
  color: #444;
}

/* Main header */

.fh-header {
  background: white;
  border-bottom: 1px solid #eee;
}

.fh-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

/* Logo */

.fh-logo a {
  text-decoration: none;
  color: #000;
  font-size: 32px;
  letter-spacing: 2px;
}

.fh-logo span {
  display: block;
  font-size: 11px;
  letter-spacing: 3px;
  margin-top: 4px;
}

/* Nav */

.fh-nav a {
  margin: 0 18px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Icons */

.fh-icons {
  font-size: 18px;
}