
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Open Sans",arial,sans;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Lobster","Times New Roman",serif;
}

.logo {
    width: 160px;
}

.header {
    height: 200px;
} 

.mappa {
    min-height: 350px;
}

.spacebottom {
    padding-bottom: 15px;
}


.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
    background-color: #ddd;
}
.image img{
    position:absolute;
}

.row-spacing {
    margin-top: 30px;
    margin-bottom: 30px;
}

.extend {
    margin-top: 30px;
}

h3 {
    min-height: 2em;
}

footer {
    margin-bottom: 100px;
}

.sc {
    margin-top: 20px !important;	
}

.navbar {
    min-height: 80px !important;
}