﻿
/*this is the main colors for HelpMaster (you can change these to theme to your site)*/
:root {
    --hm-primary: #0d6efd;
    --hm-secondary: #0d6efd;
    --hm-text: #676a6c;
    --hm-mainTitlebackgroundColor: #e6e6e6;
    --pagebackground: #f3f3f4;
}

.nav {
    background-color: #0d1f3c;
}

.nav-second-level {
    background-color: #0d1f3c;
}

div#home_kb_featured div.panel-body {
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
    padding-left: 12px !important;
}
#FeatureGrid.row {
    margin-left: 0 !important;
}

div#home_news_latest.col-8 {
    padding-left: 24px !important;
}

div#home_news_latest .panel-body {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

div#home_kb_search.col-12 {
    padding-left: 12px !important;
}