/* modifiche al footer */
footer.v-footer {
 position: fixed !important;
 bottom: 0px !important;
 width: 100% !important;
}
footer.v-footer.theme--dark {
 background-color: rgba(39, 39, 39, 0.9) !important;
}
footer.v-footer.theme--light {
 background-color: 	rgba(245, 245, 245, 0.9) !important;
}
div.v-application--wrap {
 margin-bottom: 120px !important;
}
/* modifiche alla navbar */
nav {
 margin-top: 90px !important;
}
nav > div:first-of-type {
 position: fixed !important;
 width: 100% !important;
 top: 0px !important;
 z-index: 1 !important;
}
#app.theme--dark > div.v-application--wrap > nav > div:first-of-type {
 background-color: rgba(39, 39, 39, 0.9) !important;
}
#app.theme--light > div.v-application--wrap > nav > div:first-of-type {
 background-color: rgba(245, 245, 245, 0.9) !important;
}