body {
  font-family: 'Lato';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 400 !important;
}
h2 {
	font-size: calc(1.2rem);
}
.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.rounded-pill {
  border-radius: 5rem;
}




/* Riduci i titoli dei tab sottostanti lo splash screen per dispositivi con schermo piccolo */
@media (max-width: 700px) {
  .display-4 {
    font-size: 1.4rem;
  }
}



/* Elimina il centramento a sinistra dei link presenti nei tab sottostanti allo splash screen per dispositivi con schermo piccolo */
@media (max-width: 500px) {
	.link-tabs {
		float:none!important;
	}
}

/* Imposta il centramento a sinistra dei link presenti nei tab sottostanti allo splash screen per dispositivi con schermo piccolo */

@media (min-width: 501px) {
	.link-tabs {
		float:right!important;
	}
}


@media (max-width: 450px) {
	.col-lg-2 {
		width:100%!important;
	}
}

.bg-primary {
  background-color: #ee0979 !important;
}

.btn-primary {
  background-color: #EC7205;
  border-color: #EC7205;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #f19c50 !important;
  border-color: #f19c50 !important;
}

.btn-primary:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);*/
	border-color:black;
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);*/
	border-color:black;
}

.btn-link {
	color:white!important;
	font-weight: bold!important;
	font-size=2rem!important;
}

.btn-link:active, .btn-link:focus, .btn-link:hover {
	text-decoration:none;
/*  background-color: #cc5500 !important;*/
/*  border-color: #cc5500 !important;*/
}

.btn-link:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);*/
}
