@charset "UTF-8";
@import url("../../webfonts/Batavia_Regular_2/stylesheet.css");
@import url("../../webfonts/Hanged_Letters/stylesheet.css");
/* CSS Document */
* {
    padding: 0;
    margin-top: 1px;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
body {
    font-family: "Batavia Regular 2";
    font-style: normal;
    font-weight: 400;
    font-kerning: normal;
    background-color: rgba(162,124,158,1.00);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
header {
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: no-wrap;
    background-image: url(../images/headerBG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#headerTitle {
    text-align: center;
    font-size: 4em;
    margin: auto;
    font-weight: 400;
    background-color: rgba(204,203,210,0.55);
    padding: 10px;
    -webkit-box-shadow: 0px 0px 7px 3px #2C2A2A;
    box-shadow: 0px 0px 7px 3px #2C2A2A;
    letter-spacing: 23px;
    font-family: arizonia;
    border-radius: 10px;
    font-style: normal;
}
#headerTitle img {
    -webkit-box-shadow: 10px 10px 21px 3px #2C2A2A;
    box-shadow: 10px 10px 21px 3px #2C2A2A;
    border-radius: 50%;
}
#intro, article {
    border-radius: 10px;
    border-bottom-width: thick;
	border: medium
}
#intro {
    width: 100%;
    height: auto;
    padding: 20px;
    max-width: 980px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 90;
    background-color: rgba(253,251,255,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    border: 10px solid rgba(238,226,194,1.00);
}
#bgMusicBox {
    width: 883px;
    margin: 5px;
    height: auto;
    float: right;
    z-index: 100;
    border: 12px solid rgba(238,226,194,1.00);
    overflow: hidden;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: no-wrap;
    border-radius: 123px;
}
#intro audio {
	width:100%;
	height:27px;
	margin:auto;
}
#allArticles {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;

}
article {
    margin: 20px;
    width: calc(50% - 50px);
    height: auto;
    background-color: rgba(255,255,255,1.00);
    max-width: 800px;
    font-family: inherit;
	border: 12px solid rgba(238,226,194,1.00);
}
.articleContent {
    padding: 5px;
    border-bottom-width: thick;
}
.articleTitle {
	font-size: 2em;
	text-align: center;
	font-family: arizonia;
	font-style: normal;
	font-weight: 400;	
}
.articleContent figure {
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}
figure img {
	width: 100%;
	height: auto;
}
#intro p {
    margin-bottom: 10px;
    margin-top: 4px;
    margin-right: 2px;
}
footer {
	width: 100%;
	padding: 8px;
	height: auto;
	font-size: 0.8em;
	text-align: center;
}

@media screen and (max-width:667px){
	body {
		background-size: auto auto;
	}
	article {
		width:100%;
	}
	header {
		background-size: auto auto;
	}
	#headerTitle {
		font-size: 2em;
	}
	#intro {
		width:calc(100% - 40px);
		margin: 20px;
	}
}
