@charset "UTF-8";


::selection {
  color: #FFF;
  background: #9b9b9b; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #FFF;
  background: #9b9b9b; /* Gecko Browsers */
}


body {
    font-family: 'Eczar', serif;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    margin-top: 3em;
    color: #000;

}

.caps {
  text-transform: uppercase;
  margin: 1em 0 0 0;
  letter-spacing: 2px;
}

.subtitle {
  margin: 3em 0 1em 0;
}

.date {
  font-weight: 400;
  margin: 0;
  font-size: 0.6em;
  text-decoration: none;
  line-height: 0.8em;
  letter-spacing: 1px;
}

a {
  color: #0047BA;
  text-decoration: none;
}

a:hover {
  color: #000;
}

ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

li {
  margin: 0 0 1em 0;
  font-weight: 400;
}

.mail {
  font-weight: 400;
  margin: 7em 0 0 0 ;
  font-size: 0.6em;
  text-decoration: none;
}
