body {
    color: #5a5a5a;
}

footer {
    margin-top: 50px;
}


/* HEADER & FOOTER
-------------------------------------------------- */

.navbar-sheg {
    position: relative;
    height: 180px;
    background: rgb(235, 219, 183);
    background: linear-gradient(0deg, rgba(235, 219, 183, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-bottom: #D5B367 5px solid;
}

.navbar-sheg img {
    height: 170px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.footer-sheg {
    background: #2A2828;
    color: #d5b367;
    padding: 2rem;
}

.footer-sheg a {
    color: #d5b367 !important;
    text-transform: uppercase;
    font-weight: 400;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 1.5rem 0;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 400;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 2rem;
    }
}


/* OVERWITE BT
-------------------------------------------------- */

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background: #000000!important;
    color: #ffffff!important;
}

.btn-primary {
    background: #2A2828!important;
    color: #d5b367!important;
}

.badge-primary:hover,
.badge-primary:active,
.badge-primary:visited,
.badge-primary:focus {
    background: #000000!important;
    color: #ffffff!important;
}

.badge-primary {
    background: #2A2828!important;
    color: #d5b367!important;
}