.text-muted {
    color: #6B7280;
    text-shadow: 5px 5px 10px #000000;
}

.h3 {
    font-size: 28px;
    color: #ff4524;
}

section#content .content-header h2 {
    text-align: left;
    color: #ff4524;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header #header-navigation.navigation-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 200px;
    background-color: #fefefe;
    color: #489a2b;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 300;
}

