﻿@font-face {
  font-family: Avenir35light;
  src: url('../font/Avenir35light.eot'), url('../font/Avenir35light.ttf') format('truetype'), url('../font/Avenir35light.woff');
}
@font-face {
  font-family: BrutalType-ExtraLight;
  src: url('../font/Brutal/BrutalType-ExtraLight.eot'), url('../font/Brutal/BrutalType-ExtraLight.ttf') format('truetype'), url('../font/Brutal/BrutalType-ExtraLight.woff');
}
@font-face {
  font-family: BrutalType-Light;
  src: url('../font/BrutalType-Light.otf') format('opentype');
}
@font-face {
  font-family: BrutalType-Regular;
  src: url('../font/BrutalType-Regular.otf') format('opentype');
}
@font-face {
  font-family: BrutalType-Medium;
  src: url('../font/BrutalType-Medium.otf') format('opentype');
}
html {
  height: 100%;
}
html,
body {
  width: 100%;
  font-family: 'BrutalType-Light', Verdana;
  background-color: #333333;
}
body {
  min-height: 100%;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  text-shadow: -1px 1px 1px #000000;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
p {
  font-size: 20px;
}
p,
td {
  text-shadow: 0 0 1px black;
}
h5 a,
p a,
td a,
.breadcrumb a {
  text-decoration: none;
  color: #0089D8;
}
h5 a:hover,
p a:hover,
td a:hover,
.breadcrumb a:hover {
  text-decoration: underline;
  color: #01649D;
}
h5 span.small,
p span.small,
td span.small,
.breadcrumb span.small {
  font-size: 14px;
}
.breadcrumb {
  text-shadow: 0 0 1px black;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
i.small {
  font-size: 12px;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
  float: none;
}
.site {
  color: white;
  padding-bottom: 64px;
}
.centerpage {
  width: 90%;
  margin: auto auto;
  max-width: 960px;
}
/*# sourceMappingURL=site.css.map */