/*************************
Theme: CIRV
Version:160302023
Contact: webeditors@coventry.gov.uk

blue #0056BE
gold #998648
lightgrey #f1f1f1



*************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Open+Sans&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css');

body {
	background-color:#f1f1f1;
	color: black;
	font-family: 'Roboto', 'Open-Sans';
	font-size: 16px;
	hyphens: none;
	text-transform: none;
}

/* Menu */

#menu {
	background:black;
}

#menu > .inner > ul > li a:hover {
    background: black;
	border-bottom: 1px solid #998648;
}
.inner > h2 {
display: none;
}
.inner ul.list:nth-child(4) {
display: none;
}
/* Header */

#header {
	padding: 1em 0 0 0;
    background-color: white;
	border-top: 1em solid #998648;
    border-bottom: 0.5em solid #0056BE;
}


}

#header nav {
	border: 0.2em solid #998648;
}

span.title {
	font-size: 1.6em;
    text-transform: none;	
}

#header .logo .symbol img {
	height: 10em;
	width:100%;
}

/* Footer */

#footer {
	border-top: 0.2em solid #998648; 
	background: black;
	color:white;
}

.copyright {
	color:white !important;
}

/* Headings */

h2, h3, h4, h5, h6 {
	text-transform: none;
}

/*Search button */

#search-site-header {
		background: #F1F1F1;
}

#searchbtn {
	background: #998648;
    color: white !important;
    font-weight: lighter;
	text-transform: none;
}
/*Action Box */

.action-box
{
padding: 1em;
background: #998648;
text-align: center;
color: black;
margin-top: 2em;
}
.action-box:hover
{
background: #0056BE;
color: black;
}
.action-box a h2
{
	padding:0.3em;
	margin:0;
	font-size:1.2em;
}

.action-box h2
{
padding:0.3em;
margin:0;
font-size:1.2em;
color: white !important;
}

.action-box a h3
{
font-size:1.1em;
color: white !important;
}

.action-box h3
{
font-size:1.1em;
color: white !important;
}

.action-box a p
{
font-size:1em;
color: white !important;
}

.action-box p
{
font-size:1em;
padding: 0.2em;
color: white !important;
}

.action-box a:hover
{
text-decoration: underline solid white;
}
