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

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato:wght@300;400;700&display=swap');

body {
	font-family: 'Lato', sans-serif;
	color: #000;}

h1, h2, h3 {
	font-family: 'Goudy Bookletter 1911', serif;}

.uppercase {
	text-transform: uppercase;}

header {
	width: 100%;
	background: #fff;}

#header-content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;}

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

nav ul li {
	display: inline-block;
	margin-left: 25px;}

nav a {
	text-decoration: none;
	color: #16325a;
	padding: 8px 12px;}

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

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

#color-bar {
	width: 100%;
	background: #a32973;
	padding: 20px 0;
	text-align: center;}

#color-bar h3 {
	color: #fff;
	font-size: 20px;}

#wrapper-white {
	width: 960px;
	margin: 40px auto;
	overflow: hidden;}


section {
	width: 580px;
	float: left;}

section h1 {
	font-size: 36px;
	color: #a32973;
	margin-bottom: 20px;}

section p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;}

.book-details {
	width: 300px;
	float: right;
	border: 3px solid #16325a;
	text-align: center;
	padding: 15px;}

.book-details h2 {
	color: #a32973;
	margin-bottom: 15px;}

#wrapper-shop {
	width: 100%;
	background: #f4f3f0;
	padding: 40px 0;}

#shop-content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;}

.shop-box {
	width: 300px;
	float: left;
	margin-right: 30px;
	text-align: center;}

.shop-box:last-child {
	margin-right: 0;}

.shop-box img {
	display: block;
	margin-bottom: 15px;}

.shop-box h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #a32973;
	margin-bottom: 10px;}

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

.shop-box a {
	display: inline-block;
	background: #a32973;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 14px;}

.shop-box a:hover {
	background: #16325a;}

footer {
	width: 100%;
	background: #16325a;
	padding: 40px 0;}

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

#footer-left,
#footer-right {
	width: 460px;}

#footer-left {
	float: left;}

#footer-right {
	float: right;}

footer h3 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;}

footer p {
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	line-height: 1.6;}