/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* scopex custom css */
/* line 4, templates/g5_helium/custom/scss/custom.scss */
h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 8, templates/g5_helium/custom/scss/custom.scss */
.green {
  color: #3a862d;
  font-weight: bold;
}
/* line 13, templates/g5_helium/custom/scss/custom.scss */
.lineheight {
  font-size: 16px;
  line-height: 1.8;
}
/* Centered text */
/* line 20, templates/g5_helium/custom/scss/custom.scss */
.container {
  position: relative;
  text-align: center;
  color: white;
}
/* line 26, templates/g5_helium/custom/scss/custom.scss */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}
/* phone number and image */
/* line 39, templates/g5_helium/custom/scss/custom.scss */
div.ph {
  font-family: "Verdana", "Arial", sans-serif;
  line-height: 128%;
  text-align: center;
  font-weight: bold;
  color: #38852f;
  font-size: 1.2em;
}
/* float images side by side */
/* line 49, templates/g5_helium/custom/scss/custom.scss */
* {
  box-sizing: border-box;
}
/* line 52, templates/g5_helium/custom/scss/custom.scss */
.img-container {
  float: left;
  width: 33.33%;
  padding: 5px;
}
/* line 57, templates/g5_helium/custom/scss/custom.scss */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* image border and shadow */
/* line 64, templates/g5_helium/custom/scss/custom.scss */
#boxshadow {
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 10px;
  background: white;
}
/* Make the image fit the box */
/* line 73, templates/g5_helium/custom/scss/custom.scss */
#boxshadow img {
  width: 100%;
  border: 0px solid #8a4419;
  border-style: inset;
}
/* line 78, templates/g5_helium/custom/scss/custom.scss */
#boxshadow::after {
  content: '';
  position: absolute;
  z-index: -1;
  /* hide shadow behind image */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  width: 70%;
  left: 15%;
  /* one half of the remaining 30% */
  height: 100px;
  bottom: 0;
}
/* make testemonial text whiter and bigger */
/* line 92, templates/g5_helium/custom/scss/custom.scss */
.g-home-particles.g-helium-style .fp-testimonials blockquote p {
  color: #fff;
}
/* line 95, templates/g5_helium/custom/scss/custom.scss */
body p.h3 {
  font-size: 1.6rem;
}
/* line 99, templates/g5_helium/custom/scss/custom.scss */
#g-intro {
  background: #e4e9ec;
  color: #424753;
  padding: 3rem 0;
}
/* line 105, templates/g5_helium/custom/scss/custom.scss */
ul {
  list-style-image: url('../../../../images/bullet_green_alt.png');
}
/* .custom p {
 margin: 0rem 0
 } */
/*# sourceMappingURL=custom_10.css.map */