ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
  font-size: 1em;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
dl,
dt,
dd,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
address {
  font-style: normal;
}
header,
section,
article,
nav,
footer,
hgroup,
details,
summary,
figure,
main {
  display: block;
}
mark {
  color: inherit;
  background: transparent;
}
abbr {
  border: none;
}
summary::-webkit-details-marker {
  display: none;
}
@font-face {
  font-family: "League Gothic";
  src: url("fonts/league_gothic.eot");
  src: url("fonts/league_gothic.eot?iefix") format('eot'), url("fonts/league_gothic.woff") format('woff'), url("fonts/league_gothic.ttf") format('truetype'), url("fonts/league_gothic.svg#webfont") format('svg');
}
@font-face {
  font-family: "Brandon";
  src: url("fonts/brandon_reg.eot");
  src: url("fonts/brandon_reg.eot?iefix") format('eot'), url("fonts/brandon_reg.woff") format('woff'), url("fonts/brandon_reg.ttf") format('truetype'), url("fonts/brandon_reg.svg#webfont") format('svg');
}

html {
  background: #fff5e8;
}

body {
  font: normal 18px "Brandon", sans-serif;
  color: #5d1743;
  background: #fff5e8;
  -webkit-font-smoothing: antialiased;
}
a {
  font-style: italic;
  text-decoration: dotted underline;
  text-decoration-skip-ink: none;
  color: #fff5e8;
}

h3 {
  display: inline-block;
  margin-bottom: 24px;
  font: normal 60px "League Gothic", sans-serif;
  text-transform: uppercase;
  border-bottom: 7px solid #5d1743;
}

h4 {
  font-size: 1.6rem;
}

em {
  font-size: 1rem;
  font-family: "Droid Serif", Georgia, serif;
}

ol > li {
  padding-bottom: 24px;
}

ul {
  padding-left: 2rem;
}

ul > li {
  list-style: disc;
}

header {
  max-width: 960px;
  padding: 80px 0 103px 0;
  margin: 0 auto;
  text-align: center;
  color: #fff5e8;
  background: #e62951 url("images/bg_intro.jpg") 50% 100% no-repeat;
}

header h1 {
  font-size: 3rem;
  font-weight: 600;
}

header h2 {
  padding: 12px 0 0 0;
  font: normal 24px "Droid Serif", Georgia, serif;
}

main {
  display: grid;
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: 5fr 2fr;
  align-items: stretch;
}

article {
  padding-bottom: 32px;
}

article p {
  padding-bottom: .4rem;
}

article p + ul {
  padding-top: .6rem;
}

section {
  padding: 24px 32px 6px 32px;
}

section + section {
  color: #fff5e8;
  background: #5d1743;
}

section + section h3 {
  border-color: #fff5e8;
}
