:root {
    --theme-color: #266671;
}

#single-wrapper {
    background: url('bg6.jpg') no-repeat center center;
}

#topbar, #footer{
    background: var(--theme-color);
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    border: none!important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#main-page {
    border-bottom: none!important;
}

.badge {
    background-color: white;
    border-color: white;
}

#footer a, #footer a:hover {
    color: var(--theme-color)!important;
}

