/* FearlessGeekMedia Theme - Exact Copy of Original */

body {
  background-image: url(https://567diwd38z.ufs.sh/f/jv5IZEGkRvtiWdtC9LVFXPpdiHB4x3hSVlmJOz6ctvaNs2UY);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: luminosity;
  font-family: open sans, sans-serif;
  color: #999;
  background-color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: #80aadd;
}

pre code {
  font-family: fira mono, monospace;
  font-size: 75%;
  display: block;
  background: #252627;
  padding: 10px;
  overflow: auto;
}

h1 {
  border-style: dashed;
  border-width: 2px;
  padding: 1em;
  text-align: center;
  background-color: #000;
  color: #02a002;
}

.listHeader {
  background-color: #000;
  color: #02a002;
}

code {
  font-family: fira mono, monospace;
  font-size: 75%;
}

h1 {
  font-family: fira mono, monospace;
}

h2 {
  font-family: fira mono, monospace;
}

h3 {
  font-family: fira mono, monospace;
}

h4 {
  font-family: fira mono, monospace;
}

h5 {
  font-family: fira mono, monospace;
}

h6 {
  font-family: fira mono, monospace;
}

.content .main {
  border-width: 2px;
  border-color: #00c767;
  border-style: dashed;
  padding: 1em;
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.9215686275);
}

.home {
  background-image: url(https://utfs.io/f/jv5IZEGkRvtiD3BExzyJS9dRNB2hcHxw7QkeMYp5fzuyX8LF);
  background-size: cover;
  background-attachment: fixed;
}

.home #indexHeader,
.home #description {
  background-color: #000;
  padding: 20px;
}

#indexHeader {
  border-width: 2px;
  border-color: #00c767;
  border-style: dashed;
}

.headerLinks li {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
}

.home .socialNavbar {
  background-color: #000;
}

#homelogo {
  max-width: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

form {
  border: 1px solid;
  padding: 20px;
  border-radius: 10px;
}

td {
  width: 25%;
  border-bottom: 1px solid #232323;
  background: #dfdfdf;
  color: #999;
}

@media screen and (max-width: 1000px) {
  .content .main {
    width: 100% !important;
  }
}

@font-face {
  font-family: fira mono;
  src: url(../fonts/FiraMono/FiraMono-Medium.eot);
  src: local("Fira Mono"), url(../fonts/FiraMono/FiraMono-Medium.eot) format("embedded-opentype"), url(../fonts/FiraMono/FiraMono-Medium.woff) format("woff"), url(../fonts/FiraMono/FiraMono-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: open sans;
  src: url(../fonts/OpenSans/OpenSans-Regular.eot);
  src: url(../fonts/OpenSans/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans/OpenSans-Regular.ttf) format("truetype"), url(../fonts/OpenSans/OpenSans-Regular.svg#OpenSansRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.footer {
  padding: 15px;
  text-align: center;
  background-color: #252627;
}

.footerLink {
  color: #f8f8ff;
}

.header {
  font-family: fira mono, monospace;
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.headerWrapper {
  overflow: auto;
  box-sizing: border-box;
  background-color: #252627;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.headerLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.headerLinks ul li {
  display: inline;
  margin: 5px;
}

.headerLinks ul li a {
  color: #f8f8ff;
  text-decoration: none;
}

.terminal,
.terminal:hover {
  color: #f8f8ff;
  text-decoration: none;
}

.hamb {
  cursor: pointer;
  float: right;
  display: none;
  padding: 10px 4px;
}

.hamb-line {
  background: #f8f8ff;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.hamb-line::before,
.hamb-line::after {
  background: #f8f8ff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}

.side-menu:checked ~ .headerLinks {
  max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: 0 0;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

@media screen and (max-width: 768px) {
  .headerLinks {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #292a2d;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .headerLinks ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .hamb {
    display: block;
  }
}

.postDate {
  float: right;
  color: #f8f8ff;
}

.postTitle {
  color: #80aadd;
  text-decoration: none;
  text-transform: capitalize;
  font-family: fira mono, monospace;
  font-size: 1.2em;
  float: left;
}

.postHeader {
  overflow: hidden;
}

.postsList {
  margin-top: 20px;
}

.postListItem {
  padding: 20px;
  background-color: #2f2f2f;
  margin-bottom: 20px;
}

.postListLink:hover {
  text-decoration: none;
}

.postExcerpt {
  text-align: initial;
  text-decoration: none;
  color: #f8f8ff;
}

.headerContainer {
  display: flex;
  justify-content: space-between;
}

.noDecoration {
  text-decoration: none;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.postWrapper {
  text-align: left;
  padding: 20px;
}

.postMetadata {
  font-family: fira mono, monospace;
  display: block;
  background: #252627;
  padding: 10px;
}

dt,
dd {
  line-height: 1.5;
}

dl {
  display: grid;
  grid-template-columns: max-content auto;
}

dt {
  grid-column-start: 1;
}

dd {
  grid-column-start: 2;
}

dt::after {
  content: ":";
}

.listHeader,
.listContent {
  text-align: left;
}

.indexWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indexHeader {
  font-size: 3em;
}

.content {
  text-align: center;
  flex: 1 auto;
  display: flex;
  justify-content: center;
}

.content img {
  max-width: 100%;
}

.vertical {
  flex-direction: column;
  align-items: center;
}

.flexWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  flex: 1 auto;
}

.indexHeader {
  font-weight: 400;
}

.main {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .main {
    width: 760px;
  }
}

.socialNavbar ul {
  list-style: none;
  padding: 0;
}

.socialNavbar ul li {
  display: inline;
}

.socialNavbar a {
  color: #f8f8f8;
  text-shadow: #2f2f2f 0 0 2px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 10px;
}

/* Project Cards */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.project-card {
  background: rgba(0, 0, 0, 0.8);
  border: 2px dashed #00c767;
  border-radius: 8px;
  padding: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 199, 103, 0.3);
}

.project-image {
  margin-bottom: 1rem;
  text-align: center;
}

.project-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #333;
}

.project-content {
  color: #999;
}

.project-title {
  color: #02a002;
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  font-family: fira mono, monospace;
}

.project-date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-family: fira mono, monospace;
}

.project-excerpt {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.project-link {
  display: inline-block;
  color: #80aadd;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: 1px solid #80aadd;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-family: fira mono, monospace;
}

.project-link:hover {
  background: #80aadd;
  color: #000;
}

/* Project Cards - Styling existing markdown content */
.projects-content h2 {
  background: rgba(0, 0, 0, 0.8);
  border: 2px dashed #00c767;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

.projects-content h2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 199, 103, 0.3);
}

.projects-content h2 a {
  color: #02a002;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: fira mono, monospace;
}

.projects-content h2 + p {
  margin-top: 1rem;
  color: #666;
  font-size: 0.9rem;
  font-family: fira mono, monospace;
}

.projects-content h2 + p + img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #333;
  margin: 1rem 0;
  display: block;
}

.projects-content h2 + p + img + p {
  margin-top: 1rem;
  line-height: 1.6;
  color: #999;
}

/* Handle multiple images */
.projects-content h2 + p + img + img {
  margin-top: 0.5rem;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .project-card {
    padding: 1rem;
  }

  .projects-content h2 {
    padding: 1rem;
    margin: 1.5rem 0;
  }
}

/* Blog Styles - For blog plugin generated content */
.blog-content {
  text-align: left;
}

.blog-content h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #02a002;
  font-family: fira mono, monospace;
}

.blog-content .space-y-8 {
  margin-top: 2rem;
}

.blog-content article {
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.blog-content article:last-child {
  border-bottom: none;
}

.blog-content h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #02a002;
  font-family: fira mono, monospace;
}

.blog-content h2 a {
  color: #02a002;
  text-decoration: none;
}

.blog-content h2 a:hover {
  color: #80aadd;
}

.blog-content .text-gray-600 {
  color: #666;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-family: fira mono, monospace;
}

.blog-content .prose {
  color: #999;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-content .text-blue-600 {
  color: #80aadd;
  text-decoration: none;
}

.blog-content .text-blue-600:hover {
  text-decoration: underline;
}

/* Underline all links in blog content */
.blog-content a {
  text-decoration: underline;
  color: #80aadd;
}

.blog-content a:hover {
  color: #02a002;
}

.blog-content .mb-4 {
  margin-bottom: 1rem;
}

.blog-content .mb-8 {
  margin-bottom: 2rem;
}

.blog-content .mt-4 {
  margin-top: 1rem;
}

.blog-content .inline-block {
  display: inline-block;
}

.blog-content .w-full {
  width: 100%;
}

.blog-content .h-64 {
  height: 16rem;
}

.blog-content .h-96 {
  height: 24rem;
}

.blog-content .object-cover {
  object-fit: cover;
}

.blog-content .rounded {
  border-radius: 0.25rem;
}

.blog-content .rounded-lg {
  border-radius: 0.5rem;
}

.blog-content .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.blog-content .max-w-4xl {
  max-width: 56rem;
}

.blog-content .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.blog-content .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-content .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog-content .text-3xl {
  font-size: 1.875rem;
}

.blog-content .font-bold {
  font-weight: bold;
}

.blog-content .text-2xl {
  font-size: 1.5rem;
}

/* RSS Feed Link */
.blog-content a[href*="/blog/rss"] {
  display: inline-block;
  background: #00c767;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: fira mono, monospace;
  font-weight: bold;
  margin-bottom: 1rem;
}

.blog-content a[href*="/blog/rss"]:hover {
  background: #02a002;
  color: #fff;
}

 