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

@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');

header{
	width: 100%;
	height: 146px;
	padding-bottom: 10px;
}

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

nav{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 85px;
	height: 177px;
	padding-top: auto;
	padding-bottom: auto;
}

nav ul{
	padding-left: 300px;
	padding-top: 10px;
}

nav ul li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: auto;
	padding-bottom: auto;
	font-family: 'Lato', sans-serif;
}

nav ul li a {
	text-decoration: none;
	display: block;
}

nav a {
	
}

nav ul li a {
	height: 30px;
	width: 75px;
	padding-top: 15px;
	
}

nav ul li a:hover {
	background-color: #16325a;
	color: white;
	
}

nav a:link {
	color: black;
	text-decoration: none;
}

#banner img{
	width: 100%;
	margin-bottom: 0px;
	display: block;
}

#banner {
	width: 100%;
}

#color-bar {
	background-color: #a32973;
	height: 75px;
}

#color-bar h3 {
	color: white;
	text-align: center;
	line-height: 75px;
	width: 100%;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 20px;
}

#wrapper-white{
	width: 960px;
	height: 430px;
	background-color: #fff;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

#wrapper-white h1{
	font-size: 36px;
	padding-bottom: 30px;
	text-trasform: capitalize;
}

#wrapper-white p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

section{
	width: 580px;
	height: 350px;
	padding-right: 100px;
	margin-top: auto;
	margin-bottom: auto;
}

section p{
	text-size: 16px;
	line-height: 25px;
}

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

#wrapper-white section h1{
	text-transform: uppercase;
}

aside{
	width: 300px;
	height: 350px;
	text-align: center;
	border: solid 3px #16325a;
	margin-top: auto;
	margin-bottom: auto;
}

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

.uppercase {
	text-transform: uppercase;
}

#wrapper-shop{
	height: 400px;
	width: 100%;
	background-color: #f4f3f0;
}

#shop-content {
	column-count: 3;
	column-width: 300px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	
}

.shop-box {
	text-align: center;
}

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

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

.shop-box a {
	background-color: #a32973;
	color: white;
	padding: 10px;
	text-decoration: none;
}

footer{
	width: 100%;
	background-color: #16325a;
	display: inline;
}

#footer-content{
	position: absolute;
	width: 100%;
	background-color: #16325a;
}

#footer-left{
	text-align: left;
	float: left;
	padding-left: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer-right{
	text-align: right;
	float: right;
	padding-right: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}

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

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

