/**
 * Theme Name: Aberdeenshire ADP
 * Template:   nightingale-show
 * Author: Morag Macdonald, NHS Grampian
 * Description: Theme for NHS Scotland organisations. Based upon the NHS Leadership Academy Nightingale WordPress Theme. Highly customisable for all types of NHS organisations, from campaign sites to primary care providers to arms length bodies to community practices.
 * Tags: nhsscotland,right-sidebar,left-sidebar,custom-menu,footer-widgets,theme-options
 * Version: 1.0.0
 */

.page-colour--dark-blue .nhsuk-header .nhsuk-header__navigation {
    background: #006baf;
}

.nhsuk-header__navigation-list {
    border-top: none;
}

.nhsuk-header {
    background-color: #29176b;
}

custom-logo {
    width: 250px;
}

.nhsuk-header.nhsuk-header--white .nhsuk-header__transactional-service-name--link {
    color: #FFF;
    font-weight: 700;
}

#nav-container {
    margin: 0 auto;
}

.nhsuk-button, .nhsuk-button:link, .nhsuk-button:hover, .nhsuk-button:visited,
.nhsuk-button.is-style-green, nhsuk-button.is-style-green:link, .nhsuk-button.is-style-green:hover, .nhsuk-button.is-style-green:visited,
.nhsuk-button.is-style-secondary, .nhsuk-button.is-style-secondary:link, .nhsuk-button.is-style-secondary:hover, .nhsuk-button.is-style-secondary:visited,
.nhsuk-button--reverse, .nhsuk-button--reverse:link, .nhsuk-button--reverse:hover, .nhsuk-button--reverse:visited,
.nhsuk-button.is-style-reverse, .nhsuk-button.is-style-reverse:link, .nhsuk-button.is-style-reverse:hover, .nhsuk-button.is-style-reverse:visited {
    width: 100%;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: normal;
    font-size: 1.75rem;
    background-color: #448e9b;
    color: #FFF;
    height: 110px;
}

    .nhsuk-button.is-style-green, nhsuk-button.is-style-green:link, .nhsuk-button.is-style-green:hover, .nhsuk-button.is-style-green:visited {
        background-color: #448e9b;
    }

    .nhsuk-button.is-style-secondary, .nhsuk-button.is-style-secondary:link, .nhsuk-button.is-style-secondary:hover, .nhsuk-button.is-style-secondary:visited {
        background-color: #84478a;
    }

    .nhsuk-button--reverse, .nhsuk-button--reverse:link, .nhsuk-button--reverse:hover, .nhsuk-button--reverse:visited,
    .nhsuk-button.is-style-reverse, .nhsuk-button.is-style-reverse:link, .nhsuk-button.is-style-reverse:hover, .nhsuk-button.is-style-reverse:visited {
        background-color: #006baf;
    }

html, .nhsuk-footer {
    background-color: #29176b;
    border-top: 4px solid #006baf;
}

    .nhsuk-footer p, .nhsuk-footer__copyright {
        color: #FFF;
    }

a.close-site {
    display: block;
    position: relative;
    margin: 10px auto 0;
    width: 160px;
    padding: 10px 16px;
    color: #FFF;
    background-color: #84478a;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}