.nav-tabs .nav-link {
    padding: 0.5em 2em!important;
}
a.nav-link.active {
    background-color: #E2BB53!important;
    color: #FAF9F8!important;
}
a.nav-link{
    color: #E2BB53!important;
}
.tab-pane{
    margin-top: 20px;
}
.tab-pane.container {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
}

ul.nav.nav-tabs.tabs-mobile {
    width: 40%;
    display: flex;
    justify-content: center;
}
.static-info-container {
    padding: 5rem 8% 3%!important;
    
}


@media only screen and (max-width: 800px) {
    .tabs-mobile {
        display: flex !important;
        flex-direction: column !important;
    }

}