body {
	color: #fff;
	background: #1f1f1f;
	font: 18px 'lato', sans-serif;
	line-height: 1.5;
}

body>* {
	max-width: 40em;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'slabo_13px', 'lato', sans-serif;
}

a,
a:link,
a:visited {
	color: #fb8133;
	transition: color .2s ease;
}

a:hover {
	color: #fb8133;
}

a:active {
	color: #d46a2a;
}

header {
	border-bottom: 1px solid #5b5a56;
}

h1.blog-title a {
	text-decoration: none;
}

h2.list-title a {
	color: #fff;
	text-decoration: none;
}

h1.blog-title a:hover,
h2.list-title a:hover {
	text-decoration: underline;
}

h2.list-title a:hover {
	color: #ddd;
}

code {
	font: normal 1em 'Inconsolata', monospace;
	color: #cc632b;
	background: #20170e;
	padding: 0 .33em;
	border-radius: .33em;
}

hr {
	border: none;
	border-top: 1px solid #555;
}

img {
    display: block;
    margin: 1em auto;
    max-width: 90%;
    height: auto;
}

footer {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #444;
	padding: 2em 0; /* Adjusted padding for full width */
	box-sizing: border-box;
	z-index: 1;
}

footer .inner-footer {
	max-width: 40em;
	margin: 0 auto;
	padding: 0 1em; /* Added padding to match the rest of the content */
	color: #ddd;
}

footer .postscript {
	font-style: italic;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

/* Force GLightbox overlay to cover full screen */
.glightbox-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  z-index: 999999 !important;
}

/* Make sure the slide content is centered properly */
.glightbox-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Reset any theme container widths */
.glightbox-container * {
  max-width: none !important;
}
