﻿/*!  qik_setup.css | v16021817.28 Copyright QikCss 2010 - 2016 | MIT License | http://QikCss.com  */
/*  qik_setup.css is used to set up the base page size, font type and size and color schema */
/*  Making changes to qik_reset.css is not recommended. */
/*  Use qik_theme.css to extend/override/style. */

/*===============================================================SETUP */
/*#region - SETUP  - */ 
/*  Set global page size backgound color and font size 
/* use only em to set global website font size*/

html {
    background: #fff;
}

body {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 200;
    line-height: 1.45;
    color: #2e2e2e;
    background: transparent;
}

#Page {
    background: transparent;
}
/*#endregion SETUP */
