.home {
  color: rgb(255, 255, 255);
  display: block;
  font-family: Interstate, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Garuda, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  height: 24px;
  line-height: 1.5;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 auto;
}

a {
  color: white;
  text-decoration: none;
}
#main-header {
  border-top: 4px solid #f50;
  width: 1240px;
  height: 231px;
  margin: 0 auto;
  background:
  linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0)
    ),
  url(img/simz.jpg) center center no-repeat;
  background-size: cover;
    
}
.menu {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
}

.topnav {
  display: block;
  margin: 0;
}

.sitenav {
  padding: 0 15px 12px 30px;
}
li{
  display: inline-block;
  margin-right: 15px;
  list-style-type: none;
}
.nav-home a {
    text-transform: uppercase;
    color: rgb(255, 85, 0);
}
.sc-aux-headerlogo {
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  width: 170px;
  height: 22px;
  background-image: url(img/sc_sbs_white_170x22.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 170px 22px;
  text-indent: -100em;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
    .sc-aux-headerlogo {
        background-image: url(img/sc_sbs_white_340x44.png);
    }

    #main-header{
      background-image: linear-gradient(
          rgba(0, 0, 0, 0.4),
          rgba(0, 0, 0, 0)
        ), url(img/simz@2x.jpg);
    }
}