@font-face {
    font-family: "CMU-main";
    src: url("/media/typeface/serif.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CMU-main";
    src: url("/media/typeface/italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: "CMU-main", "Times New Roman", serif;
    background-color: whitesmoke;
    font-size: 110%;
}

h1, header, footer{
    font-variant: small-caps;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

h1 {
    text-decoration-line: underline;
    text-decoration-style: double;
}

.article {
    background-color: white;
    margin-top: 0px;
    margin-left: 22%;
    margin-right: 22%;
    margin-bottom: 0%;
    border: 3px double black;
    padding: 0% 5% 0% 5%;
}

nav {
    margin-top: 5px;
    text-align: center;
}

li {
    padding-top: 1.5%;
}

.coat-of-arms {
    max-width: 20%;
    height: auto;
    align-content: center;
    margin: 0 auto;
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

.cit {
    font-size: smaller;
    text-decoration: none;
}

.sources{
    font-family: 'Courier New', Courier, monospace;
    font-size: 10px;
}

h3 {
    font-variant: small-caps;
    padding: 0px;
    margin: 0px;
    font-size: 200%;
}

@media (max-width: 1200px) {
    h1{
        font-size: 100%;
    }
    .coat-of-arms {
            max-width: 40%;
    }
    .article {
        margin-left: 15%;
        margin-right: 15%;
    }
}
@media (max-width: 1000px) {
    h1{
        font-size: 100%;
    }
    .coat-of-arms {
            max-width: 40%;
    }
    .article {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width: 800px) {
    h1{
        font-size: 100%;
    }
    .coat-of-arms {
            max-width: 40%;
    }
    .article {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media (max-width: 600px) {
    h1{
        font-size: 100%;
    }
    .coat-of-arms {
            max-width: 40%;
    }
    .article {
        margin-left: 0%;
        margin-right: 0%;
    }
}