.page-content [data-widget="socialsharer"] .btn {
    color: #007d7d;
    background-color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #87b3ad;
}
.btn-primary {
    color: #fff;
    background-color: #1d2033; 
}
.site-footer {
    color: #1d2033 !important;
}
.site-footer, .site-footer a {
    color: #1d2033;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    padding: 10px;
    -ms-interpolation-mode: bicubic;
}

.navbar .brand {
    padding: 10px 20px 10px;
}