@import url("styles/themes/theme-lucy.min.css");
.factory-flag{ visibility: hidden; }

/*Apptivities CSS */
.AM-shop {
  background: #ffffff;
  padding: 20px;
}
.AM-shop p {
  color: black;
}
.AM-shop .btn, .btn-blue {
  background: #64cdf3;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font=weight: 900;
  border: 1px solid #64cdf3;
}
.AM-shop img {
  width: 100%;
}
@media (min-width: 900px){
  #additional-links {
    float: right;
  }
  #slide-heading {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 900px){
  #slide-heading {
    font-size: 35px;
    line-height: 40px;
  }
}

#how-we-work i {
  border: 1px solid white;
  border-radius: 50%;
  font-size: 20px;
  height: 100px;
  width: 100px;
  padding-top: 35px;
}
