/* Tabs*/
section {
    padding: 30px 0;
}

section .section-title {
    text-align: center;
    color: black;
    margin: 30px;
    background: #ffda45;
    text-transform: uppercase;
}

#tabs{
		background: #ffda45;
    color: black;
}

#tabs h6.section-title{
    color: black;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    background-color: transparent;
    border-color: transparent transparent black;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: black;
    font-size: 20px;
}
