/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

#gradient {
  background: #1a1919;
  background: -webkit-linear-gradient(
    0deg,
    rgba(26, 25, 25, 0.9) 0%,
    rgba(77, 77, 85, 0.8) 50%,
    rgba(128, 128, 128, 0.7) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(26, 25, 25, 0.9) 0%,
    rgba(77, 77, 85, 0.8) 50%,
    rgba(128, 128, 128, 0.7) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(26, 25, 25, 0.9) 0%,
    rgba(77, 77, 85, 0.8) 50%,
    rgba(128, 128, 128, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1919", endColorstr="#000000", GradientType=0);
  opacity: 0.8;
}
