#top-menu .navbar, #top-menu .nav-dropdown-sm, #top-menu .nav-dropdown-sm .link[aria-expanded="true"], #top-menu .nav-dropdown-sm .dropdown-menu {
    background: #d41a2d;
    border-radius: 0;
}

section#intro {
    background-position: center 89px;
}

.container p img {
    margin: 4px;
    margin-left: 8px;
    margin-right: 8px;
}

a.btn.btn-social {
    width: 80px;
    border: none;
}

footer#footer-bottom {
    background: #7eac23!important;
    color: #fff!important;
}
footer#footer-bottom a { color:#d41a2d; }

section#follow-us {
    background-color: #d41a2d;
}
#chi_siamo-focus-17 { width: 50%; margin-left: auto; margin-right: auto}
#chi_siamo-focus-17 .container .card-img {
    border-top: 3px solid #7eac23;
    padding-top: 5px;
    border-radius: 0;
}

a.btn.btn-primary {
    background-color: #7eac23;
    border-color: #608419;
    transition-property: background-color, border-color;
    transition-duration: 0.2s;
}
a.btn.btn-primary:hover { 
    background-color: #d41a2d;
    border-color: #fb0d25;
}

#top-menu .link, #top-menu .dropdown-item {
    color:#fff;
}
#top-menu .link[aria-expanded="true"], #top-menu .dropdown-menu { rgba(212, 26, 45, 0.72) !important; }
#top-menu .link, #top-menu .dropdown-item { background-color:#d41a2d; }



#top-menu .link[aria-expanded="true"],
#top-menu .dropdown-menu {
  border-left: 1px solid #f13b4e;
  background: rgb(212, 26, 45);
}



#contact-footer * strong {
    color: #efefef;
    text-transform: uppercase;
}