/* dark mode */
/*body { color: white; background: #5c5a5a; }
/* dark mode END */
html {
  scroll-behavior: smooth;
}
body {
}
header .container {
}
header nav ul li {
  display: inline;
  margin-left: 20px;
}
h1 {
  font-size: 3em;
  margin: 0;
  position: relative;
}
h1 a {
  /* color: #77b244; */
  text-decoration: none;
  position: inherit;
}
#\/ h1 {
  text-align: center;
  padding: 35px;
}
/*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;
}
header h1 img {
  position: absolute;
  left: .3em;
  top: -.34em;
}

body {
  font-family: 'cormorant_garamondlight';
  font-size: 22px;
  background-image: url('/creatorz-metalfab_background.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  body {
    background-position-y: 33%;
  }
}
img {
  max-width: 100%;
}
.container {
  max-width: 600px;
  margin: 0 auto;
}
h2, h3 {
  text-align: center;
}
h3 {
  margin-top: 60px;
}
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;
}

.center { text-align: center; }
.hidden { visibility: hidden; }
.smaller { font-size: .9em; }

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: -40px;
}
h4#heartLeaf img {
  width: 3em;
}
/* 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;
}
/* blog */
ul.tags li {
  display: inline;
  margin-right: 10px;
}
