/*
file CSS for specific site caller
*/
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
}
.navbar-custom {
  background-color: #201751; /* Blu */
  color: white;
}
.text_white{ 
  color: white;
}

.footer-bg{
  background-color: #201751; /* Blu */
}


