body {
  line-height: 1.6;
  font-size:1.1em;
}

.navbar-nav .bi-envelope {
  font-size: 1.2em; /* Adjust this value as needed */
}

.navbar-nav .bi-github {
  font-size: 1.2em; /* Adjust this value as needed */
}

/* Style for the circular profile picture */
.profile-pic {
  border-radius: 50%;
  width: 100%;            /* 40% of viewport width */
  max-width: 300px;
  height: auto;
  object-fit: cover;      /* fills circle without distortion */
  display: block;         /* makes image a block so margin auto works */
  margin-left: auto;      /* centers horizontally */
  margin-right: auto;     /* centers horizontally */
  margin-bottom: 10px;    /* space below the image */
}


.fa-file-pdf {
  font-size: 30px;   /* dimensione in pixel */
  margin-right: 5px; /* spazio dopo icona */
}

/* Custom list with Font Awesome icons */
ul.icon-list {
  list-style-type: none; /* Remove the default bullet point */
  padding-left: 0;
}

ul.icon-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Use '900' for solid icons */
  content: "\f19d"; /* This is the unicode for the 'graduation-cap' icon */
  margin-right: 10px; /* Adjust for space between icon and text */
  color: #4a4a4a; /* Optional: change the icon color */
}