/*!
 * FCRF-42Firenze – legacy.css
 * Temporary legacy styles migrated from the old style.css.
 * Remove progressively.
 */


 /* SLIDER (opzionale / non in uso al momento)
-------------------------------------*/

.carousel,
.carousel-inner,
.carousel-item {
  height: 650px;
}

.carousel-custom {
  bottom: 0 !important;
  text-align: left !important;
}

.slider-big h2 {
  color: #fff;
}


@media (max-width: 991.98px) {
  .slider-big h2 {
    font-size: 2.3rem;
  }
}


@media (max-width:767px) {
  .slider-big h2 {
    font-size:2.3rem;
  }
}

.slider-big .carousel-caption {
  max-width: 100%;
  left: 0;
  right: 0;
}

@media (max-width:767px) {
.carousel, .carousel-inner, .carousel-item  {
  height:450px;
  }
}


/* FOCUS (legacy)
-------------------------------------
 * Componente editoriale usato in progetti precedenti.
 * Attualmente NON utilizzato in 42firenze.it.
 * Tenuto per eventuale riuso futuro.
 */

.focuses {
  margin-top: 40px;
}

.focus {
  border-left: 4px solid #333;
  margin-bottom: 20px;
}

.focus h3 {
  font-weight: bold;
}

.focus h3 a,
.focus .text-link {
  color: #333;
}

.focus .text-intro {
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
}