header {
  font-family: "Arial", sans-serif;
  margin: 0.75em 0;
}
header .logo {
  text-align: center;
}
header .logo img {
  max-height: 5em;
}
header .favorites,
header .contact-us-info {
  text-align: right;
}

nav {
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}
nav .navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
nav ol.breadcrumb {
  padding: 0.75rem 0;
  font-family: Georgia, Helvetica, sans-serif;
}
nav ol.breadcrumb a {
  color: inherit;
}
nav ol.breadcrumb.directionals {
  float: right;
}
nav ol.breadcrumb.directionals li > a {
  text-transform: none;
}

header.container-fluid,
nav .container-fluid,
.container-breadcrumb,
.container.container-slim {
  max-width: 1440px;
}

@media (min-width: 1200px) {
  .theme-zland.theme-main ul.navbar-nav, body.theme-zland.theme-main ul.navbar-nav {
    margin: 0;
    padding: 0 80px;
    list-style: none;
    display: table;
    width: 100%;
  }

  .theme-zland.theme-main ul.navbar-nav > li, body.theme-zland.theme-main ul.navbar-nav > li {
    float: none;
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 1200px;
    white-space: nowrap;
    text-align: center;
  }
}
