

/* ===== ACHLON THEME COLORS ===== */
:root{
    --achlon-primary: #194066;; /* #194066; */
    --achlon-dark: #194066;;
    --achlon-text: #eaf1ff;
    --achlon-link: #cfe3ff;
}

/* ===== PAGE LAYOUT (STICKY FOOTER) ===== */
html, body{
    height:100%;
}

body{
    display:flex;
    flex-direction:column;
    min-height:100vh;
    background:#f5f7fb;   /* page background */
}

.main-content{
    flex:1;
}

/* ===== FOOTER ===== */
.achlon-footer{
    background-color: var(--achlon-primary) !important;
    color: var(--achlon-text);
    width:100%;
}

/* headings */
.achlon-footer h5,
.achlon-footer h6{
    color:#ffffff;
}

/* links */
.achlon-footer a{
    color:var(--achlon-link);
    text-decoration:none;
}

.achlon-footer a:hover{
    color:#ffffff;
    text-decoration:underline;
}

/* bottom copyright bar */
.achlon-footer .border-top{
    border-color: rgba(255,255,255,0.25) !important;
}

.achlon-footer .text-center{
    background:var(--achlon-dark);
}

/* ===== PAGE LAYOUT FIX ===== */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f4f6f9; /* page background */
}

.main-content {
    flex: 1 0 auto;
}

.footer-space{
    padding-bottom: 40px;
}

/* ===== ACHLON FOOTER ===== */
.achlon-footer {
    background: #194066 !important;
    color: #eaf1ff;
    width: 100%;
}

/* headings */
.achlon-footer h5,
.achlon-footer h6{
    color:#ffffff;
}

/* links */
.achlon-footer a{
    color:#cfe3ff;
    text-decoration:none;
}

.achlon-footer a:hover{
    color:#ffffff;
    text-decoration:underline;
}

/* bottom bar */
.achlon-footer .footer-bottom{
    background:#194066;
    color:#dbe9ff;
}
