/* dark mode */
/*body { color: white; background: #5c5a5a; }
/* dark mode END */
html {
  scroll-behavior: smooth;
}
header .container {
}
h1, h2, h3, h4, h5 {
  color: #673379;
}

body {
  font-family: 'cormorant_garamondlight';
  font-size: 22px;
}
.container {
  max-width: 600px;
  margin: 0 auto;
}
h2, h3, h4 {
  text-align: center;
}
h3 {
  margin-top: 60px;
}
h4 {
  margin-bottom: 5px;
}
hr {
  color: transparent;
  border-top: dotted 3px lightgray;
  width: 450px;
  margin: 50px auto;
}
em {
  margin-right: .15em;
}

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

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

.center { text-align: center; }
.hidden { display: none; }
.smaller { font-size: .9em; }
.grey { color: grey; }
.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;
}
ul.inline { margin: 0; }
ul.inline li { display: inline; margin-right: 5px; }
ul.inline li:last-of-type span { display: none; }

dl {}
dt {
  margin: 15px 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}
dd {}

table { margin: auto; }
tbody { font-size: .8em; }
td { padding: 3px 15px; }

/* footer */

/* Links Section */
div#links { position: relative; }
div#links h4 { margin-top: 0; margin-bottom: 5px; }
div#links ul { margin-top: 0; }
div#links div {
  position: absolute;
  top: 0;
  right: 0;
  width: 9em;
}
div#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;
}

/* pages */
/* change*/
#\/a\/change\/ main ul {
    list-style-type:none;
    counter-reset:item 13;
}
#\/a\/change\/ main ul > li {
    counter-increment:item -1;
}
#\/a\/change\/ main ul > li:before {
    content:counter(item) ") ";
}
/*end change*/

/* harmonodes */
#\/a\/harmonodes\/ ul.inline li:last-child span { display: none; }
