:root {
  --jumbotron-padding-y: 3rem;
}
.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.jumbotron-heading {
  font-weight: 300;
}
.jumbotron .container {
  max-width: 40rem;
}
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer p {
  margin-bottom: .25rem;
}
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.banda {
 /*background-image: url("./images/copertin.jpg");*/
  background-repeat: no-repeat, repeat;
 background-color: #99999999;
 background-position:center;
 width: 100%;
 height: 50px;
}
.prima_banda {
	background-color: #116c91;
}
.cyan_my {
 background-color:#dcebf2;
}
.text-black-my {
  color: #000000 !important;
}
.bg-dark-my {
  background-color: #dcebf2 !important;
}
h1{
  display: block;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  z-index:1;
}
#box {
  z-index: 10;
  position: absolute;
  width: 50px; 
  height: 50px;
  top: 50%; 
  left: 50%;
  margin: -25px 0 0 25px;
  background: transparent;
  background-image: url("/images/dcc.png");
  border-radius: 0%;
  -webkit-backface-visibility:hidden;
}