
body {
  overflow-x: hidden;
  /*background: #fff4cb;*/
  /*color: black;*/
}

/* Layout */

div.emblem {
  font-family: JunicodeCondensed;
  font-weight: bold;
  color: #008f60;
  font-size: 3em;
  float: right;
  padding: 20px;
  margin-top: 5px;
  margin-right: 5px;
  text-align: right;
  position: relative;
  /*z-index: 500;*/
  /*background: rgba(255, 244, 203, 0.5);*/
  /*border-radius: 1px;*/
}
div.emblem a {
  text-decoration: none;
  color: #008f60;
}

div#home-contents {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  padding-bottom: 5em;
  background: #fff4cb;
  box-shadow: 0px -50px 50px #fff4cb;
}

div#project-contents {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  padding-bottom: 5em;
}

div#weather-month-contents {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  padding-bottom: 12em;
}

div#weather-month-contents .heading-shadow-3 {
  margin-top: 12em;
}

div#projects {

}
div#writing {
  margin-top: 5.2em;
}
h2#section-heading{
  text-align: center;
  font-family: JunicodeCondensed;
  font-weight: bold;
  font-size: 3.25em;
  margin: 0;
  margin-bottom: .5em;
}
div.leading-fleuret {
  /* max-width: 30em; */
  width: 50vw;
  max-width: 300px;
  border-top: rgba(180, 0, 53, 0.2) 1px solid;
  margin: 0 auto;
  margin-bottom: 1em;
}
div#more-projects {
  text-align: center;
  margin: 0 auto;
  font-family: JunicodeCondensed;
}

div.heading-shadow-0 {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background: radial-gradient(circle at center, white, transparent 40%), conic-gradient(from 45deg, #7c0000 52deg, #30373d 65deg, #192d46 120deg 307deg, #fff000 353deg)
}

span.heading-shadow-1 {
  position: absolute;
  left: 80%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background: radial-gradient(circle at center, white, transparent 40%), conic-gradient(from 45deg, #391d1d 52deg, #30373d 65deg, #4f4f4f 120deg 307deg, #2b9831 353deg);
}

span.heading-shadow-2 {
  position: absolute;
  left: 30%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background: radial-gradient(circle at center, white, transparent 40%), conic-gradient(from 85deg, #ffffff 52deg, #30373d 65deg, #ffd800 220deg 307deg, #2b9831 353deg);
}

div.heading-shadow-3 {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background:
    radial-gradient(circle at center, white, transparent 40%),
    conic-gradient(
      from 85deg,
      #ffd700 52deg, /* gold */
      #30373d 65deg, /* neutral gray */
      #ff69b4 120deg, /* pink */
      #8a2be2 220deg, /* deep purple */
      #2b9831 353deg, /* green */
      #00ffff 355deg /* tiny neon cyan */
    );
}

span.heading-shadow-4 {
  position: absolute;
  left: 60%;
  top: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background: radial-gradient(circle at center, red, transparent 40%), conic-gradient(from 45deg, cyan 52deg, blue 65deg, rgba(0, 255, 100, 0.2) 120deg 307deg, #fff000 353deg);
}

div#footer {
  margin-top: 5.2em;
  text-align: center;
  font-family: JunicodeRegular;
  font-size: 1.2em;
}
div#footer a{

}
div.site-by {
  font-size: 0.8em;
  margin-top: 1.5em;
  width: 60%;
}
div.site-by a {
  color: #bbb;
  text-decoration: none;
  font-family: JunicodeRegular;
}
div.site-by a:hover {
  text-decoration: underline;
}

p.none {
    font-family: JunicodeRegular;
    text-align: center;
}
p.none-weather {

  float: left;
  width: 100%;
}

/* Projects */

div.project {
  margin-bottom: 1em;
}
div.project-fleuret {
  text-align: center;
}
h2.project-name {
  text-align: center;
  margin: 0;
  padding: 0;
}
h2.project-name a {
  font-family: JunicodeCondensed;
  font-size: 1.3em;
  color: black;
  text-decoration: none;
  cursor: pointer;
  /*border-bottom: 1px #e2ddcf solid;*/
}
h2.project-name a:hover {
  /*border-bottom: 0;
  color: #0076b7;*/
  border-bottom: 1px #0076b7 solid;
  /*#0099df*/
}
h3.project-dates {
  text-align: center;
  font-family: JunicodeCondensed;
  margin: 0;
  padding: 0;
}
#home-contents h3.project-dates {
  font-size: 1.4em;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
#project-contents h3.project-dates {
  font-size: 1.75em;
  margin-bottom: 3em;
}
div.project-short-body {
  font-family: JunicodeRegular;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 2em;
  padding-left: 2em;
  margin-top: .5em;
  font-size: 1.25em;
  text-align: justify;
}
div.project-preview-p {
  margin-bottom: 0.75em;
}
div.project-detail-body {
  font-size: 1.25em;
  font-family: JunicodeRegular;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 0.75em;
  padding-right: 2em;
  padding-left: 2em;
  margin-top: .5em;
  text-align: justify;
}
div.project-detail-body img {
  max-width: 90%;
  box-shadow: 0px 6px 30px #c9ae82;
  height: auto !important;
  width: auto !important;
/*  position: relative;
  left: -1em;*/
}
@media only screen and (min-width: 768px) {
  div.project-detail-body img {
    max-width: 60%;
  }
}
blockquote {
  text-indent: 0;
  border-left: 1px #f1c9ae solid;
  padding-left: 1em;
  margin-left: 3em;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Writings */

div.writing {
  margin-bottom: 1em;
}
div.writing-fleuret {
  text-align: center;
}
h2.writing {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-family: JunicodeCondensed;
}
span.writing-name {
  font-weight: 800;
  font-size: 1.2em;
}
span.writing-date {
  font-weight: 100;
  font-size: 0.9em;
  padding-left: 1em;
  padding-right: 1em;
}
a.writing-toggle {
  font-family: JunicodeCondensed;
  /*cursor: pointer;
  border-bottom: 1px #e2ddcf solid;*/
}
a.writing-toggle:hover {
  /*border-bottom: 0;
  color: #0076b7;*/
}
h3.writing-dates {
  text-align: center;
  font-family: JunicodeCondensed;
  margin: 0;
  padding: 0;
}
div.writing-copy {
  font-family: JunicodeRegular;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 2em;
  padding-left: 2em;
  margin-top: .5em;
  text-indent: 1em;
  text-align: justify;
}
img.external-link-icon {
  vertical-align: middle;
  padding-bottom: .15em;
  height: .8em;
}

/* Weather on main */

#weathers {
  max-height: 60vh;
}

/* Skipping the rest, compiled by Angular and located in static/ng/styles.css */

/* Weather by month */

div.monthly-weather-item {
  max-width: 800px;
  margin: 0 auto;
  padding-right: 2em;
  padding-left: 2em;
  margin-bottom: 7em;
  padding-top: 5em;
  text-indent: 1em;
  text-align: justify;
}
#weather-month-contents h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: JunicodeCondensed;
  font-size: 2em;
  color: black;
}
#weather-month-contents h3 {
  text-align: center;
  font-family: JunicodeCondensed;
  font-size: 1.5em;
  font-style: italic;
  /*font-variant: small-caps;*/
}
div.weather-detail-body {
  font-family: JunicodeRegular;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 2em;
  padding-left: 2em;
  margin-top: .5em;
  text-indent: 1em;
  text-align: justify;
}

/* Graveyard */

/* Heading-shadow 4 — rich purples and blues, tiny hot pink spark */
span.heading-shadow-14 {
  position: absolute;
  left: 20%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background:
    radial-gradient(circle at center, white, transparent 40%),
    conic-gradient(
      from 60deg,
      #4b0082 50deg, /* indigo */
      #7f00ff 100deg, /* violet */
      #1e90ff 180deg, /* dodger blue */
      #2b9831 300deg, /* green */
      #ff1493 303deg /* tiny hot pink burst */
    );
}

/* Heading-shadow 5 — jewel-reds and orange, tiny cyan spark */
span.heading-shadow-15 {
  position: absolute;
  left: 70%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background:
    radial-gradient(circle at center, white, transparent 40%),
    conic-gradient(
      from 10deg,
      #ff4500 50deg, /* orange-red */
      #ff6347 120deg, /* tomato */
      #dc143c 180deg, /* crimson */
      #2b9831 340deg, /* green */
      #00ffff 342deg /* tiny cyan burst */
    );
}

/* Heading-shadow 6 — teal/blue/green spectrum, tiny magenta pop */
span.heading-shadow-16 {
  position: absolute;
  left: 30%;
  top: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background:
    radial-gradient(circle at center, white, transparent 40%),
    conic-gradient(
      from 75deg,
      #008080 60deg, /* teal */
      #20b2aa 180deg, /* light teal */
      #4682b4 270deg, /* steel blue */
      #2b9831 350deg, /* green */
      #ff00ff 352deg /* tiny magenta pop */
    );
}

/* Heading-shadow 7 — purple/cyan/orange mix, tiny neon yellow */
span.heading-shadow-17 {
  position: absolute;
  left: 60%;
  top: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(25px);
  background:
    radial-gradient(circle at center, white, transparent 40%),
    conic-gradient(
      from 120deg,
      #8a2be2 55deg, /* blue-violet */
      #00ffff 150deg, /* cyan */
      #ffa500 250deg, /* orange */
      #2b9831 345deg, /* green */
      #ffea00 348deg /* tiny neon yellow pop */
    );
}

