html * {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow: hidden;
}
@font-face {
  font-family: Schoensperger;
  src: url(Schoensperger\ Regular.otf) format("opentype");
}

#welcometext{
  font-family: Schoensperger; 
  color:#fefefe;
  font-size: 5em;
}
#indexbody{
  background-image: url('settlement.jpg');
  background-repeat: no-repeat;
  background-color: #000;
}
#maplink{
  font-family: Schoensperger; 
  color:#fefefe;
  font-size: 2em;
}
#maplink:hover{
  color: crimson;
}

.worldmap {
  max-width: 1100px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* modal */
.modal1,
.modal2,
.modal3,
.modal4 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 30px 20px 20px;
  margin: 0 20px;
  width: calc(100% - 40px);
  max-width: 350px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}
@media (min-width: 350px) {
  .modal-content {
    margin: auto;
    width: 350px
  }
}
/* Add Animation */
@keyframes animatetop {
  from { top: -300px; opacity: 0; }
  to { top: 0; opacity: 1; }
}
/* The Close Button */
.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

path[id='Castle Templehof']{
  fill: purple; fill-opacity: 0.4;
}
path[id='East Hunger Wood']{
  fill: green; fill-opacity: 0.4;
}
path[id='East Krondorf']{
  fill: green; fill-opacity: 0.4;
}
path[id='East Siegfriedhof']{}
path[id='East Vierstein']{
  fill: yellow; fill-opacity: 0.4;
}
path[id='Essen']{
  fill: yellow; fill-opacity: 0.4;
}
path[id='Folburg']{
  fill: purple; fill-opacity: 0.4;
}
path[id='Gerhof']{
  fill: purple; fill-opacity: 0.4;
}
path[id='Grim Wood']{
  fill: green; fill-opacity: 0.4;
}
path[id='Helfort']{
  fill: green; fill-opacity: 0.4;
}
path[id='Hunger Wood']{
  fill: purple; fill-opacity: 0.4;
}
path[id='Konigstein Tower']{
  fill: yellow; fill-opacity: 0.4;
}
path[id='Leicheberg']{
  fill: purple; fill-opacity: 0.4;
}
path[id='Lichenheim']{
  fill: purple; fill-opacity: 0.4;
}
path[id='Murieste']{
  fill: yellow; fill-opacity: 0.4;
}
path[id='Naubonm']{
  fill: purple; fill-opacity: 0.4;
}
path[id='North Murieste']{
  fill: yellow; fill-opacity: 0.4;
}
path[id='Siegfriedhof']{
  fill: purple; fill-opacity: 0.4;
}
path[id='South Hunger Wood']{
  fill: purple; fill-opacity: 0.4;
}
path[id='South Krondorf']{
  fill: green; fill-opacity: 0.4;
}
path[id='Stephansdorp']{
  fill: green; fill-opacity: 0.4;
}
path[id='Sternieste']{
  fill: purple; fill-opacity: 0.4;
}
path[id='Swartzhafen']{
  fill: yellow; fill-opacity: 0.4;
}
path[id='Templehof']{
  fill: purple; fill-opacity: 0.4;
}
path[id='The Ruins']{
  fill: green; fill-opacity: 0.4;
}
path[id='The Wald']{}
path[id='Vanheltor']{
  fill: green; fill-opacity: 0.4;
}
path[id='Vierstein']{
  fill: purple; fill-opacity: 0.4;
}