body {
	font-family: 'Zilla Slab', serif;
	/* font-family: 'Equity OT'; */
	font-size: 16px;
}

.front-articles {
	line-height: 1.5;
}

.front-articles > p {
	text-align: justify;
}

.nav > ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin-bottom: 20px;
}

.sw-admin-button {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2147483647;
}

div.photos > div {
	float: left;
	margin: 6px;
	color: gray;
	font-size: 14px;
	width: 130px;
	height: 150px;
	text-align: center
}

div.photos > div > div {
	padding-top: 3px
}

@media screen and (min-width: 960px) {
    html {
        margin-left: calc(100vw - 100%);
        margin-right: 0;
    }
}

/*
@font-face {
  font-family: 'Equity OT';
  font-style: normal;
  font-weight: normal;
  src: url(/webfonts/equity_ot_a_regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Equity OT';
  font-style: italic;
  font-weight: normal;
  src: url(/webfonts/equity_ot_a_italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Equity OT';
  font-style: normal;
  font-weight: bold;
  src: url(/webfonts/equity_ot_a_bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Equity OT';
  font-style: italic;
  font-weight: bold;
  src: url(/webfonts/equity_ot_a_bold_italic.woff2) format('woff2');
}
*/