/* Default nav link color */

.md-typeset, 
.md-typeset * {
    font-size: 15px !important;
}


.md-tabs__item{
  color:#0056D5 !important;

}
.md-sidebar__inner .md-nav__link {
  color: #141414 !important;
}


.md-sidebar__inner .md-nav__link:hover {
  color: #063a9b !important;
}


.md-nav__link--active {
  color: #007BFF !important; 
  font-weight: bold;
}
p {
    font-weight: normal !important;
}
li{
  font-weight: normal !important;
}
ul{
  list-style: none !important;
}
.md-typeset a code {
    background-color: #e0f7fa;
    
    border-radius: 4px;
    font-family: monospace;
    color: #0077aa;
}

/* Change background and border color for "info" admonitions */
.md-typeset .admonition.info,
.md-typeset details.info {
    background-color: white;   
    border: 1px solid #0050C7; 
}


.md-typeset .admonition.info .admonition-title {
    color:  #0050C7;  
}
pre {
    white-space: pre-wrap !important;
    word-break: break-word;
    overflow: visible !important;
    background-color: var(--md-code-bg-color);
    padding: 1em;
    font-weight: normal !important;
    font-family: monospace;
}
.md-typeset table th,
.md-typeset table td {
    padding: 2 !important;
}
.title{
   font-size: 50px;
}
.md-content h1 {
  font-size: 30px !important;
}

/* Increase font size for ## headers (h2 elements) */
.md-content h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  color: #0050C7 !important;
}

/* Increase font size for ### headers (h3 elements) */
.md-content h3 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-top: 1.2em !important;
  margin-bottom: 0.4em !important;
  color: #0050C7 !important;
}

/* Style for ## <b> headers used in API sections */
.md-content h2 b {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #0050C7 !important;
}
.md-content h1  {
  font-size:24px !important;
   font-weight: bold !important;
  color: #0050C7 !important;
}
.size{
  font-size:24px !important;
   font-weight: bold !important;
  color: #0050C7 !important;
}









