.text-primary {
    color: #14452b !important;
}

.bg-primary, .menu-link:hover {
    background-color: #c5d2d6 !important;
}

.bg-secondary {
    background-color: #14452b !important;
}

.menu-link {
    text-decoration: none;
}

.text-light {
    color: #e2e7e8 !important;
}

.text-highlight, .menu-link:hover {
    color: #14452b !important;
}

.border-highlight {
    border-color: #14452b !important;
}

.bg-light {
    background-color: #e2e7e8 !important;
}

.border-light {
    border-color: #ddd !important;
}

.btn-white {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn-white:hover {
    background-color: white;
    color: #1da45f;
}

.btn-light {
    border-color: #14452b;
    color: #1d416f;
}

small {
    font-size: 0.75em;
}

.hover {
    cursor: pointer;
}

a {
    text-decoration: none;
}

a:hover {
    color: #14452b;
}

.row {
    padding: 0 !important;
}

.w-33 {
    width: 33.3333%;
}

.img-hover:hover {
    opacity: 0.85;
}