h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #231f20;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

h2 {
  margin-top: 2px;
  margin-bottom: 9px;
  color: #5a5a5a;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.homeslider {
  width: 100%;
  height: 100vh;
}

.slide1 {
  background-image: url('../images/lawncare-elite-outdoor-solutions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.displaynone {
  display: none;
}

.slide2 {
  background-image: url('../images/spring-fall-elite-outdoor-solutions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4 {
  background-image: url('../images/landscaping-elite-outdoor-solutions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5 {
  background-image: url('../images/snow-removal-elite-outdoor-solutions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner {
  position: absolute;
  top: 50%;
  z-index: 1000;
  width: 100%;
  padding: 34px 3%;
  background-color: hsla(0, 0%, 100%, .85);
  background-image: url('../images/elite-outdoor-solutions-logo.png');
  background-position: 50px 50%;
  background-size: 240px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.content {
  width: 55%;
  margin-top: 0px;
  float: right;
  text-align: right;
}

.body {
  font-family: Lato, sans-serif;
}

.copy {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  color: #231f20;
  font-size: 25px;
  line-height: 34px;
}

.slide3 {
  background-image: url('../images/fertilization-elite-outdoor-solutions.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.yellerlinks {
  color: #f7931e;
  text-decoration: none;
}

.yellerlinks:hover {
  color: #dd7802;
}

.facebook {
  position: relative;
  width: 47px;
  height: 47px;
  margin-right: 8px;
  border-radius: 50%;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 14px -1px #000;
}

.facebook:hover {
  background-image: url('../images/facebook-hover.png');
  background-size: 47px;
}

.copycontainer {
  position: relative;
  margin-top: 0px;
}

.slidetitle {
  position: absolute;
  top: 3%;
  right: 15px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
}

.slidetitle-dark {
  position: relative;
  top: 35%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
  color: #000;
  font-size: 46px;
  font-weight: 300;
  text-align: right;
}

.phone {
  color: #353535;
  text-decoration: none;
}

.tag {
  margin-top: 6px;
  font-size: 40px;
  line-height: 42px;
  font-style: italic;
}

.social {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -43px;
  padding-right: 3%;
  text-align: right;
}

.angies {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-image: url('../images/angies.png');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 14px -1px #000;
}

.smith {
  width: 47px;
  height: 47px;
  margin-left: 8px;
  border-radius: 50%;
  background-image: url('../images/smith-logo.png');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 14px -1px #000;
}

.tagline {
  margin-top: 11px;
}

.dt-hide {
  display: none;
}

.mbl-hide {
  margin-top: 12px;
}

@media (max-width: 991px) {
  .banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .copy {
    margin-top: 0px;
  }
  .facebook {
    margin-top: 13px;
  }
  .copycontainer {
    position: relative;
  }
  .slidetitle {
    position: absolute;
    left: 0px;
    top: 3%;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .phone {
    display: block;
  }
  .peek {
    display: none;
  }
  .tag {
    margin-top: 12px;
    font-size: 22px;
    line-height: 24px;
  }
  .mbl-hide {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 31px;
  }
  .banner {
    background-position: 20px 50%;
    background-size: 190px;
  }
  .content {
    width: 50%;
  }
  .slidetitle {
    top: 3%;
    -webkit-transform: translate(0px, -30%);
    -ms-transform: translate(0px, -30%);
    transform: translate(0px, -30%);
    font-size: 40px;
    line-height: 42px;
    text-align: center;
  }
  .break {
    display: block;
  }
  .dt-hide {
    display: block;
    margin-top: 8px;
  }
  .mbl-hide {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 24px;
  }
  h2 {
    font-size: 15px;
    line-height: 17px;
  }
  .banner {
    padding-top: 114px;
    padding-bottom: 5px;
    background-position: 50% 6%;
    background-size: 150px;
  }
  .content {
    width: 100%;
    float: none;
    text-align: center;
  }
  .copy {
    position: static;
    margin-bottom: 8px;
    padding-right: 0px;
  }
  .yellerlinks {
    display: block;
    font-size: 21px;
    line-height: 23px;
  }
  .facebook {
    margin-top: 0px;
  }
  .slidetitle {
    position: absolute;
    left: 0px;
    top: 2%;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 30px;
    line-height: 32px;
  }
  .phone {
    font-size: 21px;
    line-height: 23px;
  }
  .tag {
    margin-top: 3px;
  }
  .social {
    bottom: -63px;
    text-align: center;
  }
  .dt-hide {
    display: block;
    width: 75%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
}

