
body::before {
  background-image: none;
}

body {
  /*font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-style: normal;
  font-size: 1.1rem;
  color: black;
  background: white;
}

.navbar {
  background-image: none;
}

/* Override bootstrap's navbar class to make it not sticky */
.fixed-top{
  top: unset;
}

/* Override bootstrap's navbar class to make the navbar element (the dark mode button toggler) align left */
.ms-md-auto {
  margin-left: auto !important;
}

#sun-icon {
  background-color: #a076ce;
}

#moon-icon {
  background-color: #c3a554;
}

.dark-mode-toggler {
  border-style: none;
  color: #d5d7d8;
  /* background-color: #1f2021; */
  cursor: pointer;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  padding: 0;
}

.dark-mode-toggler:hover{
  color: white;
}

.rss-button {
  margin-left: 0.5rem;
  border-style: none;
  color: #d5d7d8;
  background-color: #1f2021;
  cursor: pointer;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 25%;
  padding: 0;
}

.rss-button:hover {
  color: white;
}

#stem-hash,
#a-finely-chopped-mixture-of-science-tech-engineering-and-math {
  text-align: center;
}

#by-iram-lee{
  text-align: center;
  font-weight: bold;
}

/* Dark mode for background and text */
.dark-mode {
  color: #dfdfdf; /* white; */
  background: #1c1c1c; /* #131415; */
}

/* Dark mode color for anchor text */
.dark-mode-anchor {
  color: #77e1cd;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  margin: 1rem 0;
  font-weight: 450;
}

p, ol {
  font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
}

/*h2, h3, h4, h5, h6  {
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}*/

a {
  font-weight: bold;
  color: #337ab7;
  text-decoration: none;
}

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

pre, span, table {
  max-width: 100%;
  height: auto;
}

footer {
  font-size: 0.9rem;
}

a img#site-logo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  box-shadow: 0 8px 6px -4px black;
}

/* Front page links to posts */
li p a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}