/*@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,700;1,400;1,700&family=Vollkorn:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
    font-family: "Crimson", "Cormorant","Vollkorn","Garamond Premier Pro", serif;
    width: 100%;
    margin: 0 5px;
    background: #fff;
  }

h1, h2, h3, h4 {
    margin: 2em 0 1em;
    text-align: center;
}
p {
    font-size: 1.3em;
    line-height: 1.5em; 
    text-align: left;
}

.ingress p {
    text-align: center;
    margin: 0 1em 1em;
    font-style: italic;
}
div.ingress {margin:50px 0;}

h1 {
    text-align: center; 
    margin: 100px 0 40px; 
    border-bottom: 1px solid black; 
    padding-bottom: 100px;
}
.title {
    font-size:3em; 
}
.subtitle {
    font-family: Montserrat;
    font-size: .9em;
    letter-spacing: 3px;
    margin-top: -0.5em;
}
    
i, .fac {
    color: #be480a;
    font-style: italic;
    font-weight: bold;
}
a {
    color: #be480a;
    font-weight: bold;
}

.totum {font-weight:bold;}
html { margin: 0 1em; }
    
.center { text-align: center; }
a {text-decoration:none;}

@media only screen and (min-width: 800px) {
    body {
        width: 80%;
        max-width: 50em;
        margin-left: auto; 
        margin-right: auto;
    }
    p {
        font-size:1.5em;
        text-align:justify;
    }
}
