/*=================================================================================

    Theme Name: Tazkarty
    Theme URI: http://itgeeks.info/
    Description: Travel HTML Template
    Author: ITGeeks
    Author URI: http://itgeeks.info/
    Version: 1.0

    SCSS Stylesheet

===================================================================================*/



/**
 *  styles.css file is divided as the following:
 *  
 *  ( 01 ) - General Settings
 *  ( 02 ) - General Contents
 *  ( 03 ) - Header
 *  ( 04 ) - Content
 *  ( 05 ) - Footer
 *
 */



// Imports ( Others at Bottom )
// ==================================


/**
 * First, including commons.css which contains
 * css-helpers codes
*/

@import "commons";

// ==================================




@import "header";
@import "banner";
@import "content";
@import "footer";




// Imports ( Rest imports )
// ==================================


// ==================================
