.site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    color: #000 !important;;
}


.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #40196d !important;
}


h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
}

.site-navbar {
    position: fixed;
    top: 0px;
    z-index: inherit;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000;
}

.site-section {
    margin-top: 4rem;
}

.section-title {
    font-size: 1.5rem !important;
}

.lead {
    font-size: 1rem !important;
}

.roman-number {
    font-weight: 500;
}