/* ------------------------------------------------------------------
//   User Custom CSS
//
//   Use this file to override or add your custom styles
// ----------------------------------------------------------------*/


h2:after {
    content: none !important;
 }

 li.active a {
    color: #fafafa !important;
    border-bottom-color: #fafafa !important;
}

.site-menu > ul > li > a {
    color: #fafafa !important;
}
header .site-brand .site-name {
    font-size: 20px !important;
}

header > div.container-wrap {
    background-color: #2B9CD8;
}

body > footer {
    background-color: #2B9CD8; 
}

.copyright > p {
    font-weight: bold;
}

a {
    color: #3794de !important;
}