/* Full hero background */
.home-hero {
  height: 280px;
  background-image: url("https://intdatsys.com/wp-content/uploads/2017/02/bkgd.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  padding-left: 16%;
}

/* Left-aligned text block */
.home-hero-content {
  text-align: left;
  color: #ffffff;
}

/* Small brand line */
.home-hero-brand {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

/* Main stacked headline */
.home-hero-headline {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 2px;
}

/* Trademark */
.home-hero-brand .tm {
  font-size: 0.35em;
  vertical-align: super;
  font-weight: 400;
  margin-left: 2px;
}

/* Spacer between brand header and carousel */
.home-hero-spacer {
  height: 40px;
  background-color: #ffffff;
}

/* Bottom content section */
.home-about {
  background-color: #ffffff;
  padding: 80px 0;
}

/* Image */
.home-about-image {
  max-width: 380px;
}

/* Title */
.home-about-title {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Paragraph text */
.home-about p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #333;
}

