html body {
    background-color: #444444;
}

#header {
        border-bottom: 3px solid #eee;
    }
    @media only screen and ( min-width: 992px) {
      #header {
          background: rgba(220, 220, 220, 1);
          box-shadow: inset 0px 0px 60px 30px rgba(180, 180, 180, 0.5);
    }
}

#header .logo {
        background-color: rgba(190,190,190, 1);
}

#header .logo a {
    color: #ffffff;
}

footer {}

footer > .wrapper {
    background: #c7c7c7;
    color: #999999;
    border-top-color: #efefef;
}
