/*
style.css

sia.solutions di Carraretto Andrea
Copyright © 2025 sia.solutions
*/

html {
    scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
  line-height: 1.6;
  color: #333;
}

h2, h3, h4, h5 {
  color: #00466b;
}

.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.ms-madi-regular, .corsivo {
  font-family: "Ms Madi", cursive;
  font-weight: 400;
  font-style: normal;
}


.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 10px;
}

.navbar .nav-link.active {
  color: #ffc107 !important;
  font-weight: bold;
  border-bottom: 2px solid #ffc107;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin-top: 80px; /* altezza stimata della navbar */
}

.modal-body ul {
  padding-left: 20px;
}

.modal-body li {
  margin-bottom: 6px;
}

img.rounded.shadow {
  max-width: 400px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}