/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	background #000;
  color: #444444;
}

.shadowed img {
 box-shadow: 1px 1px 8px grey;
}

h2, h3 {
  font-weight: normal;
}

.button img {
     margin: 0 10px -3px 0; 	
}

h1.title { font-weight: 800; 
}
h1.title sup { font-size: 2.8rem; }
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 0;
  text-align: left;
	background: #f5f5f5;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidepic {
  position: relative;
}
.sidepic img {
  margin: 10rem auto;
  max-width: 100%;
  height: auto;
}

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

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
 /* background-image: url('../images/values-bg.jpg');
  background-size: cover;*/
	background: #f5f5f5;
  color: #444;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 8rem 0 0;
  }
  .hero {
    padding-bottom: 24rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    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.0rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 120px;
  }
  .hero-heading {
    font-size: 2.3rem;

  }
  .section {
    padding: 10rem 0 0;
  }
  .hero {
    padding: 12rem 0 26rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    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: 12rem 0 0;
  }
  .hero {
    padding: 16rem 0 24rem;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}