@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Merriweather:wght@300;400;700&display=swap');


/* 
font-family: 'Barlow', sans-serif;
font-family: 'Merriweather', serif;
*/

p,span {
    font-family: 'Barlow', sans-serif;
    font-size: 1.15em;
    line-height: 1.25em;
    margin-top: 0.3em;
    text-indent: 0.5em;
    margin-bottom: 10px;
}
a {
    color: black;
}

/* header */
h1,h2,h3,h4 {
    font-family: 'Merriweather', serif;
    font-variant: small-caps;
}

h1 {
    font-size: 3em;
    margin-left: 1em;
    font-weight: normal;
}
h2 {
    font-size: 2.25em;
    margin-left: 1em;
    margin-bottom: 0.1em;
    text-decoration-line: underline;
}
h3 {
    font-size: 1.75em;
    margin-left: 1.5em;
    margin-bottom: 0.1em;
    text-decoration-line: underline;
}

/* classes */
.continued {
    margin-top: 0px;
}
.alignright {
    text-align: right;
    margin-right: 1em;
}

.navi {
    display: inline-block;
    border-style: solid;
    border-width: 0.5px;
    padding: 5px;
}
.select {
    background-color: rgb(134, 134, 134);
}


/* parts */
main, header {
    width: 960px;
   margin-left: auto;
    margin-right: auto;

    margin-bottom: 5px;
    margin-top: 5px;
    padding: 15px;
}

main {
    padding: 15px;

    border-top-style: solid;
    border-bottom-style: solid;
}

nav {
    text-align: center;
}

/* media */

.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    height: 250px;
    padding: 3px;
    margin: 5px;

    border-style: dashed;
    border-color: rgba(0,0,0,0.25);
    border-width: 0.5px;
}

body {
    background-color: rgb(244, 246, 255);
}