
/* (Font: Cocogoose Pro Family by Zetafonts -http://www.zetafonts.com/collection/308) */
@font-face {
    font-family: 'Cocogoose Pro';
    src: url('../fonts/Cocogoose-Light.woff2') format('woff2');
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

.navbar-brand {
    font-family: 'Cocogoose Pro', sans-serif;
    font-size: 1.2rem;
}

.navbar-brand img {
    height: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.footer-brand {
    font-family: 'Cocogoose Pro', sans-serif;
    font-size: 1.2rem;
}

.footer .footer-brand:hover {
    color: #ffffff;
}

.footer-brand img {
    height: 30px;
    margin-bottom: 5px;
    margin-right: 15px;
    vertical-align: middle;
}

.call-to-action {
    padding: 1rem;
}

.collabs img {
    display: inline-block;
    width: 180px;
    margin: 0 2rem;
}

.collabs-footer {
    display: flex;
    flex-direction: column;
}

.collabs-footer img {
    display: inline-block;
    width: 160px;
}

.header-small {
    padding-bottom: 2rem;
}

.loan-table {
    table-layout: fixed;
    width: 100%;
}

.loan-table td {
    padding: 1rem;
}

.total-positive {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bs-success);
}

.total-negative {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bs-danger);
}

.accordion {
    border-radius: 1rem;
}

input:user-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .275rem) center;
    background-size: calc(.75em + .55rem) calc(.75em + .55rem);
}

input[type="checkbox"]:user-invalid {
    padding-right: 0;
    background: #fff;
}

@media (min-width: 576px) {
    .header-small {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    .collabs img {
        width: 250px;
    }

    .collabs-footer img {
        width: 180px;
    }
}