
@media only screen {body {    margin: 0;    padding: 0;}.source-theme-warning{display:none!important}
}

.navbar a {
	font-size: 17px;
	font-family: "Helvetica";
}

@media (min-width: 805px) {
nav ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}

nav ul li:last-child::after {
  display: none;
}
}

@media (max-width: 805px) {
.navbar {
  font-size: 22px;
  line-height: 1.7;
}
}

.body-text a {
	text-decoration: underline;
	line-height: 1.8;
}

.body-text {
	line-height: 1.8;
}

.footer-nav {
	line-height: 1.8;
}