i.far.fa-heart-o.pulse,
i.far.fa-heart.pulse {
  color: #920;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
.about-me img {
  font-family: "Ubuntu", san-serif;
}
code,
kbd,
pre,
samp {
  font-family: "Ubuntu Mono", monospace;
}

.hero.text-light h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.label.label-primary,
.label.label-secondary,
.btn,
.button {
  background: #3085ee;
  color: #000;
  font-weight: bold;
  text-transform: none;
}

a.btn:visited {
  color: #000;
}

.test { color: #0f0; }

/* Photon.css */
/*==== Fixed Width Font ====*/
@font-face {
  font-family: "Nova Mono";
  font-style: normal;
  font-weight: 400;
  src: url("https://fa.sfintel.space/other/nova_mono/NovaMono.ttf")
    format("truetype");
}
@font-face {
  font-family: "Ubuntu Mono";
  font-style: normal;
  font-weight: 400;
  src: url("https://fa.sfintel.space/other/ubuntu/UbuntuMono-R.ttf")
    format("truetype");
}

/*==== General Formatting ====*/
.photon {
  font-family: "Nova Mono", monospace;
  line-height: 0.9;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px black;
}
pre.photon {
  max-width: 65em;
  margin-left: 5em;
}
ol.photon {
  list-style: decimal-leading-zero;
  list-style-position: inside;
  margin-left: 1em;
}
ul.photon {
  list-style: square inside;
  margin-left: 1em;
}
.tw {
  font-family: "Ubuntu Mono", monospace;
  text-shadow: 1px 1px 2px black;
}
blockquote.tw {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 42em;
}
.center {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/*==== Character Colors ====*/
/*--- Tory ---*/
.tory {
  color: #b0c4de;
}

/*--- B ---*/
.badwolf {
  color: #ffb0ff;
}

/*--- Fen ---*/
.fen {
  color: #1daf99;
}

/*-- Diziara --*/
.diz {
  color: #68c6ff;
}

/*-- Corey --*/
.cor {
  color: #cc6666;
}

/*-- Amelia --*/
.pond {
  color: #81ce38;
}

/*-- Nadiv --*/
.div {
  color: #718bb2;
}

/*--- Bella (Retired) ---*/
.bella {
  color: #f3eb82;
}
