﻿/*Icone*/
@import url("icofonts/all.css");

/*Colori*/
.color-yellow {
    color: #ffc440 !important;
}
.color-lightGreen {
    color: #6dc046 !important;
}
.color-darkGreen {
    color: #08762a !important;
}
.color-brown {
    color: #624b2d !important;
}
.color-blue {
    color: #0080b5 !important;
}
.color-tomato{
    color: tomato !important;
}
.color-eggplant {
    color: #990066 !important;
}
.color-green {
    color: #08762a !important;
}
.color-white {
    color: #fff !important;
}
/*Fonts*/
.mainFont {
    font-family: Candara;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.learn-more a {
    background-color: #000 !important;
}
h2 {
    color: #0080b5;
}
a,
a:hover,
section .feature-items .feature-item i,
section .team-members .team-member img {
    color: #6dc046;
}

.team-member-info {
    border: solid 4px #08762a;
}


@media(min-width: 960px) {
    .titolo-testata {
        min-width: 760px;
    }
}
