/* open-sans-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	font-family: "Open Sans","News Cycle","Arial Narrow Bold",sans-serif;
}
body {
	background: #fff;
	font-size: 15px;
	color: #333;
}
#wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#header {
	text-align: center;
}
#logo {
}
#main {
	padding: 25px;
	background: #fff;
}
#main.center {
	text-align: center;
}
#footer {
	padding: 25px;
	margin-bottom: 25px;
}
#copy {
	text-align: center;
	padding-bottom: 25px;
	font-size: .8em;
}
.cleaner {
	clear: both;
}
.gross {
	font-size: 1.4em;
	line-height: 1.3em;
}

ul.nav {
	display: flex;
	justify-content: center;
	flex-direction: row;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.nav li {
	padding: 0 15px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
}