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

header {
	text-align: center;
}

.header-content {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
	

nav {
	background-color: #ffffff;
	position: absolute; right: 0; 
}

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

#banner {
	width: 100%;
}

#color-bar h3 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

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

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

aside {
	border-color: #16325a;
	border-style: solid;
	border-width: 3px;
	width: 300px;
}

shop-content {
	width: 100%;
}

.shop-box {
	align-content: center;
	background-color: #f4f3f0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 300px;
}

h3 {
	color: #fff;
	font-size: 28px;
	font-family: 'Goudy Bookletter 1911', sans-serif;
	text-transform: uppercase;
}

.p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

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

#footer-content {
	background-color: #16325a;
	column-count: 2;
	width: 960px;
}

#footer-left {
	float: left;
	width: 385px;
}

.h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

#footer-right {
	float: right;
	width: 385px;
}





	
	
	
	
	


	
		

