*{
	margin: 0;
	padding: 0;
}
body {
	overflow: hidden;
	font-family: "Sofia Sans", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-optical-sizing: auto;
	font-size: 14px;
}
html, body {
	height: 100%;
}
.title {
	/*background-color: #f2efe9;*/
	background-color: rgba(242,239,233,0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	overflow: scroll;
}
.title>div {
	padding: 5% 10%;
}
.center {
	text-align: center;
	margin-bottom: 30px;
}
.description {
	font-weight: 400;
	margin-bottom: 50px;
	padding: 0 10%;
}
p {
	margin: 0 0 5px 0;
}
h1 {
	font-size: 2em;
	color: #0069b5;
	font-weight: 1000;
}
.small {
	font-size: 0.7em;
	color: #555;
	font-weight: 300;
}
button {
	background-color: #0069b5;
	padding: 10px 20px;
	border: 3px solid #0089eb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #f2efe9;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 1000;
	font-size: 1.5em;
	cursor: pointer;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	transition: all 0.05s ease-out;
}
button:hover {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.notice {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	font-weight: 600;
	z-index: 1500;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.popup {
	position: fixed;
	z-index: 1999;
	display: none;
	background-color: rgba(0,0,0,0.9);
	width: 50%;
	color: white;
	padding: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.popupWrapper {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 5fr 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 30px;
}
.streetName {
	grid-area: 1 / 1 / 2 / 2;
	font-weight: 1000;
	text-transform: uppercase;
}
.caption {
	display: none;
	position: fixed;
	padding: 10px;
	background-color: rgba(0,0,0,0.9);
	font-weight: 600;
	z-index: 888;
	color: #fff;
	max-width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.caption img {
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.closePopup {
	grid-area: 1 / 2 / 2 / 3;
	text-align: right;
}
.close,.closeNotice {
	border: 3px solid #fff;
	width: 22px;
	height: 22px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	cursor: pointer;
}
.streetDesc {
	grid-area: 2 / 1 / 3 / 3;
	column-count: 2;
    column-rule: 1px solid #888;
    column-gap: 30px;
}
p {
	margin-bottom: 10px;
}
.preview {
	stroke-width: 10px;
	stroke: #fff;
	cursor: pointer;
}
.preview:hover {
	stroke: Orange;
}
.imgpopup {
	position: fixed;
	display: none;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
}
.imageheader {
	height: 10%;
}
.image {
	height: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.imagedescription {
	color: #fff;
	font-size: 2em;
	padding: 10px 40px 0 40px;
	font-weight: 500;
	text-align: center;
	
}
.svgcontainer {
	z-index: -1;
	width:100%;
	height: 100%;
}
.street {
	fill: red;
	stroke-width: 0px;
	cursor: pointer;
}
.street:hover {
	fill: white;
	stroke-width: 7px;
	stroke: red;
}
.cls-1 {fill: #d5e1dc;}
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12, .cls-13, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18 {stroke-width: 0px;}
.cls-2, .cls-4, .cls-17 {fill-rule: evenodd;}
.cls-2, .cls-12 {fill: #d1d0cd;}
/* .cls-3 {fill: #f58220;} */
.cls-3 {fill: #d4ccb8;}
.cls-4, .cls-15 {fill: #a5bfdd;}
.cls-19 {clip-path: url(#clippath-2);}
.cls-5, .cls-17 {fill: #cbd8c3;}
.cls-7 {fill: #d4ccb8;}
.cls-8 {fill: none;}
.cls-21 {clip-path: url(#clippath-1);}
.cls-22 {clip-path: url(#clippath-4);}
.cls-9 {fill: #ccc;}
.cls-10 {fill: #a1a1a1;}
.cls-11 {fill: #fff;}
.cls-13 {fill: #b0b0b0;}
.cls-14 {fill: #b5d29c;}
.cls-23 {clip-path: url(#clippath);}
.cls-24 {clip-path: url(#clippath-3);}
.cls-16 {fill: #ebe6dc;}
.cls-18 {fill: #f2efe9;}
