// Colors 
$color-theme: #1cb9c8;
$color-secondary: #3498db;
$color-body: #444444;
$color-heading: #333333;
$color-border: #dddddd;
$color-grey: #f5f5f5;
$color-dark : #202020;
$color-black: #000000;
$color-white: #ffffff;


// Font Family
$ff-body: 'Open Sans', sans-serif;
$ff-heading: 'Roboto', sans-serif;


// Font Size
$fz-body: 14px;
$fz-heading-1: 42px;
$fz-heading-2: 36px;
$fz-heading-3: 26px;
$fz-heading-4: 22px;
$fz-heading-5: 18px;
$fz-heading-6: 16px;


// Line Height
$lh-body: 24px;
$lh-heading-1: 52px;
$lh-heading-2: 46px;
$lh-heading-3: 36px;
$lh-heading-4: 32px;
$lh-heading-5: 28px;
$lh-heading-6: 26px;


// Input Button Height
$input-button-height: 50px;

$transition: all 0.3s ease-in-out;

// Layouts
$layout-dektop : 'only screen and (min-width: 1920px)';
$layout-desktop-xs: 'only screen and (min-width: 1600px) and (max-width: 1919px)';
$layout-laptop : 'only screen and (min-width: 1200px) and (max-width: 1599px)';
$layout-notebook: 'only screen and (min-width: 992px) and (max-width: 1199px)';
$layout-tablet : 'only screen and (min-width: 768px) and (max-width: 991px)';
$layout-mobile-lg : 'only screen and (max-width: 767px)';
$layout-mobile-sm : 'only screen and (max-width: 575px)';
$layout-mobile-xs : 'only screen and (max-width: 480px)';



// Social Colors
$facebook: #3b5999;
$messenger: #0084ff;
$twitter: #55acee;
$google-plus: #dd4b39;
$pinterest: #bd081c;
$linkedin: #0077B5;
$flickr: #ff0084;
$dribbble: #ea4c89;
$google: #DD4B39;
$skype: #1ab7ea;
$behance: #0057ff;
$youtube: #cd201f;
$vimeo: #86C9EF;
$yahoo: #410093;
$paypal: #00588B;
$delicious: #205CC0;
$flattr: #F67C1A;
$android: #A4C639;
$tumblr: #34465d;
$wikipedia: #333333;
$stumbleupon: #eb4924;
$foursquare: #f94877;
$digg: #191919;
$spotify: #81B71A;
$reddit: #ff5700;
$cc: #688527;
$vk: #4c75a3;
$rss: #EE802F;
$podcast: #E4B21B;
$dropbox: #007ee5;
$github: #171515;
$soundcloud: #ff3300;
$wordpress: #21759b;
$yelp: #af0606;
$scribd: #666666;
$cc-stripe: #008CDD;
$drupal: #27537A;
$slideshare: #0077b5;
$get-pocket: #EE4056;
$bitbucket: #0E4984;
$stack-overflow: #EF8236;
$hacker-news: #ff6600;
$xing: #126567;
$instagram: #e4405f;
$quora: #b92b27;
$openid: #E16309;
$steam: #111111;
$amazon: #E47911;
$weibo: #df2029;
$blogger: #f57d00;
$whatsapp: #25D366;
$wechat: #09b83e;
$line: #00c300;
$medium: #02b875;
$vine: #00b489;
$slack: #3aaf85;
$snapchat: #FFFC00;