@font-face {
  font-family:manrope;
  src:url(../fonts/Manrope/Manrope-VariableFont_wght.ttf)format("truetype");
  font-weight:200 800;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-Light.otf)format("opentype");
  font-weight:300;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-LightItalic.otf)format("opentype");
  font-weight:300;
  font-style:italic;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-Regular.otf)format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-RegularItalic.otf)format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-Medium.otf)format("opentype");
  font-weight:500;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-MediumItalic.otf)format("opentype");
  font-weight:500;
  font-style:italic;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-Bold.otf)format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:lemonmilk;
  src:url(../fonts/LemonMilk/LEMONMILK-BoldItalic.otf)format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:swap
}


* { 
}
@media screen {
  .print { display: none;  }
}
body { 
	font-family: manrope, sans-serif;
	background: #FFF;
	margin: 10px 0 40px 0;
	font-weight: 500;
}
p {
  color: #374151;
}
h1, h2, h3, h4, h5 {
	font-family: LemonMilk, serif;
	color: #1F2937;
}
h1 {
	display: inline;
	position: absolute;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.35em;
	left: 150px;
  padding: 18px 0 0 0;
	margin: 0;
	width: calc(100% - 220px);
}
h1 span {
	font-weight: normal;
}
h2 { 
	font-family: LemonMilk, serif;
	font-size: 1.5em;
  margin: 10px 0;
	text-align: center;
}
h2 span {
	font-size: inherit;
}
h3 { 
	font-family: LemonMilk, serif;
	font-size: 1em;
	margin: 0 0 8px 0;
}
#page-title h3 {
	text-align: center;
}

p {
  line-height: 1.5em;
}
.main {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}	

.header {
	background: #FFF;
  margin: 0;
  position: relative;
	height: 140px;
	border-bottom: 10px solid #D5B87C;
}
.header img {
	display: inline;
	height: 110px;
  margin: 10px 0 0 10px;
	background: #FFFFFF;
	border: 0;
}
.onekm {
	padding: 10px 50px 20px 50px;
	display: flex;
}

p.error {color: #FF0000;}
span.error {color: #FF0000;}
input.error {border-color: #FF0000;}
select.error {border-color: #FF0000;}

.map-wrapper,
.map-text {
	flex: 50%;
	margin: 0;
	padding: 0 10px;
}
#map {
	border: 1px solid #000; 
	width: 750px; 
	height: 750px;
	position: relative;
	clear: both;
}

#text-pane {
	position: relative;
  padding: 20px;
  font-size: 1.25em;	
}
#text-pane img.float-right {
	margin: 0 0 0 20px;
  border: 2px solid #353535;
}
#text-pane img.float-left {
	margin: 0 20px 0 0;
  border: 2px solid #353535;
}
#text-pane ul {
	clear: both;
}
#text-pane li {
	text-align: center;
}
#text-pane a {
	color: #0AF;
}
#text-pane a:hover {
	color: #333;
}
button,
.button {
	font-family: LemonMilk, serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  xx-border-color: #6b7280 !important;
  border-color: rgba(107,114,128,var(--tw-border-opacity)) !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: normal;
  text-transform: uppercase;
}
button:hover,
.button:hover {
  background-color: #6b7280;
  color: #fff;
}
a.button {
	text-decoration: none;
	padding-bottom: 0.6rem;
	margin-right: 10px;
	display: inline-block;
}
.button-primary {
  background-color: #5E9EB5;
}
.btn-secondary {
  background-color: #FFF;
  color: #202020;
}
.btn-secondary:hover {
  background-color: #6b7280;
  color: #FFF;
}
.button.button-sm {
  margin: 5px;
  padding: 2px 10px;
}
.form-group {
	margin-bottom: 0;
}
.w-10 {width: 10%}
.w-15 {width: 15%}
.w-20 {width: 20%}
.w-30 {width: 30%}
.w-40 {width: 40%}
.w-50 {width: 50%}
.w-60 {width: 60%}
.w-70 {width: 70%}
.w-80 {width: 80%}
.w-90 {width: 90%}


.btn-sos,
.btn-sos:active,
.btn-sos.active,
.btn-sos:focus,
.btn-sos.focus {
	color: #ffffff !important;
	background: #353535 !important;
	border-color: #353535;
}

.btn-block {
	text-align: center;
	width: 47%;
	margin: 0 0 10px 2% !important;
	display: inline-block !important;
}
/*
#text-pane .btn-sos a,
.btn-sos a {
	text-decoration: none;
	color: #ffffff !important;
}
*/
#text-pane .btn-sos:hover,
.btn-sos:hover {
	background: #0AF !important;
	border-color: #353535;
	color: #353535 !important;
}
.btn-sos:hover a {
	color: #353535 !important;
}
#nav-right {
	position: absolute;
	top: 330px;
	right: 0;
	z-index: 100;
}
#nav-left {
	position: absolute;
	top: 330px;
	left: 0;
	z-index: 100;
}
#map-pane #nav-right img {
	margin-left: 10px;
}
#map-pane #nav-left img {
	margin-right: 10px;
}
#map-pane #nav-right img,
#map-pane #nav-left img {
	border: none;
}

#map-pane {
	position: relative;
  width: 1280px;
  height: 780px; 
  border: 20px solid #F8F8F8;
  position: relative;
  background-color: #F8F8F8;
}
#map-pane p {
	font-size: 0.8em;
}
#map-pane img {
	border-width: 1px;
	border-style: solid;
}
.square img {
	position: absolute;
	height: 12px;
	width: 12px;
}
a.square img,
#hint {
  z-index: 20;
}
#hint button {
  width: 100%;
}
.btn {
	margin-bottom: 10px;
}

div#key {
  position: absolute; 
  top: 10px;
  left: 0;
  border: 1px solid #353535;
  padding: 0;
  width: 200px;
  background-color: #FFF;
  box-shadow: 0 0 2px 1px #353535;
}
div#key img {
  border: 1px solid #ccc;
  margin: 4px 10px 0 10px;
  vertical-align: top;
  height: 12px;
  width: 12px;
}
div#key p {
  font-size: 0.875em;
  margin: 8px 0;
}
div#page-title {
	width: 400px;
	position: absolute;
	top: 0;
	left: 250px;
}
div#helptext {
	width: 500px;
	position: absolute;
	top: 0;
	left: 680px;
}
div#helptext p {
	font-size: 0.875rem;
	color: #353535;
}
div#hint {
	width: 300px;
}
div.hint-left {
	position: absolute;
	top: 120px;
}
div.hint-right {
	position: absolute;
	top: 120px;
	right: 10px;
}
/*
div#hint span {
	color: #195B2B;
	font-size: 1rem;
	padding: 8px 0 2px 0;
	border-bottom: 1px dashed #195B2B;
	margin-right: 10px;
}
*/
a {
	color: #000;
  text-decoration: none;
}
a:hover {
	color: #808080;
}

ul {
	width: 100%;
	padding: 0;
}
li {
	list-style-type: none;
	margin: 0 20px;
}
li a {
	color: #000;
  text-decoration: none;
	font-size: 1.5em;
}
li a:hover {
	color: #808080;
}
.print-button {
  margin-bottom: 10px;
}
.footer {
	background: #F6F3EE;
	padding: 10px 0;
	margin: 0;
}
.footer p {
	font-size: 0.875em;
	color: #000;
	padding: 0 20px;
	margin: 10px 0 0 0;
}

.colophon {
	background: #F6F3EE;
  padding: 2px 20px 0 20px;
  clear: both;
  margin-bottom: 20px;
  height: 36px;
}
.colophon-left {
	float: left;
	margin: 0 20px 0 0;
}
.colophon-right {
	float: right;
	margin: 0 0 0 20px;
}
.colophon p {
	color: #404040;
	font-size: 0.875em;
}
.colophon a {
	font-size: inherit;
	color: #606060;
	text-decoration: none;
}
.colophon a:hover {
	color: #404040;
}
#Towns p {
  position: absolute;
}
#Towns span {
  color: #202020; 
  background: #FFF;
  font-size: 12px;
  margin: 0;
  z-index: 100;
  position: absolute;
}
#Towns span span {
  padding: 1px 4px;
  border: 1px solid #202020;
  border-radius: 4px;
  background: #D5B87C;
}
#Towns img {
	border: 0;
	padding: 0 4px 0 4px;
}
p.note {
	font-size: 0.875em;
}

.print-text {
	text-align: center;
	margin: 20px 0;
}
.print-text p {
	font-size: 2rem;
}
.datebox {
	font-size: 2rem;
	display: inline-block;
	height: 40px;
	width: 600px;
	border: 2px solid #000;
}

@media print {
  .screen { display: none; }
	body {
	  background: #FFF;
	}
  .header {
  	border: 10px solid #FFF;
  }
  .main {
	  background: #FFF;
  }	
  #map {
  	border: 3px solid #000; 
  	width: 1200px; 
  	height: 1200px;
  	margin: 10px auto;
  }
  #map canvas {
  	transform: matrix(1.5,0,0,1.5,-150,-150) !important;
  	width: 998px !important;
  	height: 998px !important;
  }
  #map .ol-zoom {
  	display: none;
  }
}