.btn-primary {
    background-color: #138c93;
    border-color: #138c93;
    color: white;
    white-space: normal;
    text-transform: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover
{
    color: #138c93;
    border-color: #138c93;
    background-color: white;
    outline: 0;
}

/* navbar & link color */
.navbar-fixed-top:not(.scrolled) a:not(.btn-default):hover {
    color: #178d9b !important;
}
.navbar-fixed-top:not(.scrolled) a.btn-default:hover {
    color: #178d9b !important;
    border-color: #178d9b !important;
}
.navbar-fixed-top:not(.scrolled) a.btn-primary {
    color: black !important;
    background-color: white;
    border: 1px solid white;
}
.navbar-fixed-top:not(.scrolled) a.btn-primary:hover {
    color: white !important;
    border-color: #178d9b !important;
    background-color: #178d9b !important;
}
@media screen and (min-width: 838px){
    .navbar-fixed-top:not(.scrolled) .dropdown-section-header {
        color: #178d9b !important;
    }
}

.navbar-fixed-top.scrolled a:not(.btn-default):hover {
    color: #178d9b !important;
}
.navbar-fixed-top.scrolled a.btn-default {
    color: black !important;
    border-color: black !important;
}
.navbar-fixed-top.scrolled a.btn-default:hover {
    color: #178d9b !important;
    border-color: #178d9b !important;
}
.navbar-fixed-top.scrolled a.btn-primary {
    color: white !important;
    background-color: black;
    border: 1px solid black;
}
.navbar-fixed-top.scrolled a.btn-primary:hover {
    color: white !important;
    border-color: #178d9b !important;
    background-color: #178d9b !important;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #178d9b;
}
.navbar-nav > li.dropdown.open .dropdown-toggle {
    color: #178d9b !important;
}
a {
    color: #138c93;
}
a:hover {
    color: #138c93;
}
/* end navbar & link color */


h1, h2, h3, h4, p, footer {
    font-weight: 400;
    text-transform: none;
    color: black;
    letter-spacing: 1px;
}
