﻿/*:root {
    --bg-header-footer-color: #003380;
    --bg-nav-color: #80b2ff;
}*/

/*** Topouter ***/
.topOuter {
    margin-bottom: 0;
    min-height: 20px;
    position: relative;
    border-radius: 0px;
}

/*topouter inverse*/
.topOuter-inverse {
    background-color: #003380;
    border-color: #003380;
    font-size: 0.8em;
}

.topOuter-inverse h4 a {
    font-size: 16px;
    color: #FFF;
}

/*** headerouter ***/
.headerOuter {
    background-color: #003380;
}

/*** Navigation Bar ***/
/*navbar-ctrrp - background color*/
.navbar-ctrrp {
    background-color: #80b2ff;
    border: 0 none !important;
}

/* font color nav-bar*/
#navigation_bar li a {
    color: #fff;
}

/* highlighted item is now blue - for accessibility*/
.nav-link:focus, .nav-link:hover {
    background-color: #0D3557;
}

/*** Footer outer ***/
.footerOuter {
    background-color: #003380;
    text-align: center;
}

.footerOuter .footerText {
text-align: left;
color: white;
}

.footerOuter .footerText a {
    color: white;
}

.footerOuter .footerText h4 {
    color: #fff;
    margin-top: 25px;
}

.footerOuter .footerText h5 {
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0px;
}

.footerOuter .footerText hr {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
}

/*** Bottom links outer ***/
.bottomlinksOuter {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottomlinksOuter a {
color: #132638;
}

.bottomlinksOuter ul {
padding-left: 0;
}

.bottomlinksOuter ul li {
display: inline-block;
}

.bottomlinksOuter ul li a::after {
    content: "|";
    padding-left: 5px;
    padding-right: 5px;
}

.bottomlinksOuter ul li:last-of-type a::after {
    content: "";
}

/*** Body content from Gordon The Designer ***/
.body-content {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
}

.body-content h1 {
    font-size: 21px !important;
    line-height: 26px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    color: #22426D;
}

.body-content h2 {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    color: #2D588F;
}

.body-content h3 {
    font-size: 16px !important;
    line-height: 20px;
    /*font-style: italic;*/
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    color: #3566A7;
}

.body-content h4 {
    font-size: 14px !important;
    line-height: 18px;
    font-style: italic;
    margin: 10px 0px 10px 0px;
    color: #3C74CE;
}

.body-content h5 {
    font-size: 14px;
    line-height: 19px;
    /*background: url(/public/20211216152626oe_/https://www.counciltaxreductionreview.scot/img/arrow_hyperlink.png) no-repeat left;*/
    padding: 5px 0px 0px 28px;
}

.body-content a {
    color: #315988;
    font-weight: bold;
    text-decoration: none;
}

.body-content a:hover {
    color: #0D3557;
    font-weight: bold;
    text-decoration: none;
}

.body-content p {
    margin-bottom: 15px;
}

.bg-primary {
    background-color: #0074F0 !important;
}