.slider {
    background-image:url(/nourishly/images/slider-bg.jpg);
}

.slider .bot_line {
    background: #75B21B;
}

.slider {
   background-color: #4B5B58;
}

h2 {
 color: #33675c;
}


.nav-links {
  margin-top: 20px;
}

.header-logo {
  display:block;
  width: 300px;
  height: 99px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space:nowrap;
  background: url(https://d3buh2p23rhyze.cloudfront.net/nourishly/images/header-logo.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .header-logo {
    background: url(https://d3buh2p23rhyze.cloudfront.net/nourishly/images/header-logo_2x.png) ;
    background-size:300px 99px;
  }
}
