body.site {
  padding: 0;
  background-image: url(../../../images/template/background.JPG);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  border-top: none;
  padding-top: 40px;
  background-attachment: fixed;
  
}

.body .container {
  background-color: rgba(255, 255, 255, .85);
  
}