*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: 0.15s ease-in-out;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
  background-color: transparent;
}
img {
  display: block;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", "Open Sans", "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
body {
  font-family: "Quicksand", "Open Sans", "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: 1;
  color: #373737;
  background: #f7f7f7;
}
/* header:after,
.container:after,
footer:after,
.widget-posts-list li:after,
#subscribe:after {
  content: "";
  display: table;
  clear: both;
} */
