.amaranth {
  color: #F21D56;
}

.bg-amaranth {
  background-color: #F21D56;
}

.bg-huntergreen {
  background-color: #3E5C30;
}

.bg-piggypink {
  background-color: #FAD7E0;
}

.bg-snow {
  background-color: #FFF7F7;
}

.healthwealth-ccsstudio-img {
  width: 50% !important;
  transform: rotate(-5deg);
}

.healthwealth-col-order {
  height: 450px;
}

.healthwealth-col-download {
  height: 500px;
}

.healthwealth-guide-col-1,
.healthwealth-guide-col-2 {
  padding: 0px;
}

.healthwealth-hero-bg {
  background-attachment: fixed;
  background-image: url("/wp-content/themes/ccs-2015/images/healthwealth/bg-hero-s.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.healthwealth-panel-group-2 {
  margin: 40px 0px 50px 0px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .healthwealth-ccsstudio-img {
    width: 85% !important;
  }

  .healthwealth-col-order {
    height: inherit;
  }

  .healthwealth-col-download {
    height: inherit;
  }

  .healthwealth-guide-col-1,
  .healthwealth-guide-col-2 {
    padding: inherit;
  }

  .healthwealth-hero-bg {
    background-image: url("/wp-content/themes/ccs-2015/images/healthwealth/bg-hero-m.jpg");
  }

  .healthwealth-panel-group-1a,
  .healthwealth-panel-group-1b,
  .healthwealth-panel-group-1c,
  .healthwealth-panel-zig,
  .healthwealth-panel-zag {
    position: relative;
  }

  .healthwealth-panel-group-1a,
  .healthwealth-panel-zig {
    top: 25px;
  }

  .healthwealth-panel-group-1b,
  .healthwealth-panel-zag {
    top: 75px;
  }

  .healthwealth-panel-group-1c {
    top: -25px;
  }

  .healthwealth-panel-group-2 {
    margin: 15px 0px 90px 0px;
  }

  .healthwealth-panel-7 {
    display: none;
  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  /*
  h1.dela {
    font-size: 4em;
  }
  h2.dela {
    font-size: 2.5em;
  }
  h3.dela {
  }
*/

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .healthwealth-hero-bg {
    background-image: url("/wp-content/themes/ccs-2015/images/healthwealth/bg-hero-l.jpg");
  }

  .healthwealth-panel-group-2 {
    margin: 15px 0px 130px 0px;
  }

  .healthwealth-panel-7 {
    display: block;
  }

}
