/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header {
    position: fixed !important;
    height: 70px;
    z-index: 9999999;
    width: 100%;
    background: white;
}

.page-headers{ 
  margin-top: 90px
}
}