@font-face {
    font-family: Inter;
    src: url('../fonts/Inter.ttf');
}
@font-face {
    font-family: DMSans;
    src: url('../fonts/DMSans.ttf');
}

body{
    font-family: 'Inter', sans-serif;
}

.jumbotron {
    padding-top: 3%;
}

.navbar {
    padding: 16px;
    color: #3563AD;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    background-color: #ffffff;
}

.nav-item .nav-link {
    padding: 16px;
    margin-left: 24px;
    color: #3563AD;
}

.features-box {
    border-radius: 8px;
    aspect-ratio: 1/1;
    padding: 16px;
    max-width: 400px;
    background-color: #3563AD;
}

.micro-text {
    font-size: 10px;
}

.bg-line {
    background-image: url('../resources/bg-lines.png');
    background-size: 100% 400px;
    background-repeat: no-repeat;
    background-position: center;
}

.bd {
    font-weight: bold;
}

.b-color {
    color: #243978;
}

.bg-b-color {
    background-color: #243978;
}

.bg-db-color {
    color: #ffffff;
    background-color: #043873;
}

.bg-phone {
    background-image: url("../resources/app_phone_1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 80%;
}

.fs-14 {
    font-size: 14px;
}

footer .nav {

}

footer a {
    color: #ffffff;
    text-decoration: none;
}

.navbar .btn-outline-primary {
    color: #3563AD;
    background-color: transparent;
    background-image: none;
    border-color: #3563AD;
}

.navbar .btn-link {
    color: #3563AD;
}

@media (max-width: 768px) {
    .bg-phone {
        background: none;
    }
    .features-box {
        max-width: 100%;
    }
    .app-icon {
        margin: 0 auto;
        display: block;
        width: 70%;
        margin-bottom: 1rem;
    }
    .app-title {
        text-align: center;
    }
    .display-4 {
        font-size: 1.5rem;
    }
    .bg-line {
        background-size: auto;
    }
}

@media (max-width: 1100px) {
    .bg-phone {
        background: none;
    }
    .features-box {
        max-width: 100%;
    }
    .display-4 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .app-icon:first-child {
        margin-right: 1rem
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
