
body {
    min-height: 75rem;
    padding-top: 7.0rem;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /*background-color: #EFF5FE;*/
}

h1 {
    /*color: blueviolet;*/
}

.logo {
    height: 70px;
    width: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.nav-tabs.flex-column .nav-link {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 2px solid #0d6efd;
    border-radius: 0.375rem 0 0 0.375rem;
    margin-bottom: 0.5rem;
    padding: 0.6rem 1rem;
    transition: background-color 0.2s;
    font-size: 0.8rem;
}

.nav-tabs.flex-column .nav-link:hover {
    background-color: #e9ecef;
}

.nav-tabs.flex-column .nav-link.active {
    background-color: #f8f9fa;
    color: #0d6efd;
    font-weight: 500;
    border: none;
}

.nav-tabs.flex-column {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section {
    scroll-margin-top: 130px;
}




