body {
  background:      url('../img/bg.jpg') no-repeat center center fixed; 
  background-size: cover;
}

#logo {
  max-width: 260px;
}

#logo img {
  filter: drop-shadow(0 .1rem .2rem rgba(0, 0, 0, .5));
}
