a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e76a34;
}

p {
    margin-bottom: 0;
}

.navbar .navbar-brand {
    color: #333;
    padding-left: 25px;
    font-size: 1.75em;
}

.nav-link.active {
    color: #ff6600;
    font-weight: bold;
}

.icon-text {
    display: flex;
    align-items: center;
}

.icon-text i.material-icons {
    margin-right: 8px;
}

.footer {
    color: #333;
    font-size: 14px;
}