/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 
body {
  padding-top: 56px;
  background: url('images/bg-sm.jpg');
  background-attachment: fixed;
   background-size: cover;
   background-position: center;
}*/
body {
  background-image: url("images/bg-sm.jpg");
  background-color: #cccccc;
 }