/* Global Styles */

.text-primary {
  color: #b29563;
}

.bg-primary {
  background: #b29563;
}
.border-primary {
  border: 1px solid #b29563;
}

/* /Global Styles */

/* Welcome Section Styles */
#welcome {
  background-image: linear-gradient(
      to right,
      #fff,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    ),
    url("../images/welcome/background.jpg");
  background-size: cover;
  background-position: right center;
}

#steps {
   background-image: linear-gradient(
        to left,
        #fff,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
      ),
      url("../images/welcome/steps.jpg");
}
/* /Welcome Section Styles */

/* Testimonials Section Styles */
#testimonials hr {
  height: 2px;
}

/* This is temporal */
.stars img {
  height: 50px;
  width: 100px;
}
/* /Testimonials Section Styles */

/* About Section Styles */
#about p {
  padding: 16px 0;
}
/* /About Section Styles */
