@font-face {
	font-family: 'BeaumarchaisC';
	src: url('../style/fonts/beaumarchaisc.eot'); /* IE 9 Compatibility Mode */
	src: url('../style/fonts/beaumarchaisc.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../style/fonts/beaumarchaisc.woff2') format('woff2'), /* Super Modern Browsers */
		url('../style/fonts/beaumarchaisc.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../style/fonts/beaumarchaisc.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../style/fonts/beaumarchaisc.svg#beaumarchaisc') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'FuturaMediumC';
	src: url('../style/fonts/futuramediumc.eot'); /* IE 9 Compatibility Mode */
	src: url('../style/fonts/futuramediumc.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../style/fonts/futuramediumc.woff2') format('woff2'), /* Super Modern Browsers */
		url('../style/fonts/futuramediumc.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../style/fonts/futuramediumc.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../style/fonts/futuramediumc.svg#futuramediumc') format('svg'); /* Chrome < 4, Legacy iOS */
}

body {
	background: url(../style/img/hall.jpg) no-repeat;
	background-size: contain;
    background-color: black;
}
.main {
	background: #d9d3cfd9;
    width: 80%;
    max-width: 800px;
    padding: 15px 40px 30px;
    border: double 3px black;
    margin: auto;
}
p, li {
	text-align: justify;
	font-family: FuturaMediumC;
	color: #340404;
}
h1 {
	font-size: 2.5em;
	font-family: BeaumarchaisC;
	text-align: center;
	color: #340404;
}
p.sub {
	text-align: right;
	margin-right: 20px;
}
img {
	margin: auto;
	width: 100%;
}
a {
    color: #973e03;
    font-family: 'FuturaMediumC';
    font-size: 0.8em;
}
a:hover {
    color: #c35b16;
}
a:visited {
	color: #a77351;
}

a.archive, a.archive:hover, a.archive:visited {
    font-size: 1em;
}