nav {
background-image: linear-gradient(rgba(0,0,0,.7), hsla(0,0%,3%,.5)), url(/headerimage.png) !important;
background-position: 50%;
background-size: cover !important;
}

body,
html {
  font-family:sans-serif;
  overflow-x: hidden;
  overflow-y: auto !important;
  scrollbar-color: #F5A9B8 #111 !important;
  scrollbar-width: thin
}

.v-menu__content {
  box-shadow: none !important;
  scrollbar-color: #F5A9B8 #111 !important;
  scrollbar-width: thin
}

.v-application a {
  color: #5BCEFA !important;
caret-color: #5BCEFA !important;
}
.v-application .primary {
  background-color: #5BCEFA !important;
  border-color: #5BCEFA !important
}
.v-application .primary--text {
  color: #5BCEFA !important;
  caret-color: #5BCEFA !important;
}
.v-application .secondary {
  background-color: #5BCEFA !important;
  border-color: #5BCEFA !important
}
.v-application .secondary--text {
  color: #5BCEFA !important;
  caret-color: #5BCEFA !important;
}
.v-application .accent {
  background-color: #5BCEFA !important;
  border-color: #5BCEFA !important;
}
.v-application .accent--text {
  color: #5BCEFA !important;
  caret-color: #5BCEFA !important;
}
.v-application .info {
  background-color: #5BCEFA !important;
  border-color: #5BCEFA !important;
}
.v-application .info--text {
  color: #5BCEFA !important;
  caret-color: #5BCEFA !important;
}