.btn-primary {
    font-size: 19px;
    margin-bottom: 12px;
}
.btn-primary, .search-btn {
    color: black;
    background-color: rgb(255, 203, 5);
    border-color: rgb(255, 203, 5);
    text-decoration: none;
} 

@font-face {
    font-family: 'Playfair Display';
    src: url('/static/fonts/Playfair-VariableFont_opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Adjust according to the font weights available */
    font-stretch: 50% 200%; /* Adjust for width variations if needed */
}

.header-wrapper{
    padding:2%;
}
a.site-logo {
    text-decoration: none;
    font-weight: normal;
}

.logosvg, .logosvg-lg {
    font-family: 'Playfair Display';
    font-weight: 300;
    text-decoration: none;
    height: 93px;
    letter-spacing: -2px;
}
.sidebar {
    flex: 0 0 25%; /* Adjust this percentage for side columns */
    max-width: 25%; /* Adjust this percentage for side columns */
}
.site-logo-container {
    flex: 0 0 50%; /* Central column */
    max-width: 50%; /* Central column */
}
.site-logo-container-mobile .logosvg{
    max-width: 100%; 
}
#nhs-logo-mobile-svg{
    max-height: 50px;
}
#nhs-logo-svg{
    max-height: 70px;
}
.navbar {
    background-color: #167f5f;
    border-bottom: 4px solid rgb(255, 203, 5);
}
.navbar a {
   color:white;
   margin: 0 21px;
} 
.nav-link {
    text-decoration: none; /* Remove the default underline */
}

.nav-link:hover {
    text-decoration: underline; /* Add underline on hover */
}
.gsc-search-button-v2 {
    padding: 10px 27px !important;
}
.gsc-input-box, .gsc-search-button-v2 {
    border-radius: 5px !important;
}
.btn:hover {
    background-color: #167f5f;
    border-color: #167f5f;
}
h1{
    border-bottom: 1px solid #eaecef;
    margin: 40px 0 26px 0;
}
*, p, body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 19px;
}
a {
    color: #167f5f;
    font-weight: bold;
}
a:hover {
    color: rgb(4, 68, 60);
}
a:active, a:hover {
    outline: 0;
}
h2, h3{
    margin-bottom: 0.5em;
}
ul.breadcrumb{
    margin: 0;
}
.breadcrumb li{
    padding-right:5px;
}
.breadcrumb li,.breadcrumb li a{
    font-size:15px;
}
.breadcrumb-content{
    border-bottom: #167f5f 1px solid;
}

.page-sub-header{
background-image: url(/static/images/Claypath_Front_Narrow.jpg);
min-height: 249px;
background-size: cover;
background-position: center;
}
.desktop-phone-box{
    margin-top:10px;
}
.mobile-phone-box{
    padding: 4px;
    margin: 0;
    background-color: #fff3c4;
    width: 100%;
    text-align: center;
}