/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 0px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 5rem 0 5rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #222;
  color: white;
}
#header h1 {
    position: absolute;
    top: 0;
    left: 0 !important;
    text-transform: uppercase;
  }

#nav {
  position: absolute;
  right: 0;
}
#nav  ul {
  list-style: none;
}

#nav li {
      float: left;
}
#nav a {
        display: block;
        color: white;
        text-decoration: none;
        padding: 0 10px;
}


@media (max-width: 865px) {
  
    #header .container { 
      width: 80%; 
    }
    #header h1 {
        left: 3%;
    }
    #nav {
      width: 100%;
      top: 60px;
    }
    #nav::before {
        content: '\2630';
        display: block;
        position: absolute;
        right: 3%;
        top: -50px;
        line-height: 40px;
        cursor: pointer;
    }
    #nav ul {
        background: #222;
        width: 100%;
        list-style: none;
            transition: 350ms;
      -moz-transition: 350ms;
      -webkit-transition: 350ms;
      transform: perspective(600) rotate3d(0,0,0,0);
      -moz-transform: perspective(600) rotate3d(0,0,0,0);
      -webkit-transform: perspective(600) rotate3d(1,0,0,-90deg);
      transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -webkit-transform-origin: 50% 0;
      dispaly:none;
    }
    #nav li {
          float: none; 
    }
    #nav a {
            padding: 10px 3%;
            line-height: 20px;
            border-top: 1px solid #333;
    }
    #nav.open ul {
      transform: translateY(0px);
      -moz-transform: translateY(0px);
      -webkit-transform:  perspective(600) rotate3d(0,0,0,0);
      display:block;
    }
 
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .hero {
       padding-top: 12rem;
    padding-bottom: 7rem;
  }
.phones {
  position: relative;
      top: -5rem;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/grass.png');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #FBB117;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/grass.png');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 7rem 0 7rem;
  }
  .hero {
       padding-top: 12rem;
    padding-bottom: 10rem;
    text-align: left;
    height: 165px;
  }
 
  .phone {
    position: absolute;
    top:  0 rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 9rem 0 9rem;
  }
  .hero {
   padding-top: 18rem;
    padding-bottom: 8rem;
  }
  h3 {
     font-size: 3.7rem !important;
    
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -7rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 10rem 0 10rem;
  }
  .hero {
    padding-top: 22rem;
    padding-bottom: 12rem;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -10rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}