/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* ======================= My CSS Rules ======================= */

/*==================*/

body {
  font-family: Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.9em;
  color: #2b2828;
  background: #e3d7f8;
  line-height: 1.5;
  width: 80%;
  max-width: 56em;
  margin: 0 auto;
}

/* ======================= Navigation ======================= */

nav {
  font-family: Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
  font-weight: 600;
  margin-top: 50px;
  display: block;
  text-align: center;
  line-height: 1.5em;
  padding: 10px;
}

header > nav > ul > li {
  display: inline-grid;
  padding-right: 0.5em;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.9em;
}

header > nav > ul > li > a:link {
  color: #9085a3;
  padding: 0.5em;
  margin: 0.4em 0.2em;
}

header > nav > ul > li > a:hover {
  color: #fff;
  padding: 0.5em;
  margin: 0.4em 0.2em;
}

/* ======================= End of Navigation ======================= */

h1 {
  font-family: "Sono", sans-serif, Helvetica, Calibri, Arial;
  font-size: 3.5em;
  text-align: center;
  padding-top: 0.4em;
  font-weight: 600;
  color: #9085a3;
}

h2 {
  font-family: "Sono", sans-serif, Helvetica, Calibri, Arial;
  font-size: 1.9em;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 600;
  color: #9085a3;
}

h3 {
  font-family: "Sono", sans-serif, Helvetica, Calibri, Arial;
  font-size: 1.4em;
  padding: 10px;
  margin-top: 1.6em;
  color: white;
  background-color: #9085a3;
  text-align: right;
}
h4 {
  font-size: 1.1em;
  margin-top: 1.5em;
  color: #9085a3;
}

p {
  padding-top: 1em;
}

footer {
  font-family: "Sono", sans-serif, Helvetica, Calibri, Arial;
  color: #9085a3;
  margin: 0 auto;
  font-size: 0.9em;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 0;
  height: auto;
  border-top: 1px solid #9085a3;
}

footer p {
  max-width: 80%;
  padding: 1.5em;
  margin: 0 auto;
}
