@charset "UTF-8";

/* Site custom styles */

.red-text-test {
  color: red; /* stylelint-disable-line color-named -- For demo purposes */
}

.hero-section .container .col-md-6 {
  float: left;
}

.hero-section .js-fullheight-home h1 {
  margin-top: 75px;
}

.hero-section .js-fullheight-home h2 {
  color: #fff;
}
