@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto&display=swap');

/* Info Section with Tabs*/
#about h1 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FBFBFB;
}

#about h5 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FBFBFB;
}

#about h6 {
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #f2b10d;
}

#about p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FBFBFB;
    line-height: 1.5;
}

#about h1::after {
    content: "";
    display: block;
    border-bottom: 2px solid #f2b10d;
    width: 25%;
    position: relative;
    bottom: -7px;
    /* your padding + border-width */
}

#about .nav-item {
    margin: 0px;
    padding: 0px;
}

#about .nav-pills {
    margin: 0px;
    padding: 0px;
}

#about .nav-pills .nav-link {
    color: #f2b10d;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

#about .nav-pills .nav-link.active {
    background-color: #f2b10d;
    color: #000000;
}

#about .tab-content hr {
    position: relative;
    width: 60px;
    height: 2px;
    opacity: 0.8;
    background: #f2b10d;
}
