/*
Theme Name: NCE 2015
Theme URI: http://habitatseven.com
Description: NCE 2015 Child Theme
Author: Operativ
Template: nce
Version: 1.0
Text Domain: nce-2015
*/

#orange {
  background: rgba(109, 110, 112, 0.8);
}

#page-home #hero .fullscreen-content {
  background: #6d6e70;
}

/* 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;
  }
  
  /* 2015 only */
  #page-home #hero .left {
    margin: 190px auto 40px auto; 
/*     display: inline-block; */
  }

#page-home #hero h1 {
	font-size: 32px!important;
}  

 #features h2, #summary h1 {
  font: 33px/43px "opensans-light", sans-serif;
}


}
