@font-face {
    font-family: 'alice_old_stylesmallcaps';
    src: url('alice_old_style/alice_old_style_smal_caps-webfont.woff2') format('woff2'),
         url('alice_old_style/alice_old_style_smal_caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.sc {
    font-family: 'alice_old_stylesmallcaps';
    font-variant: small-caps;	
}
@font-face {
    font-family: 'alice_old_styleitalic';
    src: url('alice_old_style/aliceoldstyle-italic-webfont.woff2') format('woff2'),
         url('alice_old_style/aliceoldstyle-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
em {
	font-style: normal;
    font-family: 'alice_old_styleitalic';	
}
@font-face {
    font-family: 'alice_old_styleregular';
    src: url('alice_old_style/aliceoldstyle-webfont.woff2') format('woff2'),
         url('alice_old_style/aliceoldstyle-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
}
body {
	font-family: "alice_old_styleregular", "Times", serif;
	padding: 0;
	margin: 0;
	color: white;
	background-color: black;
	font-size: 1.3em;
	font-weight: normal;
    font-style: normal;
    background-image: url(../website_fox.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
p, ul {
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
    font-style: normal;

}
a {
	color: white;
	text-decoration: underline;	
}
h1 {
    font-family: "alice_old_stylesmallcaps", "Times", serif;
    margin-bottom: 5em;
    margin-top: 15em;
    text-align: center;
}
p, h1, h2 {
    width: 50%;
    margin-left: 23%;
    margin-right: 23%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2%;
    padding-right: 2%;
    background-color: rgba(0, 0, 0, 0.3);
}
p {
    margin-bottom: 2em;
}
span.it {
	font-style: normal;
    font-family: 'alice_old_styleitalic';	
}
span.sc {
    font-style: normal;
    font-family: 'alice_old_stylesmallcaps';	

}
hr {
    visible: none;
    margin-top: 4em;
}