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

.goudy-bookletter-1911-regular {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#header-content {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

nav {
	position: absolute;
	bottom: 20px;
	right: 120px;
}

nav li {
	display: inline-block;
	padding: 10px 20px;
}

nav a {
	font-family: "Goudy Bookletter 1911", serif;
	text-decoration: none;
}

nav a:hover {
	background-color: #16325a;
	color: white;
	padding: 10px;
}

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

#color-bar {
	background-color: #a32973;
	color: white;
	text-align: center;
	padding: 10px;
}

#color-bar h3 {
	font-family: "Goudy Bookletter 1911", serif;
	font-size: 25px;
}

#wrapper-white {
	width: 960px;
	margin: 20px auto;
	display: flex; 
}

section {
	width: 580px;
	padding: 10px 10px;
}

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

section p {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
}

aside {
	width: 300px;
	border: 3px solid #16325a;
	margin-left: auto;
	padding: 10px 10px;
}

aside h2 {
	font-family: "Goudy Bookletter 1911", serif;
	color: #a32973;
	font-size: 25px;
	text-align: center;
	margin: 10px 0;
}

aside img { 
	display: block;
	margin: 0 auto;
	padding: 10px;

}

.uppercase {
	text-transform: uppercase;
}

#wrapper-shop {
	background-color: #f4f3f0;
	margin-bottom: 20px;
	padding: 30px;
}

#shop-content {
	width: 960px;
	margin: 0 auto;
	display: flex;
	text-align: center;
}

.shop-box {
	width: 300px;
	margin-left: 15px;
}

#shop-content h3 {
	font-family: "Goudy Bookletter 1911", serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #a32973;
}

#shop-content a {
	font-family: "Lato", sans-serif;
	text-decoration: none;
	color: #fff;
	background-color: #a32973;
	padding: 5px;
}

#shop-content p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
}

footer {
	width: 100%;
	background-color: #16325a;
	color: #fff;
	padding: 20px 0;
}

#footer-content {
	width: 960px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

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

#footer-right {
	text-align: right;
}

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


