@font-face {
  font-family: "museosans";
  src: url("fonts/museo_sans-300-webfont.woff2") format('woff2');
}

@font-face {
  font-family: "museosans";
  src: url("fonts/museo_sans-500-webfont.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: "museosans-thin";
  src: url("fonts/museo_sans-100-webfont.woff2") format('woff2');
  font-weight: light;
}

[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}

    body {
        background-color: #F0EBE3;
        color: #000;
	font-family: museosans;
    }

    .row {
	padding: calc(var(--bs-gutter-x) * 1);
        background-color: #FBFCFE9E;
        border-radius: 5px;   
    }
    .navbar {
        padding: 15px 0;
	background-color: #f0ebe3;
    }

	div.container:nth-child(2) {
	padding-top: 0px;
	margin-top: 0px;
	}

	div.container:nth-child(1) {
  /* padding-right: \); */
  /* padding-right: 9px; */
  padding-right: 0px;
  padding-left: 0px;
}


    .navbar-brand {
        font-size: calc(1.2rem + 1.2vw);
        color: #000;
        font-weight: bold;
    }
    .navbar-brand img, .avatar img {
        margin-right: 10px;
	margin-bottom: 20px;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        object-fit: cover;
    }
    .navbar-brand:hover {
        text-decoration:none;
    }
    .navbar-nav .nav-link {
        color: #000;
     /*   font-size: 16px; */
        padding: .25em .8em;
    }
    .navbar-nav li.active > a {
        background-color: rgba(0, 0, 0, 0.06);
        text-decoration: none;
        border-radius: 5px;
    }
    ul.dropdown-menu {
        background-color: #efe7dc;
        border: 1px solid rgba(51, 51, 51, 0.1);
    }
    .container {
        /*! max-width: 900px; */
        margin: auto;
        width: 96%;
    }

    blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-left: 15px;
	border-left: 5px solid #d8d1c68c;
	border-radius: 2px;
	font-family: museosans-thin;
    } 
    .post {
        padding-top: 40px;            
    }
    .about-box {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }
    .profile-title {
        /*! font-size: 30px; */
        font-weight: bold;
        margin-bottom: 10px;
    }
    .blog-title {
        /*! font-size: 40px; */
        font-weight: bold;
        text-align: center;
    }
    .description {
        text-align:center;
        margin-bottom:2rem;
    }
    .blog-entry {
        border-bottom: 1px solid #ccc;
        padding: 30px 0;
    }
    .blog-entry h2, .blog-entry h3 {
       /*! font-size: 22px; */
        font-weight: bold;
    }
    .blog-entry h2 a, .blog-entry h3 a {
        color: #000; /* Dark color */
        text-decoration: none; /* Remove default underline */
        transition: all 0.3s ease;
    }
    .blog-entry h2 a:hover, .blog-entry h3 a:hover, a:hover {
        text-decoration: underline; /* Add underline when hovered */
    }
    a {
        color: #000; /* Dark color */
        text-underline-offset: 4px;
    }
    a:hover {
        color: #666;
    }
    .blog-entry p {
        font-size: 16px;
        color: #333;
    }
    .post-title {
      /*!  font-size: 40px; */
        font-weight: bold;
    }
    .post-meta {
      /*!  font-size: 14px; */
    }
    .post-meta .date {
        color: #3e3e3e;
    }
    .post-content {
	font-size: 1rem;
  	line-height: 1.5rem;
        margin-top: 20px;
    }
    .post-content img {
        display: block;
        max-width: 100%;
    }
    .post-content h2,
    .post-content h3,
    .post-content h4 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .post-image {
        width: 100%;
        height: auto;
        margin-top: 20px;
        border-radius: 8px;
    }
    .navigation-links {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .navigation-links a:hover {
        text-decoration:none;
    }
    .comments-section {
        margin-top: 40px;
    }
    .taxonomy, .related-posts, .comments-area {
        margin-top: 40px;
    }
    .pagination-container {
        margin-top: 40px;
        text-align: center;
    }
    .pagination {
        justify-content: center !important;
    }
    .footer {
        text-align: center;
        padding: 30px 0;
        font-size: 14px;
        color: #333;
        margin-top: 40px;
    }
    pre {
        background-color: rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(51, 51, 51, 0.1);
        line-height: 1.4;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.2em;
        font-size: 14px;
        border-radius: 4px;
        color: #000;
    }
    code {
        color: #000;
        background-color: rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(51, 51, 51, 0.1);
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
	font-family: courier;
    }
    pre > code {
        background-color: transparent;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    table {
        background-color: rgba(0, 0, 0, 0.06);
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        overflow: auto;
        display: block;
        border-radius: 4px;
    }
    th {
        background-color: rgba(0, 0, 0, 0.08);
    }
    th, td {
        border:1px solid #fff;
        padding: 10px;
        width:100%;
    }
    .toc-wrapper {
        background-color: #E4DCCF!important;
        margin: 1rem 0;
    }
    .toc div {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .box {
    /*    background-color: #E4DCCF; */
    /*    padding: 1.6rem; */
    /*    border: 1px solid rgba(51, 51, 51, 0.1); */
        border-radius: 5px;
        margin-bottom: .5rem;
    }
    .box p:last-child {
        margin-bottom: 0px;
    }
    .more-blog {
        color: #333;
    }
    .more-blog:hover {
        text-decoration:none;
    }
    .taxonomy a {
        margin-right: 3px;
    }
    .category {
        margin-right: .5rem;
    }
    .tags a:after {
        content: ',';
    }
    .tags a:last-child:after {
        content: '';
    }
    .line-separator {
        font-size: 20px;
        display:flex;
        font-weight:bold;
        align-items: center;
    }
    .line-separator:after {
        background-color: #ccc;
        content: "";
        flex-grow: 1;
        height: 1px;
        margin-left: 1rem;
    }
    .avatar-wrapper a {
        text-decoration:none;
    }
    .footnotes {
        font-size: 16px;
    }
    pre code.hljs {
        padding:0;
        display: inline;
    }
    .hljs {
        background-color: transparent;
        background: transparent;
        color: #000;
    }
    pre .copy-code {
        position: absolute;
        top: 10px;
        right: 10px;
        display:none;
    }
    pre:has(code) {
        position: relative;
    }
    pre:has(code):hover .copy-code {
        display:block;
    }
    @media all and (max-width: 992px) {
        #navbarNav {
            margin-top: .625rem;
        }
    }

    #search-form input {
	padding: 4px 10px;
	width: 100%;
	color: var(--primary);
	font-weight: 700;
	border: 2px solid var(--tertiary);
	border-radius: var(--radius);
    }
