body {
    /*wrapper*/
    max-width: 1000px;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/*header and footer*/
header {
    background-color: rgb(112, 30, 30);
    max-width: 1000px;
    padding: 25px;
}

footer {
    clear: left;
    padding-top: 10px;
    font-weight: bold;
    color: rgb(112, 30, 30);
}

h1 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bolder;
    font-family: monospace;
}

h2 {
    font-size: 18px;
    font-style: italic;
    color: rgba(112, 30, 30);
    text-align: center;
    background-color: rgba(112, 30, 30, 0.5);
    padding: 20px;
    max-width: 1000px;
}

h3 {
    font-size: 16px;
    color: rgb(112, 30, 30);
    margin: 5px;
}

h4 {
    font-size: 14px;
    color: rgb(112, 30, 30);
    margin: 5px;
    text-align: left;
}

p {
    font-size: 14px;
    color: black;
    margin: 5px;
    text-align: left;
}

/*Nav*/

 ul.nav {
    
    background-color: rgb(112, 30, 30, 0.5);
    padding: 0;
    text-align: center;
  }
  ul.nav > li {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
  }
  ul.nav > li:hover {
    background-color: rgb(112, 30, 30);
    padding: 10px 20px;
    color:white;
  }
  ul.nav > li > a {
    color: rgb(112, 30, 30);
    text-decoration: none;
    padding: 10px 20px;
  }

  ul.nav > li:hover > a {
      color:white;
      padding: 10px 20px;
  }

div {
    position: relative;
    float: center;
    outline: solid rgb(112, 30, 30) 2px;
    text-align: center;
    padding: 10px 20px;
    margin: 2px;
    margin-bottom: 10px;
   
}

.metadata {
  text-align: left;
}

.textpage {
    width: 950px;
    
}
.image {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    outline: 0cm;
    font-style: italic;
}

#storBild {
  outline: 0cm;
}

/* The Modal*/
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  /* Rutan */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 700px; 
  }
   
/* The Close Button */ 
.close {
 background-color: rgb(112, 30, 30, 0.5);
 border: none;
 color: white;
 padding: 5px 10px;
 text-align: center;
 text-decoration: none;
 display: inline;
 font-size: 16px;
 margin: 2px 2px;
 cursor: pointer;
 
}
.close:hover {
 background-color: rgb(112, 30, 30);
}
