/*=================================================================================

    Theme Name: Geers
    Theme URI: http://itgeeks.info/
    Description: Creative Startup Landing Page
    Author: ITGeeks
    Author URI: http://itgeeks.info/
    Version: 1.0

    SCSS Stylesheet

===================================================================================*/

$theme-color-1:           #ff8048 !default;
$theme-color-2:           #f434a1 !default;
$link-color: 			  #ff8048 !default;
$link-focus-color: 		  #ff8048 !default;

/**
 *  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 )
// ==================================


// ==================================
