html{
    scroll-behavior: smooth !important;
}
.italicize{
    font-style: italic !important;
}
.media-body{
    text-transform: none !important;
}

/* TAB NAV*/

.nav-tabs .nav-link {
    /*background-color: #fff; !* Light grey *!*/
    font-size: 13px !important;
    border-bottom: none;

}

.nav-tabs .nav-link.active {
    color: #fff !important; /* White for active */
    background: #996e1b !important;
    border-radius: 30px !important;
    border-bottom: none;

}
/* @END TAB NAV*/

/* TAB NAV*/

.nav-tabs .nav-link-v2 {
    background-color: #fff; /* Light grey */
    padding: 10px 8px;
}

.nav-tabs .nav-link-v2.active {
    background-color: #a98540;
    color: #fff;
    border-radius: 15px;

}
/* @END TAB NAV*/

.theme-border-color{
    border: 1px solid rgba(0,0,0,.125)
}
.theme-border-radius-all{
    border-radius: 10px;
}
.theme-border-radius-top{
    border-radius: 10px 10px 0 0;
}
.theme-border-radius-bottom{
    border-radius:  0 0 10px 10px;
}
