@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');
body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.mailto:hover,
.mailto:focus {
    text-decoration: none;
}
.mobile-nav-open .mailto {
    margin-left: 2.2rem;
}
#blog-hero h1,
#blog-hero h2 {
    text-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
#blog-hero .tags {
    display: none;
}
@media (max-width: 840px) {
    #breadcrumbs a:not(:first-child)::before,
    #breadcrumbs span:not(:first-child)::before {
        padding-right: 2px;
    }
    #breadcrumbs a, #breadcrumbs span {
        line-height: 1.1;
        margin-right: 2px;
        padding: 0;
    }
}
#top .hero p {
    font-size: 1rem;
    font-weight: bold;
}
#top #start #item h1 {
    display:none;
}
#top #start #item h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.iframe-procida-map-container {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    padding-top:94.785%;
}
.iframe-procida-map {
    border:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:1860px;
    height:1763px;
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
