body {
    font-family: "Roboto Condensed", sans-serif;
    color: #212529;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.brand {
    color: #00a2b0;
    font-weight: 700;
    font-size: 1.35rem;
    text-decoration: none;
}

.brand:hover {
    color: #058e9a;
    text-decoration: none;
}

.brand span {
    font-weight: 300;
    color: #6c757d;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a2b0;
    border-color: #058e9a;
}

.list-group-item-action:hover {
    color: #00a2b0;
}

h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.h3, h3 {
    color: #00a2b0;
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

h2 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

pre {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1rem;
    font-size: 0.85rem;
}

.btn-outline-primary {
    color: #00a2b0;
    border-color: #00a2b0;
}

.btn-outline-primary:hover {
    background-color: #00a2b0;
    border-color: #00a2b0;
}

footer {
    min-height: 40px;
}
