p, a, div, h3, h4, h5, h1, h2, span {
  font-family: 'PT Sans Narrow', sans-serif;
}
.logo {
  width: 100px;
}
.nav-item.nav-link {
  font-size: 20px;
}
.navbar-expand-lg {
  background: white !important;
}
.copertina-home {
  height: 500px;
  background-image: url("../roma.jpg");
  background-size: cover;
}
.copertina-home .row {
  height: 100%;
}
.copertina-home .titolo-copertina {
  color: #ffff;
  font-size: 50px;
}
.container h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
}
.text-container {
  text-align: justify;
  font-size: 18px;
}
.button-home {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.button-home:hover {
  color: red;
  text-decoration: none;
  transition-duration: .4s;
}
.copertina-manutenzione {
  height: 500px;
  background-image: url("../manutenzione.jpg");
  background-size: cover;
}
.list-group-item {
  font-size: 25px;
}
.footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer a {
  font-size: 30px;
}
.footer p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .container h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.list-group-item {
    font-size: 20px;
}
.footer p {
    font-size: 16px;
}
.copertina-home .titolo-copertina {
    color: #ffff;
    font-size: 30px;
}
h3 {
  font-size: 20px;
}
.footer a {
    font-size: 20px;
}
}
