/* readability issue */
body {
  margin: 10%
}

/* currently the only h1 is on the home page */
h1 {
  text-align: center;
}

/* nothing looked that good... */
div {
  border-bottom-style: inset;
}

/* padding otherwise it was too close to the div border */
div.navbar {
  text-align: center;
  padding-bottom: 1em;
}

/*
 * there are 2 lines of links, one to webpages,
 * the other to sourceforge project resources
 */
div.navbar-subsection {
  border-bottom-style: none;
}

/* space out the links in the navbar */
div.navbar-subsection a {
  padding-left: 1em;
  padding-right: 1em;
}

/* distance the sourceforge logo from other content */
div.footer {
  border-bottom-style: none;
  margin-top: 6em;
  text-align: center;
}
