/* Colors */
/* Functions */
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 767px) {
  .post-content {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  header #header-bottom img.header-logo {
    height: 40px;
    width: auto;
  }
  #home-slider .item .container {
    max-width: 90%;
    width: fit-content;
    margin: 0;
  }
  footer .footer-menu ul.fm-list li a {
    font-size: 14px;
  }
}
