@import "reset.css";
body {
  background: #fff;
  font: normal 13px system-ui, Geneva, sans-serif;
  color: #575757;
  margin: 0;
}
h1 {
  font-size: 32px;
  font-weight: normal;
  color: #535353;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #bababa;
  text-align: right;
}
h2 {
  margin-top: 1.4em;
  font-size: 24px;
  color: #2e1a8c;
}
h3 {
  font-size: 18px;
  color: #fff4e2;
}
a,
a:visited {
  color: #000;
}
a:active,
a:hover {
  color: #6c7967;
  text-decoration: none;
}
a,
img {
  outline: none;
  border: none;
}

/***** Typography *****/

.fancy p {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
}
.fancy p + p {
  text-indent: 1.5em;
}
.fancy p:first-letter {
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
  float: left;
  margin: -4px 0.107em 0 0;
}
.fancy p:first-line {
  font-weight: normal;
}
.fancy p + p:first-letter {
  font-size: 1.2em;
  float: none;
  margin: 0;
  font-weight: 400;
}
.fancy p + p:first-line {
  font-weight: 400;
}
.lettrines {
  font-family: Times New Roman, Times, serif;
  font-weight: 500;
}

#vAlignContainer {
  position: absolute;
  height: 213px;
  margin: 0 auto;
  bottom: 72%;
  left: 0;
  _margin: 0 0 -435px 0;
  _bottom: 20%;
  width: 100%;
}

/***** Top *****/
#navigation {
  position: relative;
  float: left;
  width: 100%;
  height: 45px;
  background: url(/assets/mobile/bg_info_nav.png) top repeat-x;
  text-align: center;
  font-size: 1.6em;
  padding-top: 12px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#navigation ul li {
  display: inline;
}
#navigation ul li a {
  text-decoration: none;
  padding: 0.2em 1em;
  color: #fff;
}
#navigation ul li a.current {
  background-color: #a4a4a4;
  border-radius: 8px;
  -moz-border-radius: 8px;
}
#content {
  position: relative;
  float: left;
  width: 500px;
  min-height: 400px;
  margin: 40px 30px 30px 45px;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: normal;
}
