.main-container {
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;
  }

/* this is the base size picked up from the rem in this and other .css files */
  html {
    font-size: 18px;
}
/* Whole document: */
 /* body{
 
  font-family: 'Verdana';
  font-size:18px;
} */

/* font-family: 'Fira Sans'; */
/*    color: #485156;*/


/*.r{
    font-size:12px;
}*/

/*.hljs{
    font-size:12px;
}
*/
#text{ /* normal text */
    color: #485156;
}

h1.title{
    line-height: 120%;
}

h1{ /* ,h2,h3,h4 heading */
    color: #8B2822;
}

h1,h2,h3,h4{ /* heading */
    font-size:1.5em;
}

.level4  {
    margin-top: 3em;
    
}

/* h4{
    margin-bottom: 1em;
}*/

strong{ /* bold in markdown text */
    color: #8B2822;
}


a, a > code { /* links */
    color: #49B170;
    text-decoration: none;
}

.hljs-string { /* strings in code */
    color: #F07F3C;
}


.hljs-keyword { /* library names in code */
    color: #8B2822;
    font-weight: bold;
}


.hljs-literal {/* literals like TRUE and NA */
    color: #49B170;
}

.nav-link:active {
    color: #49B170;
}

.sidebar nav[role=doc-toc] ul>li>a.active {
    border-left: 1px solid #49B170;
    color: #49B170 !important;
}

.hljs-number { /* numbers in code */
    color: #DA5438;
}

.navbar { /* numbers in code */
    background-color: #8B2822;
}

/* .navbar-title {

color: #49B170;

} */

div.sidebar-item-container .active, div.sidebar-item-container .show>.nav-link, div.sidebar-item-container .sidebar-link>code {
    color: #49B170;
}


/* ISRIC COLORS
#485156
#49B170
#8B2822
#DA5438
#F07F3C
#FBBE5E*/

