@charset "UTF-8";
/* Global Styles*/
article, aside, footer, header, main, nav, section {
	display: block;
}

html, body, h1, h2, h3, ul, li, a, p, 
article, aside, footer, header, main, nav, section {
	padding: 0;
	margin: 0;
}
/*Header*/
.banner {
	background-image: url('lightRose.PNG');
	background-color: #f6f6e1;
	color: #3e2a47;
	font-family: 'Playfair Display', serif;
	font-size: medium;
	font-style: normal;
	padding: 10px 20px;
}
/*Body Structure*/
body {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6d1d1;
	font-family: 'Merriweather', serif;
	font-size: 20px;
	color:#3e2a47;
}
/*navigation*/
nav {
	color: #d8a1a6;
	background-color: #d8a1a6;
	padding: 5px;
	margin-top: 1px;
	
}

li a:hover {
	color: #d14e60;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}
/*page Structure*/
section {
	background-color: #d8a1a6;
	font-family: 'Crimson Pro' serif;
	font-size: medium;
	margin-top: 10px;
	padding: 5px;
	color: #3e2a47;
}

article {
	background-color: #d8a1a6;
	font-family: 'Merriweather', serif;
	margin-top: 5px;
	padding: 10px 15px;
	color: #3e2a47;
	font-size: medium;
	
}

main {
	font-family: 'playfair Display' serif;
	color: #3e2a47;
	width: 640px;
	float: left;
	margin-bottom: 10px;
	background-color: #d8a1a6;
	font-size:medium;
}	

aside {
	background-color: #d8a1a6;
	font-family: 'Playfair Display' serif;
	width: 270px;
	float: right;
	padding: 20px;
	margin-top: 10px;
	color:#3e2a47; 
	font-size: x-large;
	font-style:normal;
}
/*footer*/
footer {
	clear: both;
	background-color: #d8a1a6;
	color: black;
	padding: 5px 20px;
	font-family: 'Playfair Display' serif;
	background-image: url('lightRose.PNG');
	font-size: small;
}
/*forms*/

h2{
	font-family: 'Playfair Display' serif;
	font-size: x-large;
	font-style:normal;
}

h3 {
	font-family: 'Playfair Display' serif;
	font-size: x-large;
	font-style:normal;
}
p{
	font-family: 'Playfair Display' serif;
	font-size: medium;
	font-style:normal;
}
	
/*extras*/

/*documentation*/