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

header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

li {
	display: inline;
	margin-right: 50px;
}

nav {
	position: absolute;
	top: 75px;
	right: 50px
}

nav a:link {
	color: #16325a;
	text-decoration: none;
	font-family: 'Goudy Bookletter 1911', serif;
}

nav a:visited {
	text-decoration: none;
}

nav a:hover {
	background-color: #16325a;
	color: #fff;
}

#banner {
	background-image: url("images/home-banner.jpg");
	width: 100%;
	height: 440px;
}

#color-bar {
	background-color: #a32973;
}

#color-bar h3{
	color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#wrapper-white {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

section {
	width: 580px;
	display: inline-block;
}

section h1 {
	font-size: 36px;
	color: #a32973;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
}

section p {
	font-size: 16px;
	color: #000;
	font-family: 'Lato', sans-serif;
}

aside {
	display: inline-block;
	width: 300px;
	border: solid;
	border-width: 3px;
	border-color: #16325a;
}

aside h2 {
	color: #a32973;
	text-align: center;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 36px;
}

aside img {
	padding-left: 75px;
	padding-top: 10px;
}

#wrapper-shop {
	background-color: #f4f3f0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#shop-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.shop-box {
	width: 300px;
	display: inline-block;
	margin-left: 13px;
	vertical-align: top;
}

.shop-box h3 {
	font-size: 28px;
	color: #a32973;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Goudy Bookletter 1911', serif;
}

.shop-box p {
	font-size: 14px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.shop-box a:link {
	color: #fff;
	background-color: #a32973;
	text-decoration: none;
	align-content: center;
	font-family: 'Lato', sans-serif;
	margin-left: auto;
	margin-right: auto;
}

footer {
	background-color: #16325a;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer-left {
	display: inline-block;
}

#footer-right {
	text-align: right;
	display: inline-block;
	float: right;
}

footer h3 {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
}

footer p {
	color: white;
	font-size: 16px;
	opacity: 70%;
	font-family: 'Lato', sans-serif;
}