/* This is file for changing header image */

html {
    /* Change height of this gradiented image (in directory JoomlaDir/templates/krowlia/images/) to height of "header.jpg".
    Or link to another file (read below how) */
    background-image: url(../images/gray-background.png);
}

.header {
    /* Change height to height of header.jpg */
    height: 379px;
    /* Change either file "JoomlaDir/templates/krowlia/images/header.jpg"
    or path below (to link to file in "JoomlaDir/images/stories/header.jpg" write either "url(../../../images/stories/header.jpg)"
    or "url(http://yourdomain.com/images/stories/header.jpg)". Comment below are examples) */
    background-image: url(../images/header.jpg);
    /* background-image: url(../../../images/stories/header.jpg); */
    /* background-image: url(http://yourdomain.com/images/stories/header.jpg); */
}
