body {
  font-family: 'Gothic A1', sans-serif;
  font-size: 20px;
  color: #000;
}

a {
  color: #000;
}

a:hover {
  color: #00A7A7;
}

a.inText_link, a.inText_link:hover, a.inText_link:active, a.inText_link:visited {
    color: #ffffff !important;
    text-decoration: underline;
}

ul.elencoAziende a, ul.elencoAziende a:active, ul.elencoAziende a:visited
{
    color: #ffffff !important;
    text-decoration: none;
}

ul.elencoAziende a:hover
{
    color: #ffffff !important;
    text-decoration: underline;
}

.navbar-brand img {
  width: 300px;
}

.nav-link:hover,
.active {
  border-bottom: solid;
}

.carousel-inner .active {
  border: none;
}

.pre, .after {
  width: 100%;
  height: 144px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.pre {
  background-image: url(../img/ill-top.svg);
  margin-top: -30px;
}

.after {
  background-image: url(../img/ill-bottom.svg);
}

.bg-blue {
  background-color: #00A7A7;
  color: #fff;
  margin-top: -5px;
}

h1 {
  font-size: 3em;
  text-decoration: underline;
}

h1.step-5, h1.titolo_cosaChiediamo
{
    text-decoration: none !important;
}

.carousel h1::before {
  font-family: 'Monoton', cursive;
  position: absolute;
  left: -120px;
  font-size: 190px;
  line-height: 1.2em;
  top: -23px;
}

.carousel .step-1::before {
  content: "1";
}

.carousel .step-2::before {
  content: "2";
}

.carousel .step-3::before {
  content: "3";
}

.carousel .step-4::before {
  content: "4";
}

.carousel .step-5::before {
  content: "5";
}

.carousel-control-prev {
  left: -60px;
}

.carousel-control-next {
  right: -60px;
}

.cookiealert{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  margin:0!important;
  z-index:999;
  opacity:0;
  border-radius:0;
  background:#212327;
  transform:translateY(100%);
  transition:all 500ms ease-out;
  color:#fff;
  font-size: 70%;
}
.cookiealert.show{
  opacity:1;
  transform:translateY(0%);
  transition-delay:1000ms
}
.cookiealert a{
  text-decoration:underline;
  color: #00A7A7;
}
.cookiealert .acceptcookies{
  margin-left:10px;
  vertical-align:baseline
}

.spazio li {
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .navbar-brand img {
    width: 210px;
  }

  h1 {
    margin-bottom: 2rem;
  }
  
  .mt-5 {
    margin-top: 0 !important;
  }
  
  h1 {
    font-size: 2em;
  }
  
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .carousel-control-prev {
    left:0px;
  }
  
  .carousel-control-next {
    right:0px;
  }
  
  .carousel h1::before {
    font-family: 'Monoton', cursive;
    position: absolute;
    left: -40px;
    font-size: 66px;
    line-height: 1.2em;
    top: -3px;
  }
  
  .after {
    margin-top: -1px; 
  }
  
}

