
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}


@font-face {
  font-family: "PP Editorial New";
  src: url("/static/fonts/PPEditorialNew-Ultralight.woff2") format("woff2"),
    url("/static/fonts/PPEditorialNew-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("/static/fonts/PPEditorialNew-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Florencesans Rev Italic";
  src: url("/static/fonts/florencesans.rev-italic.woff2") format("woff2");
  font-style: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Maax";
  src: url("/static/fonts/Sans-Mono.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}

.container {
  max-width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* Center the container horizontally */
  padding: 20px;
  /* Add some padding */
  max-width: 800px;
  /* Set a max-width */
  width: 100%;
  /* Make it responsive */
  box-sizing: border-box;
  /* Include padding and border in the container's total width */
}

h2,
h3 {
  font-family: "Florencesans Rev Italic";
  /* font-style: italic; */
  font-size: 2em;
  margin: 0;
}

/* Optional: For smaller screens, you may want to reduce the padding */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }
}

.inner-container {
  /* Any additional styling for inner-container */
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flex-grid {
  display: flex;
}

.col {
  flex: 1;
}

@media (max-width: 768px) {
  .flex-grid {
    display: block;
  }
}

.headline {
  text-align: center;
  font-family: "Florencesans Rev Italic";
  font-style: italic;
  font-size: 4em;
}

.header {
  text-align: center;
  font-family: "Florencesans Rev Italic";
  font-size: 2em;
}

.contact {
  text-align: center;
  font-family: "Space Grotesk";
  font-weight: 400;
}

p {
  font-family: "Maax";
  font-weight: 400;
  line-height: 1.5;
width: 100%;
}

ol {
  font-family: "Maax";
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  /* border: 1px solid; */
  padding: 3px;
  font-family: "Space Mono", monospace;
  font-size: 0.9em;
  font-weight: 300;
  width: 100%;
}

table thead {
  border-bottom: 1px solid black;
}

table th,
table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tr:last-child td {
  border-bottom: none;
}

table td {
  border-bottom: 1px solid #ddd;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: black;
  color: goldenrod;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  font-family: "Maax";
}

.button:hover {
  /* background-color: rgb(249, 148, 23); */
  /* transform: scale(1.05); */
  translate: -3px -3px;
  box-shadow: 3px 3px 0 goldenrod;
  /* increase shadow offset on hover */
}

.highlightbox {
  border: 3px solid black;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 8px 8px 0 black;
}

audio {
  min-width: 200px;
  max-width: 100%;
  margin-bottom: 1em;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 2px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

audio::-webkit-media-controls-panel {
  background-color: #f2f2f2;
}

audio::-webkit-media-controls-play-button {
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: #666;
  font-size: 14px;
}

audio::-webkit-media-controls-timeline {
  background-color: #ddd;
  height: 5px;
  border-radius: 5px;
  margin: 0 10px;
}

audio::-webkit-media-controls-volume-slider {
  background-color: #ddd;
  height: 5px;
  border-radius: 5px;
}

audio::-webkit-media-controls-mute-button {
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  margin-left: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.badge {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: goldenrod;
  background-color: #000;
  border: 2px solid #fff;
  box-shadow: 4px 4px 0 #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.updatebox {
  border: 1px dashed #000;
  padding: 12px;
  width: 100%;
  margin-top: 10px;
}

.parahackbox {
  border: 1px solid #000;
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #333;
  color: #fff;
}

.parahackbox a {
  color: goldenrod;
}

.parahackbox p {
  margin-top: 0;
}

.hfbox {
  border: 1px dashed #000;
  padding: 16px;
  width: 50%;
  text-align: center;
}