#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 1000;

  overflow-y: auto;
  padding: 4svh 4vw;
  box-sizing: border-box;
}

#overlay.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal {
  width: min(92vw, calc(88svh * 530 / 560));
  aspect-ratio: 530 / 560;

  background: url("../images/pergamen_new.gif") center / contain no-repeat;
}


#modalFrame {
  width: 100%;
  height: 100%;
  border: none;
}

body {
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	margin: 0;
	font-family: "Segoe Script", Arial;
	font-size: 15pt;
	}

h2 {
    font-family: "Segoe Script", Arial;
    font-size: 25pt;
    color: #690000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

h3 {
    font-family: "Segoe Script", Arial;
    font-size: 20pt;
    color: #690000;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

h4{
    font-family:Segoe Script, arial;
    font-size:17pt;
    font-weight:bold;
  }

h5{
    font-family:Segoe Script, arial;
    font-size:15pt;
    font-weight:bold;
  }

h6{
    font-family:Segoe Script, arial;
    font-size:14pt;
    font-weight:bold;
  }
  
em{
    font-family:Segoe Script, arial;
    font-size:15pt;
    color:#690000;
    font-weight:bold;
  }


a{
    font-family:Segoe Script, arial;
    color:black;
  }

    