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,
.label {
  background: #3085ee;
  color: #000;
  font-weight: bold;
  text-transform: none;
}

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

.form-input, .search-input, [data-grav-field="array"] input, [data-grav-field="array"] textarea, .form-input:not(:placeholder-shown):invalid:focus, .search-input:not(:placeholder-shown):invalid:focus, [data-grav-field="array"] input:not(:placeholder-shown):invalid:focus, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid:focus { background: #222; }
