* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  color: #e8eaed;
  background-color: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e8eaed;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #8ab4f8;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #aecbfa;
  text-decoration: underline;
}

ul,
ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

code {
  font-family: "Monaco", "Courier New", monospace;
  font-size: 0.9em;
  background-color: #1e1e1e;
  color: #f8f8f2;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

pre {
  background-color: #1e1e1e;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
pre code {
  background-color: transparent;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

blockquote {
  border-left: 4px solid #404040;
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 1rem;
  color: #bdc1c6;
  font-style: italic;
}

hr {
  border: 0;
  border-top: 1px solid #404040;
  margin: 2rem 0;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.site-header {
  background-color: #1e1e1e;
  color: #fff;
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid #404040;
}
.site-header .site-title {
  margin: 0 0 1rem 0;
  font-size: 2.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.site-header .site-title a {
  color: #fff;
  text-decoration: none;
}
.site-header .site-title a:hover {
  color: #aecbfa;
}
.site-header .site-description {
  color: #bdc1c6;
  margin-bottom: 1rem;
}

.site-nav a {
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 0;
  display: inline-block;
}
.site-nav a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.page-content {
  flex: 1;
  padding-bottom: 3rem;
}

.site-footer {
  background-color: #1e1e1e;
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 2px solid #404040;
  color: #bdc1c6;
  font-size: 0.9rem;
}
.site-footer p {
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .container {
    padding: 0 0.75rem;
  }
  .site-header {
    padding: 1rem 0;
  }
  .site-header .site-title {
    font-size: 1.5rem;
  }
  .site-nav a {
    margin-right: 0.5rem;
  }
}
.page {
  max-width: 800px;
  margin: 0 auto;
}
.page .page-header {
  margin-bottom: 2rem;
}
.page .page-header .page-title {
  margin-top: 0;
}
.page .page-header .page-description {
  color: #bdc1c6;
  font-size: 1.1rem;
}
.page .page-content {
  margin-bottom: 2rem;
}

.post {
  max-width: 800px;
  margin: 0 auto;
}
.post .post-header {
  margin-bottom: 2rem;
}
.post .post-header .post-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.post .post-header .post-meta {
  color: #bdc1c6;
  font-size: 0.9rem;
}
.post .post-header .post-meta time {
  font-weight: 600;
}
.post .post-header .post-meta .post-author,
.post .post-header .post-meta .post-categories {
  margin-left: 0.5rem;
}
.post .post-header .post-meta a {
  color: #bdc1c6;
}
.post .post-header .post-meta a:hover {
  color: #8ab4f8;
}
.post .post-content {
  margin-bottom: 2rem;
}
.post .post-footer {
  border-top: 1px solid #404040;
  padding-top: 1rem;
  margin-top: 2rem;
}
.post .post-footer .post-tags .tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  color: #e8eaed;
}
.post .post-footer .post-tags .tag:hover {
  background-color: #8ab4f8;
  color: #2b2b2b;
  text-decoration: none;
}

.post-list {
  list-style: none;
  margin-left: 0;
}
.post-list .post-list-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #404040;
}
.post-list .post-list-item:last-child {
  border-bottom: none;
}
.post-list .post-list-item .post-list-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.post-list .post-list-item .post-list-title a {
  color: #e8eaed;
}
.post-list .post-list-item .post-list-title a:hover {
  color: #8ab4f8;
}
.post-list .post-list-item .post-list-meta {
  color: #bdc1c6;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.post-list .post-list-item .post-list-excerpt {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .post .post-header .post-title,
  .post .post-header .page-title,
  .post .page-header .post-title,
  .post .page-header .page-title,
  .page .post-header .post-title,
  .page .post-header .page-title,
  .page .page-header .post-title,
  .page .page-header .page-title {
    font-size: 1.75rem;
  }
}
.home {
  max-width: 800px;
  margin: 0 auto;
}

.hero {
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-bottom: 2px solid #404040;
}
.hero h1 {
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #e8eaed;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.hero .tagline {
  font-size: 1.5rem;
  color: #8ab4f8;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
}
.hero .intro {
  font-size: 1.1rem;
  color: #bdc1c6;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.experience {
  margin-bottom: 3rem;
}
.experience h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #404040;
}

.job {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 4px solid #8ab4f8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.job:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
.job .job-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.job .job-header h3 {
  margin: 0;
  font-size: 1.75rem;
  color: #e8eaed;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.job .job-header .job-period {
  font-size: 0.95rem;
  color: #bdc1c6;
  font-weight: 600;
  white-space: nowrap;
}
.job .job-title {
  font-size: 1.05rem;
  color: #e8eaed;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.job .job-description {
  color: #e8eaed;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.job .job-accounts {
  color: #bdc1c6;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.job .job-accounts strong {
  color: #e8eaed;
}

.blog-posts {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 2px solid #404040;
}
.blog-posts h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .hero {
    padding: 2rem 0;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero .tagline {
    font-size: 1.25rem;
  }
  .hero .intro {
    font-size: 1rem;
  }
  .job {
    padding: 1rem;
  }
  .job .job-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .job .job-header h3 {
    font-size: 1.25rem;
  }
}

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