@font-face {
  font-family: 'Bourbon';
  src: url("/font/hold_fast_foundry_-_bourbon-webfont.eot");
  src: url("/font/hold_fast_foundry_-_bourbon-webfont.eot?#iefix") format('embedded-opentype'), url("/font/hold_fast_foundry_-_bourbon-webfont.woff") format('woff'), url("/font/hold_fast_foundry_-_bourbon-webfont.ttf") format('truetype'), url("/fonthold_fast_foundry_-_bourbon-webfont.svg#bourbonregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Latin Modern';
  src: url("/font/lmroman10-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 23px;
}
body {
  font-family: "Latin Modern", Georgia;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
hr {
  border: 0;
  height: 1px;
  background: #707070;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 100px;
  margin: 1em 0;
}
p {
  margin: 1em 0;
}
h1 {
  font-family: Bourbon;
  font-size: 5.4rem;
  color: #fff;
  text-shadow: 2px 2px 0 #676464, 3px 3px 0 #fff200;
}
h2 {
  margin-top: 1rem;
  font-size: 1rem;
}
a {
  color: #fff200;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.fixed-bg-cover {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#main {
  position: relative;
  z-index: 1;
  color: #fff;
}
.content-full {
  margin: 50px 0 0 100px;
  max-width: 600px;
}
