﻿.blockcolour {
    background-color: #f5e2da;
}

.highlightblock
{
    background-color: #e4e4e4 !important;
}
.navbar {
    margin-bottom: 0px;
}

.navbar-nav {
    font-size: 1.25em;
}

.navbar-logo {
    position: absolute;
    top: -10px;
}

.navbar-bg {
    background-image: url('../../images/design/bg1-4.png');
    height: 60px;
    background-color: #b22222;
    margin: 0;
    padding: 0;
}

a {
    color: #b22222;
}

    a:hover, a:focus {
        color: #ce0000;
    }

    .themeitem {
    background-color: #a52a2a;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
}
.themeitem:hover {
    background-color: #b42818;
    color: #ffffff;
}


.btn-search {
    background-color: #b22222;
    border-color: #a80000;
    color: #fff;
}

.btn-search:hover {
    background-color: #a12020;
    border-color: #843939;
    color: #fff;
}

 .featurecolour {
    background-color: #b22222;
}