html {
  background: url(../images/home/homebg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #7ACCFA;
}

@media only screen and (max-width: 480px) {
  html {
    background: url(../images/home/mobilebg.jpg);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-attachment: fixed;
    background-size: cover;
    background-color: #5DC5FF;
  }
}

/*--------------OVERRIDES--------------*/

.menusvg {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .menusvg {
    position: fixed;
    margin: 0;
    width: 48px;
    height: 48px;
    left: 10px;
    top: 12px;
  }
}

.nav {
  background:#0043DF;
}

  .nav a, .selected {
    color: #FFDA56;
  }
