/* NAV */

#nav.nav-left .main-nav-only {
  display: none;
}

#nav .home-icon i {
  margin: -3px 10px 0 0;
  vertical-align: middle;
}

header .logo a {
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

/* MOBILE */

@media only screen and (max-width: 1024px) {
  #page-home #hero .fullscreen-content {
    background-size: auto 100%;
    background-position: right center;
  }
}

@media only screen and (max-width: 768px) {
  .explore-full span {
    display: none;
  }
}