@font-face {
    font-family: 'acme';
    src: local('acme'), url('/res/Acme-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'courgette';
    src: local('courgette'), url('/res/Courgette-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'josefin';
    src: local('josefin'), url('/res/JosefinSans-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'pacifico';
    src: local('pacifico'), url('/res/Pacifico-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'satisfy';
    src: local('satisfy'), url('/res/Satisfy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'sourcesanspro';
    src: local('Sourcesanspro'), url('/res/SourceSansPro-Regular.ttf') format('truetype');
}

body {
    background-image: url('/res/sun-reflection-5118520.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffff;
    background-attachment: fixed;
    background-size: cover;
    color: #606;
    font-family: sourcesanspro, sans-serif;
    font-size: 12pt;
    margin: 0px;
    padding: 0px;
}

header {
    background-color: #939;
    color: #ffff;
    margin: 0px;
    padding: .5em;
    text-align: center;
}

h1 {
    font-family: courgette, sans-serif;
    font-weight: bold;
    font-size: 24pt;
}

h2 {
    font-family: courgette, sans-serif;
    font-weight: bold;
    font-size: 18pt;
    padding-left: 10px;
    padding-right: 10px;
}

h3 {
    font-family: courgette, cursive;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


main {
    background-color: rgb(255 255 255 /0.8);
    padding-top: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 2em;
    margin:0px;
}

@media screen and (min-width: 40em) {
    header {
        width: 48%;
        margin-left: 2em;
        margin-top: 1em;
        padding: .5em;
        text-align: center;
    }

    main {
        margin-left: 10%;
        margin-right: 10%;
    }

}

@media screen and (max-width: 39em) {
    header {
        padding: .5em;
    }

    main {
        margin-left: 5px;
        margin-right: 5px;
    }
}

dt {
    font-family: courgette, sans-serif;
    font-size: 120%;
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

em {
	font-family:  courgette, cursive;
}

div {
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}

.ref {
    font-style: italic;
    font-size: 80%;
}

a:link, a:visited {
    background-color: inherit;
    color: inherit;
    border-left: dotted 0.5px;
    border-bottom: solid 0.5px;
    text-decoration: none;
}

a:hover {
    border: none;
    text-decoration: underline;
    color: #c6c;
}

hr {
    background-color: #939;
    border-width: 1px;
    height: 0px;
    width: 40%;
    clear: both;
}

img.cc-icon {
    width: 1em;
}

li {
    margin-bottom: 0.5em;
}