/* body {
    font-family: helvetica neue, Arial, Serif;
}
   
h1 {
    font-family: helvetica neue, Arial, Serif;
    color: #1499cf;
    font-weight: 500;
    font-size: 36px;
}

h2 {
    font-family: helvetica neue, Arial, Serif;
    color: #1499cf;
    font-weight: 400;
    font-size: 30px;
}

h3 {
    font-family: helvetica neue, Arial, Serif;
    color: #1499cf;
    font-weight: 400;
    font-size: 26px;
}

h4 {
    font-family: helvetica neue, Arial, Serif;
    color: #1499cf;
    font-weight: 400;
    font-size: 23px;
}

h5, h6 {
    font-family: helvetica neue, Arial, Serif;
    color: #1499cf;
    font-weight: 400;
}

a {
    color: #F29145;
    text-decoration: none;
    cursor: pointer;
}

.wy-side-nav-search {
    display: block;
    width: 300px;
    padding: 0.809em;
    margin-bottom: 0.809em;
    z-index: 200;
    background-color: #81ABBB;
    text-align: center;
    color: #fcfcfc;
}

.wy-nav-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2em;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100%;
    color: #81ABBB;
    background: #1C4E77;
    z-index: 200;
}

.wy-nav-content {
    padding: 1.618em 3.236em;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto;
}*/

.wy-table-responsive {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

/* .wy-menu-vertical li.current {
    background: #81ABBB;
}

.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
    background: #81ABBB;
}

.wy-menu-vertical li.toctree-l3.current>a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
    background: #81ABBB;
}

.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {
    color: #404040;
    font-weight: 700;
    position: relative;
    background: #F29145;
    border: none;
    padding: 0.4045em 1.618em;
}

.wy-menu-vertical li.current>a button.toctree-expand, .wy-menu-vertical li.on a button.toctree-expand {
    display: block;
    line-height: 18px;
    color: #333;
} */

l2.current li.toctree-l3>a {
    background: #81ABBB;
    color: #333;
    /* color:#F29145 */
} 
/* ---------- FONT SETUP ---------- */
/* If Aptos font files are available locally, load them */
@font-face {
    font-family: 'Aptos';
    src: url('../docs/fonts/Aptos-Regular.woff2') format('woff2'),
         url('../docs/fonts/Aptos-Regular.woff') format('woff');
         /* url('../fonts/Aptos-Regular.ttf') format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('../docs/fonts/Aptos-Bold.woff2') format('woff2'),
         url('../fonts/Aptos-Bold.woff') format('woff');
         /* url('../fonts/Aptos-Bold.ttf') format('truetype'); */
    font-weight: bold;
    font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Aptos', sans-serif !important;
}



/* ---------- COLOR VARIABLES ---------- */
:root {
    --gunmetal-3: #223241ff; /* Logo + Nav background */
    --accent-orange: #F29145; /* Active link color */
    --heading-black: #000000; /* Heading color */
}

/* ---------- BASE FONT ---------- */
/* body {
    font-family: 'Aptos', Arial, sans-serif;
} */

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Aptos', Arial, sans-serif;
    font-weight: bold;
    color: var(--heading-black);
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 23px; }
h5, h6 { font-size: 20px; }

/* ---------- LINKS ---------- */
a {
    color: var(--accent-orange);
    text-decoration: none;
    cursor: pointer;
}

/* ---------- NAV BACKGROUNDS ---------- */
.wy-side-nav-search {
    background-color: var(--gunmetal-3) !important;
    /* text-align: center; */
    color: #ffffff;
    display: block;
    width: 300px;
    padding: 0.809em;
    margin-bottom: 0.809em;
    z-index: 200;
    background-color: #81ABBB;
    text-align: center;
}

.wy-side-nav-search img {
    background-color: var(--gunmetal-3) !important;
    padding: 5px;
    border-radius: 4px;
}

/* Left sidebar background */
.wy-nav-side {
    background-color: var(--gunmetal-3) !important;
    color: #ffffff;
     position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2em;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100%;
    /* color: #81ABBB; */
    /* background: #1C4E77; */
    z-index: 200;

}

/* ---------- MENU COLORS ---------- */
.wy-menu-vertical li.current>a, 
.wy-menu-vertical li.on a {
    /* color: #404040; */
    font-weight: bold;
    background: var(--accent-orange);
    border: none;
    padding: 0.4045em 1.618em;
}

.wy-menu-vertical li.current {
    background: #81ABBB; /* You can change this if needed */
}
.wy-nav-content {
    padding: 1.618em 3.236em;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto;
}



