/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0;
  height: 100px;
  background-color: #0f2044;
}
/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 300px;
 background-image: url("https://uncgcat.instructure.com/files/1398~16761214/download?download_frd=1"); 
  background-repeat: no-repeat;
  background-repeat: no-repeat; /* Prevents the image from tiling */
  background-position: center center; /* Centers the image horizontally and vertically */
  background-size: cover; /* Ensures the image covers the entire area, potentially cropping */

}
/*Cart Button*/
svg.css-1uh2md0-inlineSVG-svgIcon{
    fill: #ffb71b;
    display: inline-block;
    overflow: visible;
    color: white;
    vertical-align: middle;
    line-height: 1;
}
h1.css-1dsbrh5-view-heading{
display:none;}