@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond/static/EBGaramond-Regular.ttf");
}

body
{
  background-image: url("/view/images/church-of-imagination.png");
}

.card
{

}

#footer-author
{
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-size: 13px;
  z-index: 99999;
}

.body-loading
{
  opacity: 0;
  background-image: url("/view/images/ben-redblock-loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
}

h1 a
{
  text-decoration: none;
  color: #551A8B;
}