/*-- -------------------------- -->
<---           LANDING          -->
<--- -------------------------- -*/

#hero {
  height: 650px;
  width: 100%;
  background: url("../images/landing-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#dark {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.67;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.heroText {
  padding-top: 0;
  position: relative;
  z-index: 10;
  height: auto;
  width: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.heroText h1 {
  font-size: 2.2em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  overflow-y: hidden;
  margin: 0;
  position: relative;
}

.heroText h2 {
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 1.6em;
  padding: 30px 0;
  position: relative;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heroText h2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background: var(--primary);
  top: 12px;
  margin: auto;
}

.about-button,
.quote-button {
  width: 188px;
  margin: 0 auto 30px auto !important;
  display: block !important;
}

.white-comb {
  display: none;
}

.dark-comb {
  display: none;
}

.quote-button {
  color: #fff;
  margin-right: auto;
}

.clippy {
  height: 70px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -3px;
  -webkit-clip-path: polygon(50% 92%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 92%, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 100;
}

/* Leaf Animations */
/* leaf animations */

#leaves {
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
  z-index: 8;
}

#leaves i {
  display: inline-block;
  width: 200px;
  height: 500px;
  background: -o-linear-gradient(top left, #309900, #005600);
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#309900),
    to(#005600)
  );
  background: linear-gradient(to bottom right, #309900, #005600);
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  border-radius: 5% 40% 70%;
  -webkit-box-shadow: inset 0px 0px 1px #222;
  box-shadow: inset 0px 0px 1px #222;
  border: 1px solid #333;
  z-index: 1;
  -webkit-animation: falling 5s 0s infinite;
}

#leaves i:nth-of-type(2n) {
  -webkit-animation: falling2 5s 0s infinite;
}
#leaves i:nth-of-type(3n) {
  -webkit-animation: falling3 5s 0s infinite;
}

#leaves i:before {
  position: absolute;
  content: "";
  top: 117px;
  right: 9px;
  height: 27px;
  width: 32px;
  -webkit-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
  border-radius: 0% 15% 15% 0%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-left: 0px solid #222;
  border-right: 1px solid #222;
  background: -o-linear-gradient(left, rgba(0, 100, 0, 1), #005600);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 100, 0, 1)),
    to(#005600)
  );
  background: linear-gradient(to right, rgba(0, 100, 0, 1), #005600);
  z-index: 1;
}

#leaves i:after {
  content: "";
  height: 125px;
  width: 10px;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.15)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  display: block;
  -webkit-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
  position: absolute;
  left: 85px;
  border-radius: 50%;
}

#leaves i:nth-of-type(n) {
  height: 23px;
  width: 30px;
}
#leaves i:nth-of-type(n):before {
  width: 7px;
  height: 5px;
  top: 17px;
  right: 1px;
}
#leaves i:nth-of-type(n):after {
  width: 2px;
  height: 17px;
  left: 12px;
  top: 0px;
}

#leaves i:nth-of-type(2n + 1) {
  height: 11px;
  width: 16px;
}
#leaves i:nth-of-type(2n + 1):before {
  width: 4px;
  height: 3px;
  top: 7px;
  right: 0px;
}
#leaves i:nth-of-type(2n + 1):after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 1px;
}

#leaves i:nth-of-type(3n + 2) {
  height: 17px;
  width: 23px;
}
#leaves i:nth-of-type(3n + 2):before {
  height: 4px;
  width: 4px;
  top: 12px;
  right: 1px;
}
#leaves i:nth-of-type(3n + 2):after {
  height: 10px;
  width: 2px;
  top: 1px;
  left: 8px;
}

#leaves i:nth-of-type(n) {
  -webkit-animation-delay: 1.9s;
}
#leaves i:nth-of-type(2n) {
  -webkit-animation-delay: 3.9s;
}
#leaves i:nth-of-type(3n) {
  -webkit-animation-delay: 2.3s;
}
#leaves i:nth-of-type(4n) {
  -webkit-animation-delay: 4.4s;
}
#leaves i:nth-of-type(5n) {
  -webkit-animation-delay: 5s;
}
#leaves i:nth-of-type(6n) {
  -webkit-animation-delay: 3.5s;
}
#leaves i:nth-of-type(7n) {
  -webkit-animation-delay: 2.8s;
}
#leaves i:nth-of-type(8n) {
  -webkit-animation-delay: 1.5s;
}
#leaves i:nth-of-type(9n) {
  -webkit-animation-delay: 3.3s;
}
#leaves i:nth-of-type(10n) {
  -webkit-animation-delay: 2.5s;
}
#leaves i:nth-of-type(11n) {
  -webkit-animation-delay: 1.2s;
}
#leaves i:nth-of-type(12n) {
  -webkit-animation-delay: 4.1s;
}
#leaves i:nth-of-type(13n) {
  -webkit-animation-delay: 1s;
}
#leaves i:nth-of-type(14n) {
  -webkit-animation-delay: 4.7s;
}
#leaves i:nth-of-type(15n) {
  -webkit-animation-delay: 3s;
}

#leaves i:nth-of-type(n) {
  background: -o-linear-gradient(top left, #309900, rgba(183, 255, 90, 1));
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#309900),
    to(rgba(183, 255, 90, 1))
  );
  background: linear-gradient(to bottom right, #309900, rgba(183, 255, 90, 1));
}
#leaves i:nth-of-type(2n + 2) {
  background: -o-linear-gradient(top left, #0eb323, rgba(183, 255, 90, 1));
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#0eb323),
    to(rgba(183, 255, 90, 1))
  );
  background: linear-gradient(to bottom right, #0eb323, rgba(183, 255, 90, 1));
}
#leaves i:nth-of-type(4n + 1) {
  background: -o-linear-gradient(top left, rgba(183, 255, 90, 1), #0eb323);
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(183, 255, 90, 1)),
    to(#0eb323)
  );
  background: linear-gradient(to bottom right, rgba(183, 255, 90, 1), #0eb323);
}

#leaves i:nth-of-type(n) {
  opacity: 0.7;
}
#leaves i:nth-of-type(3n + 1) {
  opacity: 0.5;
}
#leaves i:nth-of-type(3n + 2) {
  opacity: 0.5;
}

#leaves i:nth-of-type(n) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#leaves i:nth-of-type(n) {
  -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3d(300, 0, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate3d(-350px, 700px, 0) rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes falling3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-230px, 640px, 0) rotate(-70deg);
    opacity: 0;
  }
}

@-webkit-keyframes falling2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  }

  100% {
    -webkit-transform: translate3d(-400px, 680px, 0) rotate(0deg);
    opacity: 0;
  }
}

/*-- -------------------------- -->
<---          SERVICES          -->
<--- -------------------------- -*/

.left img {
  width: 100%;
  display: none;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
}

.left img:first-child {
  display: block;
}

.right p {
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 800;
  color: var(--primary);
  font-size: 0.9375em;
}

.right h2 {
  font-size: 1.25em;
  margin-bottom: 20px;
}

.right h3 {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 40px;
  line-height: 1.6em;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.icons svg {
  width: 40px !important;
  height: auto;
  margin-right: 15px;
}

.icons h3 {
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  width: 150px;
}

.services-button {
  background: var(--primary);
  margin-top: 30px;
}

.services-clippy-top {
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-clip-path: polygon(0 93%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 93%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -3px;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-clippy {
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-clip-path: polygon(0 93%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 93%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -3px;
  z-index: 10;
}

/*-- -------------------------- -->
<---            VIDEO           -->
<--- -------------------------- -*/

#video {
  background: url("/images/video-background-mobile.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 630px;
}

.top-image {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -3px;
  width: 100%;
}

.bottom-image {
  position: absolute;
  bottom: -3px;
  width: 100%;
}

#video:before {
  content: "";
  background: rgb(34, 102, 7);
  background: -o-linear-gradient(
    305deg,
    rgba(34, 102, 7, 1) 0%,
    rgba(56, 170, 11, 0.927608543417367) 72%,
    rgba(195, 230, 182, 0.8295693277310925) 100%,
    rgba(195, 230, 182, 1) 100%
  );
  background: linear-gradient(
    145deg,
    rgba(34, 102, 7, 1) 0%,
    rgba(56, 170, 11, 0.927608543417367) 72%,
    rgba(195, 230, 182, 0.8295693277310925) 100%,
    rgba(195, 230, 182, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#226607",endColorstr="#c3e6b6",GradientType=1);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.video-content {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.video-content h2 {
  color: #fff !important;
  position: relative;
  z-index: 1000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
}

.video-content h3 {
  color: #fff !important;
  position: relative;
  z-index: 1000;
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.6em;
}

.video {
  background: url("/images/house.png");
  width: 80%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 100;
  margin: auto;
}

iframe {
  width: 100%;
  height: 600px !important;
  position: relative;
  z-index: 1001;
}

#video .clippy {
  -webkit-clip-path: polygon(0 96%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 96%, 100% 0, 100% 100%, 0 100%);
}

.reverse-clippy {
  top: -3px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  height: 100px;
  background: #fff;
  width: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 96%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 96%, 100% 0, 100% 100%, 0 100%);
  z-index: 100;
}

/*-- -------------------------- -->
<---          QUALITIES         -->
<--- -------------------------- -*/

#qualities {
  height: auto;
  padding-top: 150px;
}

.quality-card {
  border-radius: 7px;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.svg-line {
  width: 50px !important;
  height: auto;
}

.icon-svg {
  width: 70px !important;
  height: auto;
  margin-bottom: 30px;
}

.quality-card h3 {
  text-align: center;
}

.quality-card p {
  text-align: center;
}

.spotlight {
  overflow: hidden;
  position: relative;
  background: var(--secondary);
  color: rgba(250, 250, 250, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spotlight h2 {
  font-size: 1.875em;
  line-height: 1.4em;
}

.spotlight-svg {
  width: 70px !important;
  height: auto;
  bottom: -50px;
}

.spotlight p {
  color: rgba(250, 250, 250, 0.95);
  margin-bottom: 25px;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quality-svg {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 150px !important;
  height: 150px;
  opacity: 0.1;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 100px auto 50px auto;
}

.link-item {
  -webkit-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  height: 300px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  border-radius: 7px;
  border-left: 5px solid var(--primary);
}

.links a {
  width: auto;
}

.links a img {
  width: 200px;
  height: auto;
}

/*-- -------------------------- -->
<---           CONTENT          -->
<--- -------------------------- -*/

.desktop {
  display: none;
}

.content-left {
  position: relative;
  height: 300px;
  margin-bottom: 40px;
}

.content-left img {
  width: 220px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  border: 5px solid #fff;
}

.content-left img:first-child {
  top: 0;
  left: 0;
}

.content-left img:nth-child(2) {
  top: 0;
  left: 270px;
  width: 70px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.content-left img:last-child {
  top: 50px;
  left: 130px;
}

.content-right h2 {
  font-size: 3em;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid var(--primary);
  position: relative;
}

.content-right h2:before {
  content: url("/images/leaf-graphic-1.png");
  position: absolute;
  left: -6px;
  top: -42px;
}

.service-item {
  margin: 40px auto;
}

.service-item h3 {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.service-item h3:before {
  content: url("/images/leaf-bullet.png");
  height: 15px;
  width: auto;
  position: absolute;
  left: 0;
}

/*-- -------------------------- -->
<---         TREE SAFETY        -->
<--- -------------------------- -*/

#tree-safety h2 {
  font-size: 3em;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid var(--primary);
  position: relative;
}

#tree-safety h2:before {
  content: url("/images/leaf-graphic-1.png");
  position: absolute;
  left: -6px;
  top: -42px;
}

#tree-safety p {
  margin-bottom: 15px;
}

/*-- -------------------------- -->
<---         CALL STRIP         -->
<--- -------------------------- -*/

#call-strip {
  background: url("/images/call-strip-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 430px;
  margin-bottom: 350px;
}

#call-strip:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.7;
  background: rgb(27, 38, 19);
  background: -o-linear-gradient(
    141deg,
    rgba(27, 38, 19, 1) 0%,
    rgba(34, 102, 7, 1) 100%
  );
  background: linear-gradient(
    309deg,
    rgba(27, 38, 19, 1) 0%,
    rgba(34, 102, 7, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b2613",endColorstr="#226607",GradientType=1);
}

.contact-container {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

#call-strip h2 {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
  line-height: 1.5em;
  font-size: 1.6em;
}

#call-strip h3 {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 2em;
}

#call-strip a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
  text-align: center;
}

#call-strip p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}

.card-section {
  background: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 9;
  padding: 30px;
  margin: 0 auto;
  width: 95%;
  bottom: -300px;
  -webkit-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
}

.card-section-item {
  margin-bottom: 20px;
}

#call-strip .card-section h3 {
  color: var(--primary);
  position: relative;
  z-index: 10;
  font-size: 45px;
}

#call-strip .card-section p {
  color: #555;
  position: relative;
  z-index: 10;
  font-size: 20px;
}

/*-- -------------------------- -->
<---         TREE SAFETY        -->
<--- -------------------------- -*/

#save-tree h2 {
  font-size: 2em;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid var(--primary);
  position: relative;
}

#save-tree h2:before {
  content: url("/images/leaf-graphic-1.png");
  position: absolute;
  left: -6px;
  top: -28px;
}

#save-tree p {
  margin-bottom: 15px;
}

/*-- -------------------------- -->
<---           GALLERY          -->
<--- -------------------------- -*/
.gallery-topper {
  width: 100%;
  background: var(--secondary);
  height: auto;
  padding: 50px 0 40px 0;
}

.gallery-topper h2 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery img {
  width: 100%;
}

.gallery-button {
  display: block;
  margin: auto;
  margin-top: 20px;
}

/*-- -------------------------- -->
<---          REVIEWS           -->
<--- -------------------------- -*/

.review-topper p {
  text-align: center;
  color: var(--primary);
  font-weight: bold;
}

.review-topper h2 {
  text-align: center;
  margin-bottom: 80px;
}

.review {
  border-radius: 7px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 21px -9px rgba(0, 0, 0, 0.75);
  margin-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review:before {
  content: url("/images/quote.svg");
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  top: -30px;
  margin: auto;
}

.review p:first-child {
  text-align: center;
  margin-bottom: 27px;
  padding-top: 30px;
}

.info {
  height: 60px;
  width: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info img {
  border-radius: 50%;
  margin-right: 10px;
}

.info h3 {
  color: var(--dark);
  height: 30px;
  width: auto;
  margin: 0;
}

.info p {
  text-align: left;
  height: 30px;
  width: auto;
  margin: 0;
}

/* Tablets */
@media screen and (min-width: 681px) and (max-width: 899px) {
  .container {
    max-width: 500px;
  }

  /*-- -------------------------- -->
  <---          LANDING           -->
  <--- -------------------------- -*/

  .container {
    max-width: 700px;
  }

  .heroText {
    width: 700px;
    display: block;
    margin: auto;
    margin: auto;
  }

  #home-h {
    width: 550px;
    font-size: 3em;
    margin: auto;
    text-align: center;
  }

  #home-p {
    width: 450px;
    margin: auto;
  }

  .clippy {
    height: 40px;
  }

  /*-- -------------------------- -->
  <---          SERVICES          -->
  <--- -------------------------- -*/

  #services {
    padding-top: 100px;
  }

  .services-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }

  .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left img {
    width: 200px;
  }

  .left img:nth-child(2) {
    display: block;
    margin-top: 30px;
  }

  .right {
    width: 420px;
  }

  .icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 470px;
  }

  .services-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /*-- -------------------------- -->
  <---            VIDEO           -->
  <--- -------------------------- -*/

  #video {
    margin-bottom: 130px;
    height: 620px;
  }

  .video-content {
    height: 600px;
  }

  .video {
    height: 350px;
    bottom: -350px;
  }

  .iframe {
    height: 500px;
  }

  /*-- -------------------------- -->
  <---          QUALITIES         -->
  <--- -------------------------- -*/

  #qualities {
    padding-top: 70px;
  }

  .qualities-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
  }

  .quality-card {
    width: 270px;
  }

  .spotlight {
    width: 600px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .quality-card:nth-child(4) {
    width: 600px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
  }

  .link-item {
    width: 250px;
    height: 250px;
  }

  .links a img {
    width: 150px;
    height: auto;
  }

  .links img {
    height: 180px;
  }

  /*-- -------------------------- -->
  <---           GALLERY          -->
  <--- -------------------------- -*/

  .gallery-topper h2 {
    font-size: 1.875em;
    width: 100%;
  }

  .gallery img {
    width: 50%;
  }

  /*-- -------------------------- -->
  <---           VIDEO          -->
  <--- -------------------------- -*/

  .video-content {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  .video-content h2 {
    font-size: 2.3em;
  }

  .video-content h3 {
    margin-bottom: 40px;
    width: 500px;
  }

  video {
    width: 500px;
  }

  /*-- -------------------------- -->
  <---          REVIEWS           -->
  <--- -------------------------- -*/

  .review-topper h2 {
    font-size: 2.5em;
  }

  .review-topper p {
    font-size: 1.25em;
  }
}
/* Ipad Pro */
@media screen and (min-width: 900px) and (max-width: 1025px) {
  #hero {
    height: 800px;
    width: 100%;
    background: url("../images/landing-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: top;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #dark {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.67;
    z-index: 2;
  }

  .heroText {
    padding: 0px 0 0;
    position: relative;
    z-index: 3;
    height: auto;
    margin: auto;
  }

  .heroText h1 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow-y: hidden;
    margin: 0;
    width: 600px;
  }

  .heroText h2 {
    color: #fff;
    font-size: 1em;
    text-align: center;
    line-height: 1.6em;
    padding: 30px 0;
    width: 550px;
    position: relative;
    font-weight: normal;
  }

  .heroText h2:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background: var(--primary);
    top: 12px;
  }

  .about-button {
    width: 188px;
    margin-right: 30px;
  }

  .white-comb {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -2px;
    height: auto;
    z-index: 50;
  }

  .dark-comb {
    bottom: -2px;
  }

  /*-- -------------------------- -->
  <---          SERVICES          -->
  <--- -------------------------- -*/

  .services-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 350px;
    width: 400px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 30px;
  }

  .left img {
    display: block;
    width: 160px;
    height: 160px;
  }

  .left img:first-child,
  .left img:nth-child(3) {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-name: leftMove;
    animation-name: leftMove;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .left img:nth-child(2),
  .left img:nth-child(4) {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-name: rightMove;
    animation-name: rightMove;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes leftMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @keyframes leftMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @-webkit-keyframes rightMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @keyframes rightMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  .right {
    width: 550px;
    height: auto;
  }

  .right p {
    margin-top: 0;
    font-size: 1.125em;
  }

  .right h2 {
    font-size: 2.625em;
  }

  .icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icons {
    margin-bottom: 28px;
    margin-right: 30px;
    width: 220px;
    margin: 0;
    margin-bottom: 35px;
  }

  /*-- -------------------------- -->
  <---           VIDEO            -->
  <--- -------------------------- -*/

  #video {
    background: url("/images/video-background-desktop.jpg");
  }

  .video-content {
    height: 700px;
  }

  .video-content h2 {
    width: 600px;
    font-size: 2.7em !important;
  }

  .video-content h3 {
    width: 550px;
  }

  iframe {
    width: 800px;
    height: 800px;
  }
  /*-- -------------------------- -->
  <---           CONTENT          -->
  <--- -------------------------- -*/

  .content-container {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .content-left {
    width: 400px;
    height: 400px;
    margin-bottom: 50px;
  }

  .content-left img {
    width: 300px;
    border: 10px solid #fff;
  }

  .content-left img:nth-child(2) {
    left: 350px;
  }

  .content-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-item {
    width: 45%;
  }

  /*-- -------------------------- -->
  <---          QUALITIES         -->
  <--- -------------------------- -*/

  #qualities {
    margin-top: 160px;
  }

  .qualities-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .quality-card {
    width: 400px;
  }

  /*-- -------------------------- -->
  <---         CALL STRIP         -->
  <--- -------------------------- -*/

  #call-strip {
    margin-bottom: 200px;
    height: 470px;
    background-attachment: fixed;
  }

  #call-strip h2 {
    font-size: 45px;
    width: 700px;
  }

  #call-strip .card-section h3 {
    font-size: 1em;
  }

  .card-section {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 90px 30px;
    border-radius: 20px;
    bottom: -150px;
  }

  .contact-container {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  .card-section-item {
    margin-bottom: 0;
  }

  #call-strip .card-section h3 {
    font-size: 65px;
  }

  #call-strip .card-section p {
    font-size: 20px !important;
  }

  /*-- -------------------------- -->
  <---           CONTENT          -->
  <--- -------------------------- -*/

  .content-container {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .content-left {
    width: 400px;
    height: 400px;
    margin-bottom: 50px;
  }

  .content-left img {
    width: 300px;
    border: 10px solid #fff;
  }

  .content-left img:nth-child(2) {
    left: 350px;
  }

  .content-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-item {
    width: 45%;
  }

  /*-- -------------------------- -->
  <---           GALLERY          -->
  <--- -------------------------- -*/

  .gallery-topper h2 {
    font-size: 2em;
  }

  .gallery img {
    width: 50%;
    height: auto;
  }

  /*-- -------------------------- -->
  <---           REVIEWS          -->
  <--- -------------------------- -*/

  .review-topper h2 {
    font-size: 2.5em;
  }
}

/* Desktop */
@media screen and (min-width: 1026px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /*-- -------------------------- -->
  <---           LANDING          -->
  <--- -------------------------- -*/

  #hero {
    height: 850px;
    width: 100%;
    background: url("../images/landing-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: top;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heroText {
    width: 700px;
    margin-top: 100px;
  }

  #home-h {
    font-size: 3.6em;
  }

  /*-- -------------------------- -->
  <---          SERVICES          -->
  <--- -------------------------- -*/

  .services-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
    width: 500px;
  }

  .left img {
    display: block;
    width: 220px;
    height: 220px;
  }

  .left img:first-child,
  .left img:nth-child(3) {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-name: leftMove;
    animation-name: leftMove;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .left img:nth-child(2),
  .left img:nth-child(4) {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-name: rightMove;
    animation-name: rightMove;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes leftMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @keyframes leftMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @-webkit-keyframes rightMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @keyframes rightMove {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  .right {
    width: 550px;
    height: auto;
  }

  .right p {
    margin-top: 0;
    font-size: 1.125em;
  }

  .right h2 {
    font-size: 2.625em;
  }

  .icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icons {
    margin-bottom: 28px;
    margin-right: 30px;
    width: 230px;
  }

  /*-- -------------------------- -->
  <---            VIDEO           -->
  <--- -------------------------- -*/

  #video {
    height: 800px;
    background-attachment: fixed;
  }

  .video-content {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  .video-content h2 {
    font-size: 2.75em;
    margin-top: 0px;
    width: 600px;
  }

  .video-content h3 {
    width: 700px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 0;
  }

  iframe {
    height: 550px !important;
    position: absolute;
    bottom: -350px;
  }

  .bottom-image {
    position: absolute;
    width: 100%;
    bottom: -3px;
  }

  /*-- -------------------------- -->
  <---          CONTENT           -->
  <--- -------------------------- -*/

  .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-left img {
    width: 400px;
    height: auto;
  }

  .content-left img:nth-child(2) {
    left: 450px;
  }

  .content-right {
    width: 450px;
  }

  .content-services {
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-item {
    width: 45%;
  }

  /*-- -------------------------- -->
  <---          QUALITIES         -->
  <--- -------------------------- -*/

  #qualities {
    max-width: 1350px;
    margin: auto;
    padding-top: 350px;
  }

  #qualities.container {
    max-width: 1300px;
    width: 1300px;
  }

  .qualities-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0;
    max-width: 1200px;
  }

  .quality-card {
    width: 250px;
    height: auto;
    max-height: 400px;
    background: #ffffff;
  }

  .spotlight {
    max-height: 650px;
    width: 350px;
    background: var(--secondary);
  }

  .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #call-strip {
    margin-bottom: 200px;
    height: 470px;
    background-attachment: fixed;
  }

  #call-strip h2 {
    font-size: 45px;
    width: 700px;
  }

  .card-section {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 90px;
    border-radius: 20px;
    bottom: -150px;
  }

  .contact-container {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  .card-section-item {
    margin-bottom: 0;
  }

  #call-strip .card-section h3 {
    font-size: 65px;
  }

  #call-strip .card-section p {
    font-size: 20px !important;
  }

  #tree-safety {
    padding-top: 0 !important;
  }

  #tree-safety h2,
  #save-tree h2 {
    font-size: 3em;
    margin-bottom: 30px;
  }

  /*-- -------------------------- -->
  <---           GALLERY          -->
  <--- -------------------------- -*/

  .gallery-topper {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gallery-topper h2 {
    font-size: 2.5em;
  }

  .gallery img {
    width: 20%;
  }

  /*-- -------------------------- -->
  <---          REVIEWS           -->
  <--- -------------------------- -*/

  .review-topper h2 {
    font-size: 2.8125em;
  }

  .review-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .review {
    width: 500px;
  }
}
