html, body {
  background: rgb(246, 229, 198);
  color: #282f44;
}

body {
  margin: 0;
  font-family: "Garamond";
  line-height: 1.5;
  padding: 0em 2%;
  font-size: 1.1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: .2em;
}

h3, h4, h5, h6 {
  font-size: 1em;
  text-decoration: underline;
  font-weight: normal;
}

.post-meta {
  text-align: right;
  font-size: 0.9em;
  color: rgb(2.2222222222, 2.6111111111, 3.7777777778);
}

a {
  color: #0044CC;
  text-decoration: none;
}
a:hover {
  color: rgb(0, 42.5, 127.5);
  border-bottom: 1px solid rgb(0, 42.5, 127.5);
}

.profile {
  display: block;
  margin: 2em 0;
  overflow: hidden;
}
.profile img {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 1em 0 0;
  object-fit: cover;
}
.profile p {
  line-height: 1.5;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 2em;
  margin-top: 0em;
}

li {
  margin: 0.1em 0;
}

ol {
  list-style: none;       
  counter-reset: my-counter;  
  padding-left: 2em;
  margin-top: 0em;
}

ol li {
  counter-increment: my-counter;   
  margin: 0.1em 0;
  position: relative;
  padding-left: 2em;              
}

ol li::before {
  content: "[" counter(my-counter) ".] "; 
  position: absolute;
  left: 0;
}

.sep {
  padding: 0 6px;
}

hr {
  clear: both;
  margin-top: 2em;
  border: 0.5px solid #282f44;
}

@media (max-width: 600px) {
  .profile {
    overflow: visible;
    display: block;
  }
  .profile img {
    float: none !important;
    display: block;
    margin: 0 auto 1em;
    width: 80%;
    max-width: 200px;
    height: auto;
    object-fit: cover;
  }
  ul {
    padding-left: 0.4em;
  }
}

/*# sourceMappingURL=style.css.map */
