/* NHS blue is #005eb8 */

.ctr {
	text-align: center;
}

body > header {
	color: #fff;
	--text: #fff;
	background-color: #005eb8;
	padding-bottom: 16px;
	
}

.orange {background-color: #ff7a3c; --accent-hover: sandybrown;}
.orange > a {color: black;}

body > header h1 {
	margin: 0 auto;
}

body > footer {
  background-color: #4d4d4d; /*#005eb8;*/ /*#EBD5AB; */ /*#d8dde0;*/
  /* border-top: 4px solid #C0A35A; */
  grid-column: 1 / -1;
  padding: 1rem 0 1.5rem 0;
  --standard-border-radius: 0;
}

.bottom { 
	color: white;
	width: min(45rem, 100%);
	height: 130px;
	text-align: left;
	position: relative;	
	margin-left: auto;
	margin-right: auto;
}

.bottom a {color: white;}

@media only screen and (max-width: 740px) {
	.bottom img {margin-left: 1em;}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { .map {height:300px;} }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { .map {height:300px;} }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { .map {height:400px;} }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) { .map {height:400px;} }

.bottomleft {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

.bottomright {
	padding: 10px;
	position: absolute;
	line-height: 2;
	top: 0;
	left: 60%;
	width: 40%;
}


.checkingdiary {
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' \
	version='1.1' height='50px' width='220px'><text x='0' y='15' fill='grey' \
	font-family='sans-serif' font-size='20'>Checking my diary...</text></svg>");
	background-repeat: no-repeat;
	background-position: center center;
}
