/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/


/* 1.3: Buttons */
.btn_new { /*playing around with new button styling*/
    cursor: pointer;
    z-index: 1;
    position: relative;
    padding: 16px 36px;
    color: #d76258; /*color code for NearFold Logo = d76258*/
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    border: 2px solid #5b39c9;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    font-size: 14px;
}
/*color code for NearFold Logo = d76258*/