
:root {
  --primary-color: royalblue;
  --border-radius: 0.5em;
} 

h1 {
  font-size: 1.5em;
}

audio {
  width: 100%;
}
article{
  text-align: center;
}
@font-face {
  font-family: "Standard";
  src: url("/assets/fonts/standard-book-webfont.woff2");
  font-display: swap;

}
* {
  line-height: 1.5;
}

html {
  font-family: "Standard", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  font-family: "Standard", sans-serif;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

pre {
    white-space: pre-wrap;
    background-color: #000000;
    padding: 1em;
    border-radius: 1em;
}

html {
  background-color: #f7f7f7;
  border-top: 0.5em solid var(--primary-color);
  max-width: 100%;
}
section{
  text-align: justify;
  border: 2px solid #0f0f0f81; /* Solid black border */
    padding: 20px;
    margin: 20px 0; /* Margin around the section */
    border-radius: 8px; /* Rounded corners */
    background-color: #0a0a0a25; /* White background */
}

iframe {
  width: 100%;
  height: 400px;
}

body {
  max-width: 50em;
  margin: auto;
}

main {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
  padding: 20px;
}

.poetry main {
  display: block;
  margin: auto;
  max-width: 35em;
}

article {
  padding-right: 1em;
}

article img {
  width: 100%;
  border-radius: 0.5em;
}

nav {
  text-align: right;
}

nav ul, #tablist, .blog {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  margin-bottom: 0.5em;
}

.site-name, .site-name-mobile {
  font-weight: 600;
}

.site-name-mobile {
  margin-bottom: 0.2em;
}

.mascot {
  max-height: 5em;
}

#main {
  padding-right: 1em;
}
p{
  color: #111111;
}
li{
  font-size: larger;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  border-bottom: 0.1em dotted var(--primary-color);
}
h4{
  font-size: x-large;
  text-align: center;
  color: green;
}
a:hover, a:active, .hover_link {
  background-color: rgb(4, 245, 24);
}

div
{
  text-align: center;
  
}

a:focus, .focused_link {
  background-color: rgb(248, 248, 248);
  color: rgb(236, 232, 232);
  font-weight: 600;
  outline: none;
}

#profile_image {
  float: right;
  border-radius: 50em;
  border-color: green; 
  border-width: 20%;
}

#tablist li {
  display: inline;
  margin-right: 1em;
}

#skip-to-main-content-link {
  position: absolute;
  top: -40em;
  left: 0;
  max-width: 100%;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  width: 100%;
}

#skip-to-main-content-link:focus {
  top: 0;
}

#back-to-top {
  display: none;
  background-color: var(--primary-color);
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
}

#back-to-top:focus {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
}

.list_entry {
  border-radius: 0.5em;
  padding: 1em;
  border: 0.1em solid lightgrey;
  margin-bottom: 1em;
}
header{
  font-family: ;
  font-size: xx-large;
  color: darkgreen;
}

.noborder {
  border: none;
}
p{
  
  font-size: x-large;
}

.noborder:hover {
  background-color: initial;
}

.article_list {
  list-style-type: none;
  padding: 0;
}

.article_list li {
  margin-bottom: 0.3em;
  display: flex;
  gap: 10px;
}
code{
  color: rgb(238, 10, 10);
}

.list_entry {
  background-color: white;
}

.article_list li time {
  flex: 0 0 6.5em;
  text-align-last: justify;
}

.article_list li a {
  border-bottom: none;
  margin-right: 10px;
}

blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 0.25em solid var(--primary-color);
  margin: 0;
  font-style: italic;
}

hr {
  border: 0.1em solid lightgrey;
  margin: 1em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

#\31  {
  border-top: 0.1em solid lightgrey;
  padding-top: 1em;
}

.footnote-definition p {
  display: inline;
}

.h-resume img {
  float: right;
  border-radius: 0.5em;
  max-height: 10em;
}

article li {
  margin-bottom: 0.5em;
}

.imagemap {
  max-width: 100%;
  height: auto;
  border-radius: 0.5em;
}

.hide-on-desktop {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 0.5em;
  vertical-align: top;
}

.e-content h1, .e-content h2, .e-content h3, .e-content h4, .e-content h5, .e-content h6, .h-resume h1, .h-resume h2, .h-resume h3, .h-resume h4, .h-resume h5, .h-resume h6 {
  padding-top: 0.5em;
  margin-bottom: 0;
}

code {
  font-family: monospace;
    background-color: #e0dfdf;
  padding: 0.25em;
  border-radius: 0.25em;
}

tr, thead {
  border-bottom: 0.1em solid lightgrey;
}

.callout-info {
  border: 1px solid var(--primary-color);
  padding: 1em;
  border-radius: 0.5em;
}

.color-swatch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 0;
  gap: 1em;
  list-style-type: none;
}

.color-swatch li {
  padding: 1em;
  border-radius: 0.5em;
  border: 1px solid var(--primary-color);
}

.italic {
  font-style: italic;
}

.small {
  font-size: 0.8em;
}

@media (max-width: 600px) {
  #main {
    padding-right: 0;
  }
  main {
    display: block;
  }
  article img {
    width: 100%;
  }
  nav ul, nav p {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  nav ul li {
    display: inline;
    padding-right: 10px;
  }
  #skip-to-main-content-link {
    top: -40em;
  }
  #back-to-top {
    display: none;
  }
  nav {
    display: flex;
    align-items: left;
  }
  .site-name, #navigation_meta em {
    display: none;
  }
  .mascot {
    margin-right: 1em;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  li .hide-on-desktop {
    display: inline;
  }
}
table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: center;
}

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

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

tr:hover {
    background-color: #f1f1f1;
}
.hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  li .hide-on-desktop {
    display: inline;
  }
  .hide-on-desktop {
    display: none;
  }
  #skip-to-main-content-link:focus {
    top: 0;
  }
  .site-name, #navigation_meta em {
    display: none;
  }
  .site-name, .site-name-mobile {
    font-weight: 600;
  }
  
  .site-name-mobile {
    margin-bottom: 0.2em;
  }
  
  .mascot {
    max-height: 5em;
  }
  
  #main {
    padding-right: 1em;
  }
span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(17, 17, 17, 0.918);
    text-shadow: rgb(17, 17, 17);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

table {
  background-color: transparent;
  width: 100%;
  margin-block-end:15px;font-size: 1.0em;
  border-spacing: 0;
  border-collapse: collapse
}

table td,table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table th {
  font-weight: 700
}

table tfoot th,table thead th {
  font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
  border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
  background-color: hsla(0,0%,50.2%,.0705882353)
}

table tbody tr:hover>td,table tbody tr:hover>th {
  background-color: hsla(0,0%,50.2%,.1019607843)
}

table tbody+tbody {
  border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}

@media (max-width: 767px) {
  table table {
      font-size:1.8em
  }

  table table td,table table th {
      padding: 7px;
      line-height: 1.3
  }

  table table th {
      font-weight: 400
  }
}

dd,dl,dt,li,ol,ul {
  margin-block-start:0;margin-block-end:0;border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
