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

header {
	background-color: #FFF;
	width: 100%;
	padding: 12px 0;
	
}

body {
	background-color: #FFF;
	
}

h3 {
	color: #A32973;
	text-transform: uppercase;
	
}

nav {
	width: 720px;
	position: absolute;
	bottom: 20px;
	right: 0;
	
}

nav ul {
	display: block;
	text-align: right;
	list-style-type: none;

}

nav li {
	display: inline-block;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 20px;
	color: #16325A;
	padding: 0 30px;
	text-align: left;

}

nav li:last-child {
	padding-right: 0;

}

nav a:link {
	text-decoration: none;
	color: #16325A;
	padding: 10px 20px;

}

nav a:hover {
	background-color: #16325A;
	color: #FFF;
	padding: 10px 20px;

}

#header-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative; 
	
}

#banner {
	width: 100%;
	height: 441px;
	background-image: url("images/home-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;

}

#color-bar {
	background-color: #A32973;
	padding: 12px 0;
	text-align: center;

}

#color-bar h3 {
	color: #FFF;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 30px;
	margin-bottom: 0;

}

#wrapper-white {
	width: 960px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	overflow: hidden;

}

main {
	padding:20px 20px;
}

section, aside {
	margin-bottom: 20px;

}

section {
	width: 580px;
	float: left;

}

aside {
	width: 300px;
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #16325a;
	padding: 20px 14px 14px;
	text-align: center;

}

section h1 {
	color: #A32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 36px;
	margin-bottom: 16px;

}

aside h2 {
	color: #A32973;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 28px;
	margin-bottom: 18px;

}

p {
	font-size: 16px;
	color: #000;
	font-family: 'Lato', sans-serif;
	margin-bottom: 16px;
	line-height: 180%;

}

aside p {
	font-size: 16px;
	line-height: 150%;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	margin-bottom: 0;

}

.uppercase {
	text-transform: uppercase;

}

#wrapper-shop {
	width: 100%;
	padding: 60px 0;
	background-color: #F4F3F0;
	overflow: hidden;

}

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

}

.shop-box {
	width: 300px;
	text-align: center;
	display: inline-block;

}

.shop-box:first-of-type {
	margin-right: 26px;

}

.shop-box:last-of-type {
	margin-left: 26px;

}

.shop-box h3 {
	color: #A32973;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 28px;
	margin: 18px 0 12px;

}

.shop-box p {
	font-size: 14px;
	margin-bottom: 24px;

}

.shop-box a {
	display: block;
	background-color: #A32973;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	width: 160px;
	margin: 0 auto;

}

footer {
	padding: 40px 0 30px;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	background-color: #16325A;


}

footer h3 {
	font-family: 'Goudy Bookletter 1911', serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;

}

footer p {
	font-family: 'Lato', sans-serif;
	color: #FFF;
	opacity: .70;

}

#footer-content {
	width: 960px;
	margin: 0 auto;

}

#footer-left {
	width: 35%;
	float: left;
}

#footer-right {
	width: 45%;
	float: right;
	text-align: right;

}