/* line 1, /var/www/htdocs/app/assets/stylesheets/stickybgcolor.scss */
.stickybgcolor {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 9;
}
