/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}
.bg-dark {
    background-color: #212529f7!important;
}
.testo-sx
{
	text-align: left!important;
	padding-top: 1rem;
	padding-bottom: 1 rem;
}
/*
 * Base structure
 */

.abbassa-lista
{
	padding-bottom: 10px!important;
}

.cover-container {
  max-width: 90%;
  
}

.nav-link
{
	text-decoration: underline !important;
}
.list-group-item 
{
	text-decoration: underline !important;
}
.list-group-item-info
{
	text-decoration: none !important;
}
/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #0d1a8f;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
   font-size: 1.2em;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 2rem;
 
}

.nav-masthead .active {
  color: #2f9ed4;
  border-bottom-color: #fff;ù
  font-size: 1.2em;
}