.docs-content p {
    text-align: justify;
}

.text-primary {
    color: #644502;
}

a {
    color: #ECA204;
}

a:hover {
    color: #644502;
}

.nav-bordered.nav-stacked > li > a:hover {
    color: #fff;
}


#markdown-toc .active > a {
    color: #336699;
    border-left: 2px solid #336699;
}

.app-block-footer .text-uppercase {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
}

h6, .h6 {
    font-size: 13px;
}

.app-block-footer li h6 a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.app-block-footer li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.alert-iqua {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #336699;
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.iqua-pub-header {
    color: #000;
    padding: 11px 22px;
    margin: 0 0 22px;
    border-left: 5px solid #ECA204;
    display: block;
    -webkit-margin-after: 1em;
    -webkit-margin-end: 40px;
    font-size: 24px;
}

.iqua-pub-header h1 {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1;
    max-width: 75%;
}

.container .iqua-pub-header p {
    font-weight: 300;
    line-height: 1.4;
    font-size: 24px;
    color: #7f7f7f;
}

#content {
    margin-bottom: 120px;
}


@media only screen and (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-submenu {
        position: relative !important;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px !important;
        margin-left: -1px !important;
        border-radius: 0 !important;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: "\f105";
        font-family: 'Roboto';
        margin-top: -18px;
        right: 15px;
        position: absolute;
        font-weight: 200;
    }
}
