body {
  background-image: url(../img/bgf.jpg);
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
 }


@media only screen and (max-width: 767px) {
  html, body, h1, p, a, div, section {
    /*background-image: url(../img/bgfm.jpg);*/
	font-size: 30px;
  }
  

  
  
	}