@media (min-width: 992px) {
  ._navbar-toggler {
    display: none;
  }
}

.navbar-header img {
  height: 50px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

.toc {
  margin-bottom: 10px;
}

table {
  margin-top: 20px;
  margin-bottom: 20px;
}

:target {
  scroll-margin-top: 75px;
}

.body-styling {
  background-color: #c3c3c3;
  border: 5px solid #818181;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

html {
  background-color:	#488888;
}

.button-round {
  border-radius: 7px;
}

.button-square {
  border-radius: 0px;
}

.title-bar-color {
  background-color: #010081;
}

._text-black {
  color: #000000 !important;
}

._text-white {
  color: white !important;
}

._background-dgray {
  background-color: #818181;
}

code {
  background: #fff !important;
  box-shadow: inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a !important;
  display: inline-block;
  /*margin-top: 5px !important;*/
  /*margin-bottom: 5px !important;*/
  /*margin-right: 5px !important;*/
  /*margin-left: 5px !important;*/
  padding: 3px 5px !important;
  color: #575151 !important;
  word-break: unset !important;
  white-space: pre-wrap;
}

pre {
  display: block !important;
}

._accordion-body-post {
  background: #fff;
  box-shadow: inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a !important;
  /*white-space: pre-wrap;*/
  margin-top: 4px;
  margin-bottom: 10px;
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
}

._font_small { 
  font-size: 10pt; 
}

._book_img {
  width: 100%;
  height: 30vh;
  width: 20vh;
  object-fit: contain;
}

._bg_gray {
  background-color: #818181;
}

._btn_large {
 width: 45px;
 height: 40px;
}

._navbar-toggler {
  transition: box-shadow 0.15s ease-in-out !important;
}

._tag {
  display: inline-block;
  background-color:#afabab;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-right: 3px;
  margin-left: 3px;
  border: 2px solid rgb(26, 25, 25);
  box-shadow: 3px 3px gray;
  padding: 3px;
}

._accordion-header-post {
  margin-left: 3px !important;
  margin-right: 4px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-border-color: rgba(255, 255, 255, 0);
  --bs-accordion-body-padding-x: 0rem;
  --bs-accordion-body-padding-y: 0rem;
  --bs-accordion-btn-icon-transform: rotate(90deg);
}

.accordion-button::after {
  order: -1;
  margin-left: unset;
  transform: rotate(-90deg);
  margin-right: 5px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
}

._accordion-button-post {
  color: black !important;
  font-weight: bold;
  box-shadow: -2px -2px #e0dede, -2px 0 #e0dede, 0 -2px #e0dede,
  -4px -4px white, -4px 0 white, 0 -4px white, 2px 2px #818181,
  0 2px #818181, 2px 0 #818181,  2px -2px #e0dede, -2px 2px #818181,
  -4px 2px white, -4px 4px black, 4px 4px black, 4px 0 black, 0 4px black,
  2px -4px white, 4px -4px black !important;
  background-color: #818181 !important;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
  margin-left: 1px !important;
  margin-right: 2px !important;
}

.accordion-button {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  margin-right: 5px;
}

._colorized_address_0 {
  color: #171dec;
  display: inline;
}

._colorized_address_1 {
  color: #b42020;
  display: inline;
}

._colorized_address_2 {
  color: #1b9f5e;
}

._colorized_address_3 {
  color: #5c27c4;
}

._colorized_address_4 {
  color: #fd7e14;
}

._colorized_address_5 {
  color: springgreen;
}

._colorized_address_6 {
  color: #cbba22;
}

._colorized_address_7 {
  color: #c519b0;
}

._colorized_address_8 {
  color: #2783a6;
}

._hr-thick {
  border: 1px solid black;
  opacity: 1;
  /*color: inherit;*/
  /*border-color: black;*/
}