h1:first-of-type
{
    border-top: 3px solid var(--INTERNAL-MAIN-TEXT-color);
    margin-top: 70px;
}

h1:last-of-type
{
    border-bottom: 3px solid var(--INTERNAL-MAIN-TEXT-color);
    margin-bottom: 100px;
}

h1
{
    background-color: var(--INTERNAL-CODE-BLOCK-BORDER-color);
    border-left: 3px solid var(--INTERNAL-MAIN-TEXT-color);
    border-right: 3px solid var(--INTERNAL-MAIN-TEXT-color);
    margin: 0;
}

h2
{
    text-align: center;
    background-color: var(--INTERNAL-CODE-BLOCK-BORDER-color);
    border-radius: 10px;
    margin-top: 100px;
    margin-bottom: 50px;
}

h3
{
    text-decoration: underline;
}

h4
{
    text-decoration: underline dashed;
}

h5
{
    text-decoration: underline dotted;
    font-size: x-large;
}

p
{
    text-align: justify;
}

.badge
{
    position: fixed;
    top: 12px;
    right: 10px;
}

#R-topbar
{
    width: 70%;
    position: fixed;
    padding-top: 10px;
}

.topbar-wrapper
{
    background-color: var(--MAIN-BG-color) !important;
}

#R-body-inner
{
    overflow: visible;
}

#R-header-wrapper
{
    background-color: var(--INTERNAL-CODE-BLOCK-BORDER-color);
}

#R-homelinks, #R-header-topbar
{
    display: none;
}

#R-logo img
{
    width: 55%;
    float: left;
    margin-top: 6px;
}

#R-logo p
{
    margin: 0;
    text-align: center;
    float: right;
    color: var(--MENU-HOME-LINK-color);
    font-size: large;
    text-transform: uppercase;
    font-weight: bold;
}

#R-logo p:hover
{
    color: var(--MENU-HOME-LINK-HOVER-color);
}