/* Default CSS Stylesheet
 * Last modified: 2/7/2024 */

html {
  margin: 0 auto;
  max-width: 1000px;
}

a {
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #242424;
  text-align: center;
  color: #BEBEBE;
  font-family: 'Noto Sans', sans-serif;
}

h1 {
  color: lightgray;
  text-align: left;
  margin:0;
  padding: 20px 0 0 0;
}

h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.25em;
  text-align: left;
  color:white;
  margin:0;
  padding: 0px 0 0 0;
}

h3 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
}

hr {
  border-style: solid;
  color: #BEBEBE;
  margin: 0;
}

p {
  line-height: 1.5;
}

th {
  text-decoration: underline;
}

pre {
  margin: 16px;
}

htext {
  color:white;
}

htag.red {
  color: orangered;
}

htag.white {
  color: white;
}

.title-header {
  background-color: #242424;
}

.title {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 2em;
}

.sitename {
  color:lightgray;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 3em;
}

.sitename:hover{
  text-decoration: none;
}

.pubdate {
  color:white;
  margin: 5px 0 0 0;
}

.seriesline {
  margin: 0;
}

.readtime {
  margin: 0 0 15px 0;
}

.menubar {
  background-color: #4A4A4A;
  color: #E3E0CF;
  
  /* Only use the code below if you want a border above & below the top menubar
  border: solid #6F5E3B 4px;
  border-left: none;
  border-right: none; */
}

.menubar-links {
  text-decoration: none;
  color: #BFBCBA;
  margin: 10px 10px;
  display: inline-block;
}

.menubar-links:hover {
  color: white;
  text-decoration: underline;
}

.blog-links {
  color: white;
  text-decoration: none;
}

.blog-links:hover {
  color: white;
  text-decoration: underline;
}

.blog-refs {
  color:white;
}

.inline-links {
  color:white;
  text-decoration: none;
}

.inline-links:hover {
  text-decoration: underline;
}

.blog-image {
  margin: 30px 0 0 0;
  text-align: center;
}

.img-attrib-centered {
  margin: 0;
  font-size: 0.75em;
}

.img-attrib-link:hover {
  color: white;
  text-decoration: underline;
}

.img-border {
  border-style: solid;
  border-collapse: white;
  border-image-width: 1px;
}

.codeblock {
  background: black;
  color: lightseagreen;
  overflow-x: auto;
}

/* .container-main {
  text-align: center;
  display: inline-block;
} You only need this if you will be using sidebars */

/* .menu-left {
  width: 175px;
  height: 100%;
  background-color: #6F5E38;
  display: inline-block;
  position: absolute;
  left: 8px;
} */

.content-main {
  text-align: justify;
  padding: 0 10%;
}

/* .menu-right {
  width: 175px;
  height: 100%;
  background-color: #6F5E38;
  display: inline-block;
  position: absolute;
  right: 8px;
} */

.footer {
  height: 50px;
  background-color: #242424;
  /* Only use the code below if you want a border above & below the footer
  border: solid #6F5E38 4px;
  border-left: none;
  border-right: none; */
  }