@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;500&display=swap');

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
  font-size: x-small;
}

.card-body i {
  font-size: xx-large;
  color: #13004f;
}

.pt-10 {
  padding-top: 10rem;
}

.card-body {
  padding: 5rem;
}
@media (max-width: 768px) {
  .card-body {
    padding: 2rem;
  }
}

.card {
  border-radius: 1.25rem;
}

.contatti {
  font-size: larger;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
}
.contatti a {
  color: #373736;
}
.contatti a:hover {
  color: #ed6c05;
  text-decoration: none;
}
.contatti a:focus {
  color: #ed6c05;
  text-decoration: none;
}


.card-body h1 {
  font-family: 'Lexend', sans-serif;
  font-size: 32px;
  font-weight: 300;
}
.card-body .lead {
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  font-weight: 300;
}