html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

img.foto-bordo {
    border:solid 10px #eee;
}

em {
    font-weight: bold;
}

/* ***  personalizzazione tema *** */
/* ******************************* */
/* link del menu superiore */
li.li-menu > a {
    color: #432E6E !important;
}

li.li-menu > a:hover {
    color: #432E6E !important;
}

.text-primary {
    color: #7B689A !important;
}

.text-color-primary {
    color: #7B689A !important;
}

.btn-primary {
    background-color: #7B689A !important;
    border-color: #7B689A !important;
}

/* banda sotto lo slider */
div.home-intro {
    background-color: #432E6E !important;
}

#footer {
    background-color: #432E6E !important;
}

