
html,body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}
.border {
  border: 4px solid #EAC800!important;
}
strong{
  font-weight:bold;
}
.bg-chiaro{
  background-color: #004445;
}
.bg-scuro{
  background-color: #205fa2;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #EAC800;
}
.navbar-light .navbar-nav .nav-link {
  color: #205fa2;
  font-weight: bold;
}
.fontalternativo{
  font-family: 'Staatliches', cursive;
}
hr {
  border-top: 3px solid #EAC800;
  opacity: 1;
}
.bg-pattern{
  background-image: url(../img/pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.payoff{
  font-family: 'Staatliches', cursive;
  font-size: calc(1.375rem + 1.5vw);
  color: #fafafa;
}
.text-scuro{
  color: #004445;
}
.text-oro{
  color: #EAC800;
}
.bg-oro{
  background-color: #EAC800;
}
.bg-hero {
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.filigrana {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
a {
  text-decoration: none;
  color: #E3B505;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.footertit{
  font-family: 'Staatliches', cursive;
  font-size: 1.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Staatliches', cursive;
}
.social-footer {
  color: #205fa2;
  font-size: 45px;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .bg-primo {
    background-image: url(../img/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .bg-secondo {
    background-image: url(../img/3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .bg-terzo {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.riga {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}