body {
  background-color: #527AAD !important;
  background-image: url('/images/dining.jpg');

   /* Center and scale the image nicely */

   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.logo-main {
  max-width: 50%;
  margin-bottom: 2em;
}
