body {margin: 0; padding: 0; background-color:#4199c9;}

.map {
	position: relative;
	text-align: center;
}

svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}



path {
  stroke: #d8d5d3;
  stroke-width: 1px;
  stroke-linejoin: solid;
}

.part:hover {
	transition: opacity .1s ease;
	opacity: .5;
	cursor: pointer;
}


.description {
	display: none;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	width: 300px;
	box-shadow: 0 0 32px 10px #ccc;
	right: 50px;
	bottom: calc(25% - 200px);
	font-family: sans-serif;
	background-color:white;
	font-size: x-large;
}

.description img {
	width: 250px;
	margin-bottom: 20px;
}

.info {
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	width: 300px;
	box-shadow: 0 0 32px 10px #ccc;
	left: 50px;
	top: calc(0% - 0px);
	font-family: sans-serif;
	text-align: left;
	background-color:white;
	font-size: large;
}

.donateri {
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	width: 300px;
	box-shadow: 0 0 32px 10px #ccc;
	left: 50px;
	bottom: calc(0% - 0px);
	font-family: sans-serif;
	text-align: left;
	background-color:white;
	font-size: large;
}


.box {
  float: left;
  height: 20px;
  width: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  border: 1px solid black;
  clear: both;
}

.red {
  background-color: #ec3159;
}

.green {
  background-color: #3ef757;
}

.blue {
  background-color: #4061ef;
}

.yellow {
  background-color: #ffd65c;
}

.brown {
  background-color: #9d6b61;
}

.black {
  background-color: #423e3e;
}

.camp {
	background-color: #940000;
}

.quest-path {
	opacity: 0;
	pointer-events: none;
}

#activity-map {
	display: block;
}

#camp-map {
	display: none;
}
	 
