#main-image p {
  max-width: none;
}

#needs {
  margin-bottom: 60px;
}

#needs h2 {
  margin-top: 40px;
}

#needs-services {
  margin-top: 15px;
}

#service-interested {
  margin-top: 40px;
}

#service-interested-button {
  width: 355px;
}

@media only screen and (max-width: 575px) {
  #service-interested-button {
    width: auto;
  }
}
#services-nav {
  margin-top: 50px;
}

#advantages {
  margin-bottom: 75px;
}

#advantages h2 {
  margin-bottom: 50px;
}

.advantage-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

#advantage-1 .advantage-img {
  width: 127.5px;
  height: 117.5px;
  background: url(../img/index/advantage-1.png) no-repeat;
  background-size: cover;
}

#advantage-2 .advantage-img {
  width: 119.5px;
  height: 117.5px;
  background: url(../img/index/advantage-2.png) no-repeat;
  background-size: cover;
}

#advantage-3 .advantage-img {
  width: 111px;
  height: 117.5px;
  background: url(../img/index/advantage-3.png) no-repeat;
  background-size: cover;
}

#advantage-4 .advantage-img {
  width: 111px;
  height: 117.5px;
  background: url(../img/index/advantage-4.png) no-repeat;
  background-size: cover;
}

#advantage-5 .advantage-img {
  width: 136px;
  height: 117.5px;
  background: url(../img/index/advantage-5.png) no-repeat;
  background-size: cover;
}

#advantages p {
  font-size: 15px;
  font-weight: 500;
}

#advantages-small .advantage {
  margin-bottom: 20px;
}

#advantages-small #advantage-5 {
  margin-bottom: 0;
}

#references {
  color: white;
  background-image: linear-gradient(to right, #f7d06d, #f89a49);
  padding-left: 50px;
  padding-right: 50px;
}

#references {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}

#references h2 {
  margin-bottom: 56px;
}

.reference {
  text-align: left;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
}

.reference .citation {
  font-style: italic;
  margin-bottom: 25px;
}

.reference .citation a {
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}

.reference .citation a:hover, .reference .citation a:active, .reference .citation a:focus {
  color: #f39049;
}

.reference-info img {
  float: left;
}

.reference-name {
  float: left;
  margin-left: 16px;
  margin-top: 19px;
}

.reference-name .pet {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

#reference-1 {
  background: url(../img/index/quote.png) no-repeat;
  background-size: 88px 73px;
  margin-bottom: 40px;
}

#reference-2 {
  background: url(../img/index/quote-inverted.png) no-repeat;
  background-size: 88px 73px;
  margin-bottom: 40px;
}

#reference-3 {
  background: url(../img/index/quote-inverted.png) no-repeat;
  background-size: 88px 73px;
}

@media only screen and (min-width: 768px) {
  #reference-1 {
    margin-bottom: 0;
  }
  #reference-2 {
    margin-bottom: 0;
    background-position: top center;
  }
  #reference-3 {
    background-position: top right;
  }
  #reference-3 .reference-info, #reference-2 .reference-info {
    text-align: right;
  }
  #reference-2 .reference-info {
    position: absolute;
    left: 50%;
    margin-left: -106px;
  }
  #reference-3 .reference-name, #reference-2 .reference-name {
    float: right;
    margin-right: 16px;
  }
  #reference-3 .reference-info img, #reference-2 .reference-info img {
    float: right;
  }
}
#process-image {
  position: relative;
  left: 50%;
  margin-left: -293.5px;
}

#process-container {
  margin-top: 92px;
}

#process h2 {
  margin-top: 2px;
  margin-bottom: 65px;
}

#about {
  margin-top: 100px;
  background: url(../img/yello-gradient-background.png) repeat-x;
  padding-left: 50px;
  padding-right: 50px;
}

#about-text {
  text-align: left;
  padding-top: 30px;
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-text {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-text {
    padding-top: 161px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #about-text {
    padding-top: 161px;
    padding-right: 200px;
    padding-left: 50px;
  }
}
#about-img {
  margin-top: 50px;
}

#about-img, #about-large-img {
  border-radius: 25px;
  box-shadow: 0 0 25px 15px #e5e5e5;
}

#about-large-img {
  margin-top: 100px;
  position: relative;
  left: 50%;
  margin-left: -193px;
}

#about-img-col {
  text-align: center;
}

#about-button {
  margin-top: 18px;
  margin-left: 0;
  margin-right: 0;
  width: 186px;
}/*# sourceMappingURL=home.css.map */