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

/* Custom styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #303030;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer,
main,
header {
  max-width: 42.5rem;
  margin: 0 auto;
  padding: 1.5rem;
}

h1,
h2,
h3 {
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.2;
  margin-top: 1.25em;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #901714;
  width: 15ch;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  width: 30ch;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  color: #242424;
}

p + p {
  margin-top: 1.25em;
}

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  color: #666;
  border-left: 0.25rem solid #666;
  padding-left: 1rem;
  margin: 1.25em 0;
}

cite {
  font-size: 0.875rem;
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}
