html {
    color: #384348;
}

body {
    color: #384348;
    background-color: #000000;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFFFFF;
}

a {
    color: #408458;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #408458;
    text-decoration: none;
}

.inverse a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

.inverse a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #000000;
}

.navActive {
    color: #93a445 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.btn-dark{
    background-color: #000000 !important;
    border: 0;
}

.btn-dark:hover {
    background-color: #293e47 !important; 
    border: 0;
}

.btn-dark-inverse{
    background-color: #293e47 !important;
    border: 0;
    color: #ffffff;
}

.btn-dark-inverse:hover {
    background-color: #ffffff !important; 
    border: 0;
    color: #293e47;
}


.containerX {
    max-width: 960px;
}

.footer {
    background-color: #BCC6CC;
}

.btn-primary {
    background-color: #BCC6CC !important;
    border-color: #BCC6CC !important;
    color: #384348 !important;
}
