/* Google Font */
body {
    font-family: 'Roboto', sans-serif;
}
h2, h3 {
	margin-top:2rem;
}
h2.lead {
	margin:15px
}
/* Imatge de perfil */
.profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 5px solid #007bff;
}
#about-me p, #professional-background p {
	text-align: justify;
}

/* Cites destacades */
.highlighted-quote {
    padding: 20px;
    background: #f8f9fa;
    border-left: 6px solid #007bff;
    font-style: italic;
    font-size: 1.25rem; /* Mida augmentada */
    font-weight: bold;
}

#professional-background ul li {
	margin: 10px 0;
}

/* Llistes d'expertise i conferències */
.list-group-item {
    border: none;
    background: transparent;
    color: #333;
    font-size: 1rem;
}

/* Secció fosca */
.bg-dark a {
    text-decoration: none;
}
.copyright {
	font-size:0.8rem;
}

#badges img {
	margin:5px;
}