html {
  background-color: #fff !important; }

body {
  background-color: #fff !important;
  color: #555 !important; }

.mx-0 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.mb-40 {
  margin-bottom: 40px !important; }

:root {
  --default-color: #555 !important;
  --background-color: #fff !important;
  --default-shade: #353535 !important;
  --default-tint: #aaa !important;
  --grey-1: #979797 !important;
  --grey-2: #e5e5e5 !important;
  --grey-3: #f0f0f0 !important;
  --grey-4: #f9f9f9 !important;
  --white: #fff !important;
  --blue: #4a9ae1 !important;
  --shadow-color: rgba(0, 0, 0, .2) !important;
  --code-color: #bf616a !important;
  --code-filter: none !important; }

#darkModeToggle {
  display: none !important; }

.dark-mode,
.dark,
[data-theme="dark"] {
  --default-color: #555 !important;
  --background-color: #fff !important;
  --default-shade: #353535 !important;
  --default-tint: #aaa !important;
  --grey-1: #979797 !important;
  --grey-2: #e5e5e5 !important;
  --grey-3: #f0f0f0 !important;
  --grey-4: #f9f9f9 !important;
  --white: #fff !important;
  --blue: #4a9ae1 !important;
  --shadow-color: rgba(0, 0, 0, .2) !important;
  --code-color: #bf616a !important;
  --code-filter: none !important;
  background-color: #fff !important;
  color: #555 !important; }

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.nav-title {
  margin: 0;
  padding: 0; }

.nav-menu {
  display: flex;
  align-items: center; }

.nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none; }

.nav li {
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none;
  color: var(--default-color); }
  .nav a:hover {
    opacity: 0.8; }

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10; }
  .burger-menu span {
    width: 2rem;
    height: 0.25rem;
    background: var(--default-color);
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px; }
  .burger-menu.active span:first-child {
    transform: rotate(45deg); }
  .burger-menu.active span:nth-child(2) {
    opacity: 0; }
  .burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg); }

@media (max-width: 768px) {
  .nav-container {
    padding: 0 1rem; }
  .nav-title {
    font-size: 0; }
    .nav-title::after {
      content: "ec.";
      font-size: 1.5rem; }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px;
    background: var(--background-color);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 5;
    padding: 4rem 2rem 2rem; }
    .nav-menu.active {
      right: 0; }
    .nav-menu ul {
      flex-direction: column;
      gap: 1rem;
      align-items: flex-start; }
      .nav-menu ul li {
        width: 100%; }
        .nav-menu ul li a {
          display: block;
          padding: 0.5rem 0;
          font-size: 1.1rem; }
  .burger-menu {
    display: flex; } }

.taxonomy-title {
  color: #000000 !important;
  margin-top: 40px; }

.post a {
  text-decoration: underline;
  color: #000; }
  .post a:hover {
    color: #666; }

.post .post-title {
  font-size: 2.5rem;
  margin-bottom: 1rem; }

.post .post-tags {
  text-align: center;
  margin: 2rem 0; }
  .post .post-tags a {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.25rem 0.75rem;
    background-color: var(--grey-3);
    border-radius: 3px;
    text-decoration: none;
    color: var(--default-color);
    font-size: 0.9rem; }
    .post .post-tags a:hover {
      background-color: var(--grey-2);
      color: var(--default-shade); }

.post .post-meta {
  text-align: center;
  margin-bottom: 2rem;
  color: #666; }
  .post .post-meta .post-author {
    font-weight: 500; }
  .post .post-meta .post-date {
    margin-left: 1rem; }

.post hr {
  margin-top: 30px; }

.about-page .about-image-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 2rem 0;
  position: relative; }

.about-page .about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right; }

.about-page .post-content img {
  margin: 2rem 0;
  max-width: 100%;
  height: auto; }

.catalogue-item {
  text-decoration: none; }
  .catalogue-item:hover {
    text-decoration: none; }

ol li,
ul li {
  margin-bottom: 15px; }
  ol li:last-child,
  ul li:last-child {
    margin-bottom: 0; }

.front-page-intro {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--background-secondary);
  border-bottom: 1px solid #ccc; }
  @media (max-width: 768px) {
    .front-page-intro {
      flex-direction: column;
      text-align: center; } }
.profile-image {
  flex-shrink: 0; }

.circular-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--border); }
  @media (max-width: 768px) {
    .circular-image {
      width: 150px;
      height: 150px; } }
.profile-summary {
  flex-grow: 1; }

.pagination {
  text-align: center;
  margin: 2rem auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination span {
    color: var(--text-color);
    font-size: 0.9rem;
    margin: 0 1rem; }
  .pagination .arrow {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.2rem;
    margin: 0 1rem; }
    .pagination .arrow:hover {
      opacity: 0.8; }

.nav-title {
  color: #000000 !important; }
  .nav-title:hover, .nav-title:focus {
    color: #000000 !important;
    opacity: 0.8 !important; }

.tags-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 2rem 0; }

.tag-section {
  margin-bottom: 1rem; }

.tag-title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: var(--primary); }

.tag-post {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
  gap: 1rem;
  padding-left: 1rem; }
  .tag-post .post-date {
    color: #000 !important;
    font-size: 16px;
    min-width: 118px; }
  .tag-post .post-title {
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    text-align: left; }
    .tag-post .post-title:hover {
      color: var(--primary);
      text-decoration: underline; }

.term-list,
.term-item {
  padding-top: 3rem;
  padding-bottom: 0rem; }
  .term-list .post-line,
  .term-item .post-line {
    display: none; }
  .term-list .post-title,
  .term-item .post-title {
    text-align: left;
    font-size: 2rem; }

.front-page-summary a {
  text-decoration: underline;
  color: #000 !important; }
  .front-page-summary a:hover {
    color: #666 !important; }

.left-align {
  text-align: left;
  margin-left: 0 !important; }

/*# sourceMappingURL=custom.css.map */