#mapa_diecezji {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-size: 100px 100px;
  padding-bottom: 80px;
  padding-top: 20px;
}


rect {
  fill:blue;
  stroke-width:5;
  fill-opacity:0;
  stroke-opacity:0.9
}


/* The Modal (background) */
.modal {
  /*font-family: 'Cairo', sans-serif;*/
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header {
  font-family: 'Montserrat';
  letter-spacing: 2px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 50% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}


.modal-footer a {
  font-style: italic;
  color: gray;
}


.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



@media screen and (max-width: 1100px) {
    #mapa_diecezji {
      height: 100%;
      width: 100%;
      padding: 30px 0 80px 0;
  }

  .modal-content {
  margin: 25% auto; /* 50% from the top and centered */
  width: 90%;
}

#footer {
  display: none;
}

.modal-header h2 {
  font-size: 22px;
}

}
