
    html{
       scroll-padding-top: 90px;
       font-size: 71%;
    }
    p {
        font-size: 1.2em;
    }
    .brand-logo img{
        margin-left: 4px;
        margin-top: 29px;
    }
    .dropdown-content li>a{
        color: #103060;
    }
    
    .sidenav-overlay{
        z-index: 995;
    }
    
    ul.sidenav{
        margin-top: 29px;
        box-shadow: none;
        border-right: 1px solid #ddd;
        padding-bottom: 138px;
    }

    .sidenav li a{
        overflow-wrap: break-word;

    }
    .sidenav li>a{
        height: auto !important;
        line-height: 21px !important;
    }
    .river {
        background: #103060;
    }
    .text-river{
        color: #103060;
    }
    .terra {
        background: #F7BEA1;
    }
    .text-terra{
        color: #F7BEA1;
    }
    .leaf{
        background: #2ED1B0;
    }
    .text-leaf{
        color: #2ED1B0;
    }
    .grass{
        background: #D7F29E;
    }
    .text-grass{
        color: #D7F29E;
    }
    .sun{
        background: #FBFBC5;
    }
    .text-sun{
        color: #FBFBC5;
    }
    .dark-sand{
        background: #F1EAE5;
    }
    .text-dark-sand{
        color: #F1EAE5;
    }
    .light-sand{
        background: #F6F5F3;
    }
    .text-light-sand{
        color: #F6F5F3;
    }
    .sky{
        background: #BAF2F2;
    }
    .text-sky{
        color: #BAF2F2;
    }
    .night-black{
        background: #1C1A17;
    }
    .text-night-black{
        color: #1C1A17;
    }
    .btn:hover, .btn-large:hover, .btn-small:hover {
        background: #1C1A17;
        color: #F6F5F3;
        
    }
    table {
        margin: 11px; 
        border-top: 1px solid black;
    } 
    table p{
        font-size: 13px;
    }
    table caption{
        border-top: 1px solid black;
        padding: 13px;
    }
    .header-inline{
        display: inline;
    }
    .header-container{
        margin: 21px 0 21px 0;
    }
    .page-footer{
        margin-top: 5em;
    }
    .sidebar{
        margin-bottom: 21px;
    }
    .current{
        color: #103060; 
    }
    
    pre{
        white-space: pre-wrap;
        border-radius: 11px;
        padding: 11px;
        background: #F6F5F3
    }
