
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

b, strong {
  font-weight: 600 !important;
}

#sidebar .nav-list .active a {
  font-weight: 600 !important;
}

.nav {
    display: none !important;
}

.navbar .brand {
    padding: 24px 20px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar .nav>li>a {
    padding: 24px 15px 24px;
}

#docsSearch {
    background: #01214a;
    border-bottom: 1px solid #01214a;
    padding: 0 0 0.5em;
}

#docsSearch h1 {
    color: white !important;
    font-size: 3rem !important;
    margin-top: 0 !important;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
    font-weight: 500 !important;
}

#docsSearch input[type=text] {
    box-shadow: none;
}

#searchBar {
    padding: 2em 0 3em;
}

#searchBar button {
    background: #e1236c;
    border: 1px solid #e1236c;
    text-shadow: none;
}

#serp-dd .result a {
    color: #000000;
}

#contact {
    font-size: 1.15rem !important;
}

#fullArticle h1 {
  font-size: 2rem !important;
}