body {
 font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.778;
  color: rgba(0,0,0,1);
  text-align: center;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}


@media screen and (max-width: 1024px) {
body {
  background-image: url("../img/bg_t.jpg");
 }
}