/* Hide Minimal theme's sidebar and site title/description */
.sidebar, .site-title, .site-description {
  display: none !important;
}

/* Make main content full width for a clean look */
.wrapper {
  margin-left: 0 !important;
  max-width: 950px !important;
  width: 100% !important;
  padding: 32px 24px 32px 24px;
}

/* Center everything inside the main content */
main, .wrapper {
  margin: 0 auto !important;
  text-align: center;
}

/* Adjust profile image style (optional!) */
img[alt="Zoe Ko"] {
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

/* Optional: Set font and tweak type appearance */
body {
  font-family: 'Avenir', 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  color: #222;
  font-weight: 300;
  font-size: 1.1em; /* Increased body font size */
}

/* Sharper, larger headings */
h1 {
  font-family: 'Avenir', 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.2em; /* Increased H1 font size */
}

h2 {
  font-family: 'Avenir', 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8em; /* Increased H2 font size */
}

a {
  color: #2594af;
  text-decoration: none;
}


/* Tweak navigation bar spacing, make it look like tabs (optional) */
.navbar {
  text-align: right;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e0e0e0;
}

.navbar a {
  margin: 0 16px;
  font-weight: 400;
  font-size: 18px;
}

/* Responsive tweaks for small screens */
@media (max-width: 500px) {
  .wrapper { padding: 14px 2px; }
  .navbar a { font-size: 16px; }
}


/* Style for the name to match the body text color */
.name-title {
  color: #222;
  font-size: 1.2em;
}

/* Container for images to handle caption positioning */
.image-container {
  position: relative;
  margin: 20px 0;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

/* Style for the image caption */
.caption {
  font-size: 0.8em;
  color: #777;
  text-align: right;
  margin-top: 5px;
}

b {
  font-weight: 800;
  /* You can also add color or other properties: */
  /* color: #222; */
}

.fancyquote {
  border-left: 4px solid #000;   /* vertical colored line */
  padding-left: 20px;               /* space between line and text */
  margin: 24px 0;
}

.fancyquote em {
  font-style: italic;
  font-size: 1.3em;                 /* bigger quote text */
  display: block;
  line-height: 1.4;
}

.fancyquote small {
  font-size: 0.9em;                 /* keep source small */
  color: #555;
}

.pkgname {
  display: inline-block;
  font-family: 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
  background: #f3f3f3;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 0.97em;
  color: #222;
  margin-right: 2px;
}
