/* Move down content because we have a fixed navbar that is 3.5rem tall */

main{
  padding-top: 4.5rem;
  height:100vh;
  
}
/* Ensure container and row fit within main */
main .container-fluid {
    height: 100%;
    padding: 0;
    margin: 0;
}

main .container-fluid .row {
    height: 100%;
    margin: 0;
}
body{
  background-color: #1e1e1e;
  font-family: 'Roboto', sans-serif;
  color: #2e475d;
  padding-left: 50px;
  padding-right: 50px;
  color: rgba(59,69,78,1.00);
  min-height: 100vh;
  min-height: -webkit-fill-available;

}

/* Prevent the whole page from scrolling */
.no-body-scroll {
    overflow: hidden;
    height: 100vh;
}

h1,h2,h3,h4,h5,h6{
  color: #d8d8d8ff;
}
p{
  font-size: 1.2em;
  line-height: 26pt;
}
pre{
  background-color: #1e1e1e;
  font-size: 1.2em;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #d8d8d8ff;
  text-align: left;

}
code{
  font-family: 'Courier New', monospace;
  font-size: 1em;
  background-color: #2d2d2d;
  color: #d8d8d8ff;
  text-align: left;
}

/*overflow-wrap: break-word;*/
#doc-menu{
  border-right-style: solid;
  border-width: 2px;
  border-color: coral;
  
  font-size: 1.2em;


}

#md-content{
  padding-left: 20px;


}

tr:nth-child(even){background-color: #e0e0e0;}

table, th, td {
  border: 1px solid;
  padding: 15px;
}



a:hover{
  color: #79c0ff;
}
.menu_button{
  margin-top: 5px;
  display: block;
  position: relative;
  width: 100%;
}

#prev #next{
  font-size: 40px !important;
}
.navbar{
  margin: auto;
  padding-left: 5px;
}

/* for bootstrap side bar */



html {
  height: -webkit-fill-available;
}



.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  outline: none;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
  outline: none;
}
.btn-toggle:focus:not(:hover) {
  background-color: transparent;
}
.btn-toggle:active {
  background-color: transparent;
  outline: none;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

strong {
  color:#000;
  font-weight: bold;
}

/* Fix spacing for prev/next nav inside md content */
#md-content-end-nav {
  align-items: center; /* vertically center column content */
  font-size: 1.4em;
}

#md-content-end-nav p {
  margin: 0; /* remove default paragraph margins that create extra white space */
}

.end-nav-link-div {
  border:#000 solid 1px;
  padding: 10px;
  border-radius: 5px;
}