/* background colors */
.bg-lightbue {
    background-color: #ebf5ff;
}
.bg-yellow {
    background-color: #fbaa12;
}
.bg-green {
    background-color: #02863b;
}
.bg-red {
    background-color: #a92717;
}
.bg-lightnavy {
    background-color: #275b95;
}

/*white title and paragraph */
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light {
    color: #ffffff !important;
}
.bold {
    font-weight: 700;
}
/* reset margin */
.m-0 {
    margin: 0px;
}
/* reset padding */
.p-0 {
    padding: 0px;
}

/* immagini entrypoint */
.entrypoint-green {
    background-image: url(/application/immagini-sito/mail.png);
    background-repeat: no-repeat !important;
    background-position: bottom right;
    background-size: 14%;
}
.entrypoint-full {
    background-size: 7%;
}
.entrypoint-yellow {
    background-image: url(/application/immagini-sito/star.png);
    background-repeat: no-repeat !important;
    background-position: bottom right;
    background-size: 14%;
}

.bg-yellow a:hover{
    text-decoration: none;
}

.bg-green a:hover{
    text-decoration: none;
}