/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2021 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: https://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* This is a variant of default template style */

body {
	background: url(../../images/bg2.jpg) center center no-repeat;
}

.header_area.sparky_full {
    background-image: url(../../images/header_bg2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat;
}

.topmenu_area.sparky_full {
    background-image: url(../../images/topmenu_bg2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat;
}

.sparky_row3.sparky_full {
    background-image: url(../../images/carousel_bg2.jpg);
    background-size: auto 450px;
    background-position: center top;
    background-repeat: repeat-x;
}