body {
  
	background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
  
	-webkit-background-size: cover;
  
	-moz-background-size: cover;
  
	background-size: cover;

	-o-background-size: cover;

}
@media screen and (max-width: 768px){
  .logoresponsive{
    margin-left: 10px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px){
  .fs{
  	margin-left: -100px;
  	text-align: center;
    font-size: 36px;
  }
}
@media screen and (min-width: 991px){
	.fs{
  		margin-left: 60px;
	}
}
@media screen and (max-width: 768px){
  .btnres{
  		margin-left: 50px;
  }
}
@media screen and (max-width: 768px){
  .gallerytxt{
		margin-left: -60px;
		margin-top: 30px;
  }
}
@media screen and (max-width: 768px){
  .gallerypics{
		margin-left: -80px;
		margin-bottom: 3px;
  }
}
