/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }

 
 #category .jarallax {height:450px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;margin-bottom: 1rem;
    }
     
     
     
    #category .gdm-category-description {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 3rem;
       
        text-align: center;
        width:100%;
    }
    #category .gdm-category-description h1, #category .gdm-category-description p {
       color:white;
    }