/* Add here all your CSS customizations */
/* heading colour */
h1, h2, h3, h4, h5, h6 {
    color: #25274d;
    font-weight: 200;
    letter-spacing: -.05em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
/* top header background colour */
html.boxed #header.header-effect-shrink .header-body {
    max-width: 1200px;
    background: #e7e7e7;
}
/* nav background colour */
.nav-secondary {
    background: #e7e7e7;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    z-index: 99;
    width: 100% !important;
}
/* featured box background colour */
.featured-box {
    background: #25274d;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #e7e7e7;
    border-radius: 8px;
    border-right: 1px solid #Ee7e7e7;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
/* footer background colour */
html.boxed #footer {
    margin-top: 0;
    border-bottom: 4px solid #25274d;
    border-radius: 0 0 5px 5px;
    background: #24274d;
}
#footer .footer-copyright {
    background: #24274d;
}
/* nav colours */
.nav-secondary .nav-pills > li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
    color: #ffffff;
}
.nav-secondary {
    background: #25274d;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    z-index: 99;
    width: 100% !important;
}
/* do not show slideer text on mobile view */
@media screen and (max-width: 768px) {

#not-mobile {display: none;}