@media (min-width: 768px) {
    .card-columns{
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .card-columns{
        column-count: 1;
    }
}

body {font-family: 'Lato', sans-serif;}

.bg-success {
    background-color: #b7fbc6!important;
}

.bg-warning {
    background-color: #f5db8d!important;
}

#header, #header-nav-outer  #sitearea a.current span {
    background-color: #005eb8;
}
#header {
    clear: both;
    overflow: hidden;
    padding: 0 30px;
}
#header, #header a {
    color: #fff;
}

#footer, #footer a {
    color: #fff;
    background-color: #005eb8;
    padding: 10px;
}
#footer .list-inline-item:not(:last-child) {
    margin-right: 100px;
}
#ekhuft-logo {
    float: right;
    margin: 30px 0 20px 30px;
}
#top-title {
    font-size: 38px;
    line-height: 1;
    margin: 30px;
}
.btn-light {
    border-color: #d3d9df;
    background-color: white;
    min-width: 150px;
}

.btn-light .location {
    color: grey;
    font-size: smaller;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light {
    color: #f8f9fa;
    background-color: #007bff;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active .location,
.btn-light:not(:disabled):not(.disabled):active .location,
.show>.btn-light .location {
    color: #f8f9fa;
}

.list-group-item {
    padding-bottom: .25em;
    padding-top: .25em;
}
