@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
header {
	width: 100%;
	padding: 12px 0;
}

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



nav {
	width: 500px;
	position: absolute;
	bottom: 1px;
	right:5px;
	font-family: 'Lato', sans-serif;

	color:black;
}

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

nav li {
	display: inline-block;
	font-size: 20px;
	text-align: left;
	color:#000;
}


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

nav a:hover {
	color:white;
	padding: 10px 20px 5px;
	background-color: darkblue;
	
}

#banner{
	width:960px;
}
#color-bar{
	font-family: 'Goudy Bookletter 1911', serif;
	font-size:24px;
	width: 100%;
	color: #fff;
	background-color:#a32973;
	text-align: center;
	padding:10px;
	position: relative;

}
#wrapper-white{
	padding-top:40px;
	padding-bottom: 50px;
	background-color: #fff;
    display: flex;
    justify-content: space-between;
	width: 960px;
	margin-left:150px;
}
section {
	width:580px;
    height:340px;
	font-size:16px;
	font-family: 'Lato', sans-serif;

}

#wrapper-white h1{
	text-transform: uppercase;
	font-size:35px;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
}

#wrapper-white p{
	font-size: 16px;
	line-height: 125%;
}

.uppercase{
	 text-transform: uppercase;
}
aside {
	margin-top:10px;
	width: 300px;
	height: 300px;
	border: solid #16325a;
}

aside, img{
	padding-top: 8px;
	text-align: center;
}

aside h2{
	padding-top: 5px;
	font-size: 22px;
	font-family: 'Goudy Bookletter 1911', serif;
 color: #a32973;
}

#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;
    vertical-align: top;
	display: inline-block;
}
.shop-box img{
	padding-bottom: 10px;
	height: 149px;
	width: 300px;
}

.shop-box h3{
	font-family: 'Goudy Bookletter 1911', serif;
	padding-top:3px;
	padding-bottom: 10px;
	font-size: 28px;
	text-transform: uppercase;
	color:#a32973;
}

.shop-box p{
	font-size: 14px;
	line-height: 125%;
	text-align: center;
	padding-top:5px;
	padding-bottom:25px;
	font-family: 'Lato', sans-serif;
}

.shop-box a{
	margin-top: 30px;
	color: #fff;
	background-color: #a32973;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

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

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


footer {
	padding: 30px 0 10px;
	width: 100%;
	font-size: 12px;
	background-color: #16325a;

}

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

footer p {
	font-family: 'Lato', sans-serif;
    opacity:70%;
	color: #fff;
	line-height: 150%;
}

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

#footer-left {
	width: 30%;
}

#footer-left p{
	padding-bottom: 5px;
}

#footer-right p{
	padding-bottom: 5px;
}

#footer-right {
	width: 30%;
	text-align: right;
}
