
.c-asp-r{
    /* height: 200px; */
    aspect-ratio: 4.5;
}

.c-radius{
    border-radius: 2px;
}

.c-title::before{
    content: '- ';
    font-weight: 600;
}
.c-title::after{
    content: ' -';
    font-weight: 600;
}

.c-caption-inside{
    background-color: rgba(0, 0, 0, 0.477);
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 400px;
    
    
}

.c-title{
    font-weight: 400;
    text-transform: capitalize;
    font-size: x-large;
    
}
.c-text{
    font-weight: 200;
    text-transform: capitalize;
    font-size: smaller;
}

.card-title{
    font-weight: 600;
    font-size: large;
}

.card-btn-secondary:hover{

    background-color: rgba(3, 104, 38, 0.938);
    transform: translate(0px,-1px);   
}

.card-badge-seondary{
    background-color: rgba(3, 104, 38, 0.938) !important;
    font-size: large;
    font-weight: 400;
    margin-bottom: 5px;
}

.card-bgn-dark{
    background-color: rgba(44, 44, 44, 0.888) ;
    color: aliceblue ;
}
.card-bgn-lb{
    background-color: rgba(243, 245, 255, 0.998); 
    color: rgb(0, 0, 0) ;
}

.card-title-emphasized{
    font-size: xx-large;   
}

.n-i{
    display: inline;
    font-weight: 350;
}
.n-i-b{
    display: inline;
    font-weight: 600;
}
.n-i-i{
    display: inline;
    font-weight: 350;
    font-style: oblique;
}

.n-t{
    font-weight: 400;
    font-size: large;
}