/* 
    Theme Name: kinesi
    Text Domain: kinesi
    Vesion: 1.0
    Description: Mother Theme
    Tags: Style
    Author: Nicola Adrian
    Author URI: https://nicolaadrian.ch
*/








/*** MY CSS ****/




/*** Sections & Modules ***/

/* section{
    position: relative;
    margin-top: calc(-1 * var(--section-intersection));
    padding-top: calc(var(--section-intersection) + var(--section-top-p));
    min-height: 60vh;
    border-radius: 0px 0px 100px 100px;
    box-shadow: #999 0px 0px 15px -5px;
}
*/

/*** Section default:full-h & half-h ***/  
/* section{ min-height: calc(var(--section-intersection) + 90vh);}
.half-h{ min-height: calc(var(--section-intersection) + 50vh);}
.auto-h{ min-height: auto; }
 */

/*** OVERLAY SETUP ***/

/* header{ position: sticky; z-index: var(--bz-index)}
section:nth-child(0){ z-index: calc(var(--bz-index) - 0)}
section:nth-child(1){ z-index: calc(var(--bz-index) - 1)}
section:nth-child(2){ z-index: calc(var(--bz-index) - 2)}
section:nth-child(3){ z-index:calc(var(--bz-index) - 3)}
section:nth-child(4){ z-index:calc(var(--bz-index) - 4)}
section:nth-child(5){ z-index:calc(var(--bz-index) - 5)}
section:nth-child(6){ z-index:calc(var(--bz-index) - 6)}
section:nth-child(7){ z-index:calc(var(--bz-index) - 7)}
section:nth-child(8){ z-index:calc(var(--bz-index) - 8)}
section:nth-child(9){ z-index:calc(var(--bz-index) - 9)}
section:nth-child(10){ z-index:calc(var(--bz-index) - 10)}
 */ 


/** FONTS ***/



.cfs-2{
    font-size: 18px;
}



/* *,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
}
body {
    color: var(--dark);
    font-family: var(--normal);
    overflow-x: hidden;
}
a{
    color: var(--dark);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
    font-weight: bold;
   
}  */


/* .header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: var(--sidebar-width);
    background: var(--apricot);
    color: #fff
}
.header .site-title {
    color:var(--white);
    font-size:1.2em;
    display:block;
} */





/******** HEADER ***********/

#header-logo{
    
}

nav{
    background-color: var(--cream);
}

