﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins','Roberto', sans-serif;
	font-size:1.2rem;
}
body,td,th {
	
	font-size: 1em;
}

.header-tasks{
	width: 70%;
	margin:auto;
	padding:1em;
}
.nav--breadcrumb{
	background-color:#1C3742;
	border-bottom:none;
    border-top: 1px solid #004850;
}
.nav--breadcrumb ol{
	width: 70%;
	margin:auto;
    list-style: none;
    color:#fff;
	padding:0.6em;

}

.nav--breadcrumb a:link 	{font-weight:normal;color: #fff;text-decoration:none;}
.nav--breadcrumb a:hover	{font-weight:normal;color: #fff;text-decoration:underline;}
.nav--breadcrumb a:visited 	{font-weight:normal;color: #fff;text-decoration:none;}
.nav--breadcrumb a:active 	{font-weight:normal;color: #fff;text-decoration:none;}
	
.logosmall{
	background: url(../images/logo-ncc.svg) center left no-repeat;
	padding: 2em;
}
.header-new{
	background:#0f7d8a;
}

#content {max-width: 70%; margin:auto;}
#contentPadding{padding:10px;}

table, td, tr, th{border:none; padding:5px;text-align: left;}
table {width:100%}
tr.oddRow td, tr.oddRow th  { background: #dbedf4;}

p.Heading{margin-top:1.5em;}

a{font-weight:normal;}
a:link 		{font-weight:normal;color: #018792;text-decoration:none;}
a:hover		{font-weight:normal;color: #018792;text-decoration:underline;}
a:visited 	{font-weight:normal;color: #CC0066;text-decoration:none;}
a:active 	{font-weight:normal;color: #018792;text-decoration:none;}

ul {
	margin:0 0 20px 0;
}
.footer-black{height:5em; background-color: #1c3742;}
.footer-yellow{height:2em;background-color:#e8b03c ; font-size: small;text-align: center;padding:0.5em}
.footer-cityscape{
	content: "";
    display: block;
    height: clamp(10rem,25vw,20rem);
    width: 100%;
    background: url(https://www.norwich.gov.uk/themes/custom/norwichcc/assets/images/ncc_skyline_new.svg);
    position: relative;
    background-position: center calc(100% + 2px);
    background-repeat: no-repeat;
}
