body {
    padding-top: 54px;
    font-size: 18px;

}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }

    h1 {
        font-size: 66px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1 {
        font-size: 50px
    }
    h2 {
        font-size: 25px;
    }
}

a {
    color: #0750c1;
}

.business-header {
    /*padding-top: 10px;*/
    height: 40vh;
    min-height: 300px;
    background: url('milano.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background-attachment: fixed;*/
}

.card {
    height: 100%;
}

.paragrafo {
    margin-top: 30px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

/*.sottolineato{*/
    /*font-weight: bold;*/
    /*display: inline-block;*/
    /*padding-bottom: 10px;*/
    /*position: relative;*/
/*}*/
/*.sottolineato:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*width: 50px;*/
    /*height: 1px;*/
    /*bottom: 0;*/
    /*left: 0%;*/
    /*border-bottom: 7px solid rgba(223, 49, 67, 1);*/
/*}*/

/*.sottolineato {*/
/*text-decoration: none;*/
/*border-bottom: 4px solid rgba(223, 49, 67, 1);*/
/*padding-bottom: 6px;*/
/*}*/

.title-shadow {
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.title-sotto {

}

.dove-pin {
    font-size: 19px;
}

ul.dove > li {
    margin-bottom: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

address {
    font-size: 20px;
}

.dove {
    margin-top:10px;
    font-size: 20px;
    list-style: none;
    padding-left:0;

}

.luogo {
    font-weight: bold;
    font-size: 22px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}