h1 {
    font-size: 50px;
    font-weight: normal;
    margin-top: 20px;
}
h2 {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: normal;
}
h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: normal;
}
h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
}
h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}
h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
}
p {
    margin-bottom: 16px;
}

#documentationNavigationDropDown {

}

#documentationHeader {
    text-align: center;
}

#documentationContent a {
    text-decoration: underline;
}

.navigationItem {
    font-size: 14px;
    margin-bottom: 10px;
}

.navigationItemSeparator {
    margin-bottom: 40px;
}

#documentationHeader .workspaceLogo {
    max-height: 100px;
}

.img-thumbnail {
    max-height: 75vh;
}