@charset "UTF-8";/* CSS Document */

header {
	display:flex;
	flex-wrap:wrap;
}

body { 
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 1em;
	color:#100D07;
	margin: 0px;
	background-color:#EAE0D0;
}

#container {
    width: 1220px;
    margin: auto;
    background-color: #F5E2EE;
    padding-top: 25px;
    padding-bottom: 10px;
}

main a:link {
	color: #100D07;
	text-decoration: none;
	}

main a:visited {
	color: #D989BD;
	text-decoration: none;
	}

main a:hover {
	color: #D989BD;
	text-decoration: underline;
}

main a:active {
	color: #D989BD;
	text-decoration: none;
}

h1 {
	color:#100D07;
	font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif; 
	font-size: 2.5em;
	text-align: center;
	width: 100%;
}

img {
    width: 30%;
    height: auto;
    margin: auto;
    border-width: 5px;
    border-style: solid;
	color: #100D07;
}

header p {
    font-size: 1em;
    margin-left: 10px;
    width: 100%;
    text-align: center;
}

main h1 {
	color:#100D07;
	font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
	font-size: 2.5em;
}

#mainP {
	margin-left: 40px;
	margin-right: 40px;
}

main h2 {
    color: #100D07;
    font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
    text-align: center;
	font-size: 2.5em;
}
main ul {
    list-style-type: none;
	margin-right: 40px;
}

aside {
    background-color: #BF9B8E;
    border-top: thick solid #40331C;
    border-bottom: thick solid #40331C;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
aside ul {
    list-style-type: none;
    margin-right: 40px;
}

aside h1 {
	color:#100D07;
	font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
	font-size: 2.5em;
}

aside a:link {
	color:#EAE0D0;
	text-decoration: none;
}

aside a:visited {
	color:#67522D;
}

aside a:hover, aside a:active {
	color:#67522D;
	text-decoration: underline;
}
footer h1 {
	color: #100D07;
	font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
	font-size: 2.5em;
}
footer ul {
    list-style-type: none;
}

footer a:link, footer a:visited {
	color: #100D07;
	text-decoration: none;
}

footer a:hover, footer a:active {
	color:#D989BD;
	text-decoration: underline;
}
