/*
Theme Name: Spice
Theme URI: https://wordpress.org/themes/spice/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: spice

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.uk-slideshow-fullscreen, .uk-slideshow-fullscreen>li {
    height: 50vh;
}


.inner_page
{
	background: url(./images/page-heading1.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}


.inner_page1
{
    background: url(./images/page-heading2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}


.inner_page2
{
    background: url(./images/page-heading3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}


.inner_page3
{
    background: url(./images/page-heading4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}


.inner_page4
{
    background: url(./images/page-heading5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}





.uk-sticky-placeholder
{
	height: 146px;
    margin: 0px;
    position: absolute ;
    width: 100% ;
}


#impx-header {
    position: absolute;
    z-index: 10;
    width: 100%;
}



