﻿/* TITOLI */
h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display',serif;
}

h1 {
    letter-spacing: .5px;
}
/* ICON BOX */
.icon-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    text-align: center;
    height: 100%
}

    .icon-box i {
        font-size: 2.2rem;
        color: #0096c7
    }




i.la {
    font-size: 50px;
    color: #0096c7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la-lg {
    font-size: 80px;
}