/*
#content {
	margin-top:5.5rem;
}
*/
.sidebar {
  padding: 0;
  border-right: 1px solid var(--bs-border-color); }

.content-header {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem / 2;
  border-bottom: 1px solid var(--bs-border-color);
  /*
	@include media-breakpoint-up(lg) {
		margin-bottom: 0;
		padding: $space 1rem;
	}

	@include media-breakpoint-down(md) {
		border-top: 1px solid var(--bs-border-color);
	}
*/ }
  .content-header .breadcrumb {
    margin: 0;
    padding: 0;
    border: 0; }

.content-body {
  margin-top: 0 !important;
  /*
	@include media-breakpoint-up(lg) {
		> article {
			padding: 3.125rem 1.5rem 5rem;
		}

		> aside {
		}
	}
*/ }
  .content-body > article {
    padding: 1.5rem 1.5rem 5rem;
    padding-bottom: 5rem; }
  .content-body > aside {
    padding: 0.75rem;
    border-left: 1px solid var(--bs-border-color); }
  .content-body .toc {
    margin-left: -1.8rem;
    margin-right: -2rem; }

.toc .nav-link {
  position: relative;
  width: 100%;
  color: var(--bs-secondary);
  border-left: 2px solid transparent;
  padding: 0.5rem 2rem; }
  .toc .nav-link:hover {
    color: var(--bs-link-color);
    border-color: var(--bs-link-color); }
  .toc .nav-link.active {
    color: var(--bs-body-color);
    border-color: var(--bs-link-color); }
    .toc .nav-link.active + ul {
      display: block; }

.toc > ol {
  padding-left: 0; }

.toc ol {
  list-style: none; }
  .toc ol .nav-link {
    border-color: var(--bs-border-color);
    border-left: 1px solid transparent; }
    .toc ol .nav-link.active, .toc ol .nav-link:hover {
      border-left: 1px solid var(--bs-link-color); }

.menutree {
  padding: 5px;
  margin: 0;
  padding: 0;
  margin-right: -1px;
  place-content: flex-end;
  width: 100%; }
  .menutree ul {
    margin: 0;
    padding-left: 0.5rem;
    list-style: none; }
  .menutree > ul {
    padding: 0; }
  .menutree li:last-child {
    border: 0; }
  .menutree li a:hover,
  .menutree li.active > a {
    background: var(--bs-primary-bg-subtle);
    background: rgba(var(--bs-primary-rgb), 0.05);
    border-right: 1px solid var(--bs-primary); }
  .menutree li.active > label > a {
    border-right: 1px solid var(--bs-primary); }
  .menutree li.expand ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s; }
  .menutree li.expand input {
    /* Show when checked */ }
    .menutree li.expand input:checked ~ ul {
      visibility: visible;
      opacity: 1;
      max-height: none; 
      margin-bottom:1rem}
    .menutree li.expand input:checked ~ label::after {
      transform: none;
      line-height: 3; }
  .menutree a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--bs-body-color);
    padding: 0.4rem 0.7rem;
    font-size:14px; }
  .menutree label {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer; }
  .menutree input[type=checkbox] {
    display: none; }
  .menutree label::after {
    content: "\2304";
    font-size: 150%;
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    transition: all 0.5s;
    transform: rotate(-90deg);
    /* Icon font enhancement */
    line-height: 3;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 80%;
    opacity: 0.5; }
  .menutree:hover label::after {
    opacity: 1; }

.post {
  
	h1 {
		margin-bottom:2rem;
		font-size:3rem;
		font-weight: 700;
		margin-top: 1.4rem;
	}    

	h2 {
		font-size:1.6rem;
		border-bottom: 1px solid var(--bs-border-color);
		padding-bottom: 0.5rem;
		font-weight: 600;
		margin-top: 1.4rem;
	}    

	h3 {
		font-size:1.4rem;
		font-weight: 600;
		margin-top: 1.4rem;
	}    

	h4 {
		font-size:1.2rem;
		font-weight: 600;
		margin-top: 1.4rem;
	} 
}
  .post .post-content {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height); }
    .post .post-content pre {
      padding: 1rem;
      background: #f6f8fa;
      border: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
      white-space: pre-wrap;
      font-size: 0.9rem; }
      .post .post-content pre code {
        background: transparent;
        white-space: pre-wrap; }
    .post .post-content img {
      border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
      border-radius: 2px; }
    .post .post-content > * {
      max-width: initial !important; }
    .post .post-content b, .post .post-content strong {
      font-weight: 600; }
    .post .post-content > ul, .post .post-content > ul li > ul {
      list-style:none; }
    .post .post-content ul li {
      margin-bottom: 0.5rem; }
    .post .post-content ul li::marker {
      color: var(--bs-tertiary-color); }

.footer, footer.footer-1 {
  margin-top: 0; }

.content {
  margin-top: 0; }

.sticky-top {
  z-index: 5; }

h1, .h1 {
  font-weight: 600; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1.4rem;
  font-weight: 500; }

.post-list .post {
  padding: 1rem; }
  .post-list .post .post-title {
     }

@media screen and (min-width: 767px) {
  .navigation-1 {
    box-shadow: none;
    border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.08); } }


a {
	//color:var(--bs-body-color);
}


.menutree > div > ul > li > label > a {
    font-size:1rem;
}    
    
.post .post-content img, .post .post-content svg, .post .post-content video {
  margin: 1rem auto;
}    

li[data-v-post] a {
    font-size: 14px;
}

.menu-content {width:100%}
