html,
body {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

a,
p {
    font-size: 16px;
}

a:hover {
    color: rgb(0, 123, 139);
    text-decoration: underline;
}

.navbar-brand {
    font-size: 40px;
}

@media (max-width:600px) {
    .navbar-brand {
        font-size: 22px;
        font-weight: bold;
    }

    ol,
    ul {
        padding-left: 0px;
    }

    .nav-item {
        width: 100% !important;
    }

    .navbar-nav {
        line-height: 30px !important;
    }
}

.navbar-nav {
    line-height: 30px;
}

.nav-item {
    width: 100%;
    outline: 1px;
    border: 1px solid #fff;
}

.nav-link {
    text-align: center;
    color: #fff !important;
    transition: all 0.5s ease;
}

.nav-link.active {
    background: rgb(0, 123, 139);
}

.nav-link:hover {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
}

.banner-image {
    width: 100%;
    padding: 50px 0;
}

.book-img {
    width: 100%;
    max-width: 250px;
}

.subscription-btn {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 5px 15px;
    min-width: 250px;
    background: rgb(0, 123, 139);
    border: 2px solid rgb(0, 123, 139);
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.subscription-btn:hover {
    background: transparent;
    color: rgb(0, 123, 139);
}

.reverse-subscription-btn {
    display: inline-block;
    border: 2px solid rgb(0, 123, 139);
    padding: 5px 15px;
    line-height: 35px;
    text-decoration: none;
    color: rgb(0, 123, 139);
}

.more {
    text-decoration: none;
    color: rgb(0, 123, 139);
    font-style: italic;
}

.text-justify {
    text-align: justify;
}

.card {
    border-radius: 0;
}
