@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/hinted-Geomanist-Medium.ttf');
}

html, body, .wrapper {
    height: 100%;
}

body {
    /* font-family: 'Geomanist'; */
}

.content {
    flex: 1;
}

.bg-black {
    background-color: #000;
    color: #fff !important;
}

.bg-blue {
    background-color: #00f !important;
    color: #fff !important;
}

.bg-grey {
    background-color: #777 !important;
    color: #fff !important;
}

.divider {
    background: linear-gradient(to right, #46cdb2, #00f) padding-box, linear-gradient(to right, #46cdb2, #00f) border-box;
    height: 2px;
    width: 100px;
    margin: 20px;
}

a {
    color: #000;
    text-decoration-color: rgba(13, 110, 253, 1);
}

a.card-wrapper {
    color: #000;
    text-decoration: none !important;
}

.menu ul li {
    list-style-type: none;
}

.menu h5 {
    color: #fff !important;
}
.menu a {
    text-decoration: none;
}

.menu a h5 {
    padding-bottom: 4px;
    position: relative;
    text-decoration: none;
}

.menu a h5::after {
    background: #f00;
    background: linear-gradient(to right, #46cdb2, #00f) padding-box, linear-gradient(to right, #46cdb2, #00f) border-box;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}

.menu a:hover, .menu a:visited, .menu a:focus {
    color: #fff !important;
}

.card-img-top {
    object-fit: contain;
}

/* ------------- Bootstrap Overrides --------------- 
.accordion > .accordion-item > .accordion-header > .accordion-button {
    background-color: #00f;
    color: #fff;
}
*/

