body {
    background-image: url(../images/milano.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
body:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: .8;
    z-index: -1;
}
.slt-logo {
    max-width: 230px;
}
.slt-logo-esteso {
    max-width: 300px;
}
.spacer {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid grey;
    width: 100%;
    max-width: 400px;
}

.bodoni-moda-600,
h1 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.bodoni-moda-400,
h3 {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contact-container {
    border: 1px solid #666;
    background-color: rgba(255,255,255,.5);
    padding: 20px 30px;
    max-width: 800px;
}
.footer {
    margin-bottom: 20px;
}
a {
    color: black;
}
.azo-sans-regular,
p {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.azo-sans-italic {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.azo-sans-bold {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.azo-sans-bold-italic {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.azo-sans-uber-regular {
    font-family: "azo-sans-uber", sans-serif;
    font-weight: 400;
    font-style: normal;
}