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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #c7d512;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: normal;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.content {
  border-bottom: 5px solid black;
}
.content .container img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content .container.text {
  padding: 4rem 0;
}
.content .container.text p {
  margin: 1.5rem 0;
}
.content .container.text h2 {
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content .container.text strong {
  font-weight: bold;
}
footer {
  text-align: center;
  color: white;
  padding: 1rem 0 2rem 0;
}
footer a {
  color: black;
}
footer ul {
  margin-top: 1rem;
  list-style: none;
}
footer ul li {
  display: inline-block;
  padding: 0 1rem;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  color: #000;
}
/*# sourceMappingURL=styles.css.map */