/* solimatt juntagrico css
_______________________________________________________________________ */
body {
    margin: 0;
    font-family: "Source Sans Pro Regular";
}

a {
    color: #669933;
}

.page-title h3, .allcontent h3 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #669933;
    font-size: 30pt;
}

.admin-menu {
    font-family: "Source Sans Pro Regular";
    font-size: 14px;
}

.nav-link {
    color: #3B3934;
}

.nav-link.active, .nav-link.active:focus {
    color: #669933;
}

.nav-link:hover {
    color: #669933;
}

.btn-success {
    color: #fff;
    background-color: #669933;
    border-color: #669933;
}

.btn-success:hover {
    background-color: #bbb;
    border-color: #aaa;
}

/* solimatt LOGO
_______________________________________________________________________ */
.juntagrico-logo {
    /* uncomment the next line and add your logo in the img folder */
    background: url(/static/solimatt/img/solimatt-logo-c.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    width: 480px;
    height: 160px;
}
