* {
  margin: 0px;
  padding: 0px;
  border: 0;
}

body {
  font-size: 12px;
  background-image: url(../pattern.png);
  margin: 25px;
}

.grid {
  position: relative;
  min-height: 600px;
  opacity: 1;
  transition: opacity 0.2s;
}
.grid.masonry-loading {
  opacity: 0;
}
.grid .grid-item {
  min-height: 127px;
}
.grid .grid-item:not(.last-item) {
  position: relative;
  margin-bottom: 15px;
}
.grid .grid-item:nth-child(1) {
  min-height: auto;
}
.grid .grid-item.last-item {
  transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
  min-height: auto;
}

header,
section {
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 15px;
  width: 350px;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

body {
  background-color: #FFF;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

h1 {
  font-size: 24px;
}
h1 small {
  font-size: 0.5em;
  color: #525252;
}

h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #B90E1D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  display: inline;
}

li {
  padding-bottom: 3px;
}

ul.list-unstyled li {
  list-style: none;
}

ul.list-inline {
  padding-left: 0;
}
ul.list-inline li {
  display: inline;
  padding-right: 0.25em;
}
ul.list-inline li::after {
  content: "/";
  margin-left: 0.5em;
}
ul.list-inline li:last-child {
  padding-right: 0;
}
ul.list-inline li:last-child::after {
  content: "";
}

/*# sourceMappingURL=screen.css.map */
