body {
  color: #000;
  background: #FFF;
}
* {
  box-sizing: border-box;
}
a {
  cursor: pointer;
  outline: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline-style: none;
  outline-width: 0pt;
}
textarea {
  overflow: auto;
  resize: none;
}
/* Remove default scroll and resize in IE */
legend {
  color: #000;
}
object:focus,
button:focus {
  outline: none;
}
input[type=submit],
input[type=button],
button {
  border: 0;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove button padding in FF */
/* a:active{ background-color: transparent;} /* IE10 */
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Remove webkit default styles */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
  background-color: #fff;
  font-family: "Libre Baskerville", Libre, Georgia, Times, serif;
}
h1 {
  font-size: 47px;
  line-height: 60px;
}
h2 {
  font-size: 36px;
  line-height: 45px;
}
h3 {
  font-size: 24px;
  line-height: 36px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  line-height: 20px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-transform: lowercase;
}
h1:after {
  width: 12.5%;
}
h1:after {
  border-top: 1px solid;
  content: "";
  display: block;
  margin-top: 0.875em;
  width: 25%;
}
blockquote {
  border-left: 5px #DDD solid;
  padding-left: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1em;
}
ul {
  display: block;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
li {
  list-style: disc;
}
.copyright {
  margin-top: 8px;
  text-align: center;
  font-size: 10px;
  color: #ddd;
}
main {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 675px;
  margin: 0 auto;
}
main img {
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.logo {
  width: 50px;
  margin: 10px;
}
.top-nav,
.bottom-nav {
  vertical-align: top;
}
.top-nav li,
.bottom-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.top-nav a,
.bottom-nav a {
  display: block;
  font-size: 17px;
  line-height: 54px;
  color: #000;
  text-transform: lowercase;
  text-decoration: none;
  margin-left: 13px;
  padding: 0 13px;
}
.top-nav {
  margin-bottom: 24px;
  border-bottom: 1px #ddd solid;
}
.bottom-nav {
  margin-top: 24px;
  border-top: 1px #ddd solid;
}
.bottom-nav img {
  width: 18px;
  height: 18px;
  opacity: 0.8;
}
main {
  padding-top: 16px;
}
.modal {
  position: fixed;
  width: 300px;
  margin: 0 auto;
  margin-top: 20vh;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 24px;
  box-shadow: 10px 10px 30px -5px rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.modal input.button {
  width: 100%;
  background: #eee;
  border: 1px black solid;
}
.modal .nothanks {
  text-align: center;
  margin-top: 4px;
  text-decoration: none;
}
.modal small {
  font-size: 10px;
}
.newsletter {
  text-transform: lowercase;
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #26c730;
  padding: 8px;
  box-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.3);
}
.newsletter a {
  color: white;
  text-decoration: none;
}
