body {
    color: #3a3a3a;
}

a {
    color: #edac09;
}

a:hover {
    color: #edac09;
}

a:active {
    color: #edac09;
}

.intro-heading {
    font-weight: 700;
    text-align: center;
}

.intro-heading b {
    text-transform: uppercase;
}

.well {
    background-color: #3a3a3a;
    color: white;
}

.banner-graphic-bb {
    height: 75px;
}

.banner-graphic-homeania {
    height: 75px;
}

.well b {
    color: #edac09;
    text-transform: uppercase;
}

.primary {
    color: #edac09;
}

.btn-primary {
    background-color: #edac09;
    border-color: grey;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #a0740a;
    border-color: grey;
}


.big {
    font-size: 1.9em;
    font-weight: 700;
}

.panel-default>.panel-heading {

    color: white;
    background-color: #3a3a3a;

}

.panel-heading h3 {
    text-transform: uppercase;
    font-weight: 700;
}
