article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
body {
  background-color: #151b31;
  color: #0D111F;
}
@media (min-width: 1500px) {
  body {
    background: #12172a url(../img/tribal.svg) center;
    background-attachment: fixed;
    background-size: cover;
  }
}
li {
  list-style: none;
}
::selection {
  background: #AAA;
}
img {
  border: 0;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
}
.meta-author {
  display: none;
}
figure {
  margin: 0;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
*:focus {
  outline: none;
}
#max-container {
  margin: auto;
  width: 100%;
  max-width: 1500px;
  position: relative;
  background-color: #E9E9E9;
}
