@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;
	padding-bottom: 50px;
}

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: 300px;
	text-align: center;
	border: solid 3px #16325a;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
}

aside hr {
	width: 90%;
	margin: 20px auto;
	border-top: 1px solid #16325a;
}

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;
}

#wrapper-shop h1 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #a32973;
	font-family: 'Goudy Bookletter 1911', serif;
	padding-top: 30px;
	font-size: 32px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 28px;
	margin-left: 0;
}

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

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

.team {
	text-align: center;
	width: 200px;
}

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

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

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

.team:firsto-of-type {
	margin-right: 25px;
}

.team:nth-of-type(2), team:nth-of-type(3) {
	margin-left: 24px;
	margin-right: 24px;
}

.team:last-of-type {
	margin-left: 25px;
}

.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;
}

/* --------- TRANSITION EFFECTS --------- */

aside .book-details {
	opacity: 1;
}

aside .book-details:hover {
	opacity: 0;
	transition: linear 1s ease-in-out 2s;
}

.mask {
	width: 328px;
	height: 334px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #a32973;
	opacity: 0;
	transition: linear 2s;
}

.mask:hover {
	opacity: 1;
}

.mask h2, .mask p, .mask .learn {
	opacity: 0;
}

.mask:hover h2 {
	font-size: 32px;
	color: #fff;
	margin-top: 25%;
	opacity: 1;
}

.mask:hover p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
	opacity: 1;
}

.mask:hover .learn {
	background-color: #16325a;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 34px;
	padding-right: 34px;
	
}

.picture-hover {
	opacity: 0.7;
}

.picture-hover:hover {
	opacity: 1;
	transition: opacity 2s;
}

#slideshow-wrapper {
	width: 100%;
	height: 441px;
}

#slideshow {
	width: 100%;
	height: 441px;
	overflow: hidden;
	white-space: nowrap;
}

#slideshow img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.circle {
	display: inline-block;
	background-color: lightgrey;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 15px;
}

#circle-nav {
	margin-top: -50px;
	text-align: center;
}






