/*----------------------------------------------
*
* [Theme Pink Stylesheet]
*
* Theme    : Leverage
* Version  : 2.1
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    
    --primary-color: #650D12;
    --secondary-color: #411215;
}

/* #endregion Root */


header .navbar-expand {
    background-color:rgba(101,13,18,0.8);
}
header .navbar-expand.navbar-sticky {
    padding:5px 25px;
}