/* Font type for all elements in body */
body{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    
}
/* Navbar Button*/
#icon{
    width: 27px;
    height: 9px;
    background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
    border-radius: 4.5px;

} 
/* Navbar- heading*/
.nav-heading1{
    font-weight: bold;
}

 /* Adjusting card image*/
 .img-sizing{
    max-height: 28rem;
     object-fit: cover;
 }


/* Card text-contents styling title*/
.heading{
font-family:'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
letter-spacing: 0.1px;
color: #292B2E;
}

/* Styling of text-content of card --author*/
h6{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 28px;
letter-spacing: 0.2px;
color: #586069;
}

/*adjusting card-text contents Date*/
#sub{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #586069;
    
}
    

/* Styling of text-content of card - description*/
.para{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.2px;
color: black;
}

/*Removing hyperlink underline affect*/
a{
    text-decoration: none;
}


/*Removing paddig card-carousel*/
 .padd{
     padding: 0%;
 }

