body {
    font-family: Arial, sans-serif;
}

.hero {
    height: 70vh;
    background: url('../img/hero.jpg') center/cover no-repeat;
}

h1, h2 {
    font-weight: 300;
}

h1.title{
    font-size:60px;
}
p.subtitle{
    font-size:48px;
}

.outline{
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;    
}

.clean-link,
.clean-link:link,
.clean-link:visited,
.clean-link:active {
    color: inherit !important;
    text-decoration: none;
}

.clean-link:hover {
    text-decoration: underline;
}

.formal-text {
    font-size: 1.25rem;       
    line-height: 1.6;         
    text-align: center;       
    color: #333;             
    max-width: 700px;          
    margin: 0 auto 1rem auto;  
}

.map-hero {
    width: 100%;
    height: 600px;        /* altezza hero */
    overflow: hidden;
}

.map-hero iframe {
    width: 100%;
    height: 100%;
    border: 0;
}