/* Add here all your css styles (customizations) */

.c-link-black {
    color: #000;
    transition: .2s;
    -webkit-transition: .2s;
    text-decoration: none !important;
}
.c-link-black:hover,
.c-link-black:focus {
    color: #75663f;
}

.c-min-height-256 {
    min-height: 256px;
}