/* dark mode */
/* body { color: white; background: #5c5a5a; }
/*dark mode END */
html {
  scroll-behavior: smooth;
}
header .container {
}

h1 {
  font-family: 'monsieur_la_doulaiseregular';
  font-size: 2em;
  color: #77b244;
  /*text-shadow: #fcefad 1px 0px;*/
  margin: 0;
  text-align: center;
  position: absolute:
  top: 0;
}
header h1 img {
  width: 1em;
  position: relative;
  top: .2em;
}
h1 a {
  color: #77b244;
  text-decoration: none;
  position: inherit;
}
/*h1::before {
  content: "https://";
  font-size: .5em;
  margin-right: 5px;
}
*/
h1 span {
  margin-left: 5px;
}
span#tagline {
  position: absolute;
  top: 100px;
  right: 150px;
  font-family: 'monsieur_la_doulaiseregular';
  color: #77b244;
}

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

body {
  font-family: 'cormorant_garamondlight';
  font-size: 22px;
}
.container {
  max-width: 600px;
  margin: 0 auto;
}
h2, h3 {
  text-align: center;
}
/* h3 sup a { font-family: sans; } */
h3, h4 {
  margin-top: 60px;
}
main h4 {
  text-align: center;
  color: grey;
}

hr {
  color: transparent;
  border-top: dotted 3px #a6a6a6;
  width: 450px;
  margin: 50px auto;
}
em {
  margin-right: .15em;
}

code {
  font-size: .7em;
  background: #fffbe8;
  padding: 3px;
  color: #541571;
}

.center { text-align: center; }
.hidden { display: none; }
.smaller { font-size: .9em; }
.bigger { font-size: 1.1em; }
.larger { font-size: 1.1em; }
.rj { text-align: right; float: right; }
.hw { width: 70%; }
.grey { color: #6a6969; }
.italic { font-style: italic; }

blockquote.callout {
  font-size: 1.1em;
  font-style: italic;
  text-indent: -.5em;
}
blockquote.callout.fl p::first-letter {
  font-size: 2em;
}
blockquote.story {
  color: #343434;
  border-left: dotted 1px #a2a2a2;
  margin-left: 20px;
  padding-left: 20px;
}

Ol { margin-top: 5px; }
ol li::marker {
  color: grey;
}

/* footer */

h4#heartLeaf {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: -10;
}
h4#heartLeaf img {
  width: 3em;
}
/* Links Section */
nav.links {
  position: relative;
  z-index: 1;
}
#link-divider hr {
  margin-bottom: 10px;
}
#links {
  position: relative;
}
#links h4 {
  margin-top: 0; margin-bottom: 5px;
}
#links ul {
  margin-top: 0;
}
#links div {
  position: absolute;
  top: 0;
  right: 0;
  width: 9em;
  z-index: 2;
}
#links div > p {
  margin-top: 0;
}

/* Web form */
form {
  width: 22em;
  margin: 0 auto;
  position: relative;
}
label {
  width: 6em;
  display: block;
  float: left;
}
input, textarea, button {
  width: 300px;
}
p#interests {
  line-height: 1.5em;
}
p#interests + p {
  clear: both;
}
form p#interests label {
  width: 18em;
}
input[type=radio] {
  width: 30px;
}
button {
  margin-left: 6em;
  background: #de8787;
  color: white;
  padding: 10px 0;
  font-size: 1em;
}
button:hover {
  background: #c85f5f;
}
/* end webform */

/* blog / journey */
p.reading-time {
  margin-top: -35px;
  color: #5d5d5d;
  font-size: .9em;
}
p.reading-time span {
  font-size: 1.5em;
  position: relative;
  top: 2px;
  padding-left: 7px;
}

/* index|home */
/* body#home { */
/*   position: absolute; */
/*   top: 50%; */
/*   transform: translateY(-50%); */
/*   width: 100%; */
/* } */
h2#devotion {
  font-family: 'monsieur_la_doulaiseregular';
  font-size: 2em;
  color:darkgrey;
}
h1#devotion::first-letter {
  font-size: 1.2em;
}
blockquote.callout.fl p::first-letter {
  font-size: 2em;
}
#home h4#heartLeaf {
  position: inherit;
}
