@import url("https://fonts.googleapis.com/css?family=Lato:400,300,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!normalize.css v3.0.3|MIT License|necolas.github.io/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  background-color: #FFF;
  border: 0px;
  margin: 0px;
  padding: 1em 5vw 20vh 5vw;
  color: #000;
  font-family: "Lato", sans-serif; }

h1 {
  margin: 0px;
  padding: 0px;
  color: #DBB;
  font-weight: 900;
  font-size: 60pt;
  font-size: 5vw; }
  h1 a {
    color: #C77;
    text-decoration: none; }

h2 {
  max-width: 20em;
  background: #EEE;
  border-bottom: 2px solid #CCC;
  border-left: 2px solid #CCC;
  border-radius: 10px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding: 4px 0px 5px 10px;
  color: #811;
  font-size: 30pt;
  font-weight: 300; }

p,
iframe {
  max-width: 40em;
  margin: 0.5em 0em 1em 0em;
  padding-left: 30px;
  line-height: 1.2em;
  text-align: justify; }

th {
  font-weight: bold; }

td {
  padding-top: 4px;
  padding-right: 4px;
  text-align: center;
  vertical-align: middle; }
  td.left {
    text-align: left; }

ul,
ol {
  max-width: 45em;
  padding-left: 60px;
  margin-bottom: 1em; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

li {
  line-height: 1.2em; }

dt {
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 30px;
  color: #555;
  font-size: 20pt;
  font-weight: 900; }

dd {
  max-width: 40em; }

a {
  color: #811; }
  a:hover {
    background: #811;
    color: #FFA;
    text-decoration: none; }
  a.img {
    font-size: 0px; }
  a img.show_bg:hover {
    background-image: none;
    background: #811; }
  a.no-highlight:hover {
    background-color: transparent; }

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }
  img.show_bg {
    background-image: url("/_img/checkered.png"); }

.logo {
  max-height: 20vh; }

.small_images {
  margin: 0px;
  padding: 0px; }
  .small_images img {
    max-width: 28.75%; }

#container {
  max-width: 20em;
  font-size: 30pt;
  font-weight: 300;
  text-align: center; }

#menu {
  width: 100%;
  border-bottom: 1px solid #CCC;
  margin-bottom: 16px;
  padding: 3px 1em; }
  #menu a {
    padding: 1px 0.7em;
    color: #000;
    text-decoration: none; }
    #menu a:hover {
      background: transparent;
      border-bottom: 3px solid #811;
      color: #811;
      text-decoration: bold; }
    #menu a.active {
      font-weight: bold; }

[id="404"] {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%; }
  [id="404"] table,
  [id="404"] tbody,
  [id="404"] tr,
  [id="404"] td {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: center; }
  [id="404"] a {
    font-size: 0px; }
    [id="404"] a:hover {
      background: transparent; }
  [id="404"] img {
    width: 200px;
    max-width: 100%;
    height: auto; }
  [id="404"] h3 {
    margin: 20px 0px 40px 0px;
    font-size: 25px; }
