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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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;
}


/****************** End CSS RESET *****************/

body {
  background-image: url('images/rustic.jpg');
  font-family: 'Courgette', cursive;
  text-align: center;
  display: inline-block;
}

.container {
  width: 1020px;
  margin: auto;
}

header img {
}

header {
  background-color: black;
  height: 315px;
  width: 1045px;
  margin-bottom: 20px;
  display: inline-block;
  padding-top: 15px;
}

section {
  width: 1045px;
  text-decoration: none;
  display: inline-block;
}

section h2{
  font-size: 38px;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 10px;
}

section ol li {
  line-height: 25px;
}

section a {
  text-decoration: none;
  color: #00fff0;
  font-size: 16px;
  font-family: Georgia, serif;
}

section a:hover {
  color: white;
}

aside {
  width: 1045px;
  text-decoration: none;
  display: inline-block;
}

aside h2 {
  font-size: 36px;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 15px;
}

aside h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
}

aside ul li {
  line-height: 25px;
}

aside a {
  text-decoration: none;
  color: #00fff0;
  font-size: 16px;
  font-family: Georgia, serif;
}

aside a:hover {
  color: white;
}

footer {
  background-color: black;
  text-decoration: none;
  width: auto;
  margin-top: 20px;
  padding: 20px;
}

footer p {
  text-align: center;
  color: white;
  line-height: 1.5;
}

footer p a {
  text-decoration: none;
  color: #e99990;
}

footer p a:hover {
  color: #f8d6cd;
}
