@font-face{
    font-family: "Ultra";
    src: url("../fonts/Ultra-Regular.ttf");
    font-display: swap;
}

html, body{
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    min-width: 320px;
    scroll-behavior: smooth;
}

.logo{
    height: 50px;
    width: 50px;
    margin: 0 15px 0 0;
    max-width: 100%;
    max-height: 100%;
}

h1{
    font-family: 'Ultra', Arial, Helvetica, sans-serif;
    color: #0947c1;
    font-size: xx-large;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
}

.banner{
    /* background-image: url(../media/images/header-banner.jpg); */
    background-color: #d1e3ff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 235px;
    margin-top: 15px;
}

.showcase{
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.card{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    transition: all .3s;
    position: relative;
}

.card:hover{
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
}

.card-image img{
    max-width: 100%;
    max-height: 100%;
    width: 50px;
    height: 50px;
}

.card-title{
    margin: 0 0 0 15px;
}

.card-values{
    font-weight: 500;
}

.card-marker{
    width: fit-content;
    text-align: center;
    padding: 0 8px;
    color: #0947c1;
    background: #e9f0fd;
    margin: 5px 0;
    border-radius: 12px;
    line-height: 1.25rem;
    font-size: .75rem;
}

.card-nomarker{
    width: fit-content;
    text-align: center;
    padding: 0 8px;
    margin: 5px 0;
    border-radius: 12px;
    line-height: 1.25rem;
    font-size: .75rem;
}

@media (max-width: 576px){
    .btn-getmoney{
        padding: 15px 30px;
        font-size: 20px;
    }
}

.footer{
    background-color: #0d6efd;
}

.footer-text{
    padding-top: 15px;
    color: #ffffff;
}