#menu {
  background: rgba(73, 61, 40, 0.5); }

#menu a {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.2) !important; }

#menu a:hover {
  border-color: rgba(255, 255, 255, 0.8) !important; }

#story-cover {
  width: 100%;
  height: 81vh;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: 45% 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #story-cover {
      background: url(../img/bg@2x.jpg) no-repeat;
      background-size: cover;
      background-position: 45% 50%; } }

#read-next {
  background: url(/travels/pilsen-2016-12/img/bg.jpg);
  color: #fff; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #read-next #read-next {
      background: url(/travels/pilsen-2016-12/img/bg@2x.jpg); } }

/*# sourceMappingURL=brno2016-12.css.map */
