/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*.container {
  padding: 0 15px;
}*/

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1250px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

html, body {
  font-family: 'Titillium Web', sans-serif !important;
}

.newheader .linkministeriale {
  background-color: #00264c;
  max-height: 30px;
  padding: 1em 10% 2em 10%;
}

.newheader .linkministeriale a{
  color: white;
}

.loghinav{
  background-color: #0066cc;
  margin-bottom: 1em !important;
}

.loghinav .logoministeriale {
  width: 4% !important;
  margin: 0.5em 0 0.5em 0;
}

.loghinav h1 {
  color: white;
  font-size: 2em !important;
}

.navbar {
  margin: 0 10% 0 10%;
  padding: 1em 0 1em 0;
  background-color:#0066cc;
  border-top: 1px solid white;
}

.navbar .navbar-nav a {
  color: white;
}

.navbar .navbar-nav a:hover {
  background-color: darkblue;
}

.navbar .navbar-nav .dropdown-menu {
  background-color:#0066cc;
  border: 1px solid white;
}

.footer {
  background-color: #30373d;
  color: white;
  margin-top: 3em !important;
}

.footer p {
  color: white;
}

.footer a {
  color: lightblue;
}

.footer-riga-ministero, .footer-riga-indire {
  width: 100%;
  border-bottom: 0.5px solid #585a5c;
  padding: 0 2em 0 0;
}

#footer-ministero-logo{
  margin: 1em 0 2em 0;
}

.text-muted {
  margin-top: 1em;
}