.fb {
	color:#ffffff;
}
.sticky-wrapper.is-sticky .site-navbar {
    background-color: #653c15!important;
}
.text-primary {
    color: #653c15!important;
}
.site-navbar .site-logo {
    margin-top: 15px!important;
}
.sub-title {
    color: #9c682f!important;
}
.accordion .accordion-item h2 a[aria-expanded="true"] {
    color: #9c682f!important;
}
a {
    color: #9c682f!important;
}
a:hover {
    color: #bb8c59!important;
}
.btn-primary {
    color: #fff!important;
    border-color: #9c682f!important;
    background-color: #653c15!important;
}
.btn-primary:hover {
    color: #9c682f!important;
}
.bianco {
	color: #fff!important;
}

.post-entry .figure, .project-entry .figure {
    margin-bottom: 10px!important;
}

.post-entry h3, .project-entry h3 {
	margin-bottom: 20px!important;
}

.site-mobile-menu .bianco {
	color: #dc964a!important;
}

#cookieDisplay {
	width: 100%;
    height: 100px;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    bottom: 0;
    color: #000;
    z-index: 999;
    padding: 20px;
    text-align: center;
}