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

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

/* .goudy-bookletter 1911-regular {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
	
header {
	length: 960px;
	margin: 0 auto;
	position: relative;
}

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

nav li {
	display: inline-block;
	
}

nav a{
	padding: 5px 20px;
	text-decoration: none;
	color: #16325A;
	font-family: "Goudy Bookletter 1911", serif;
	
}

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

#banner {
	background-image: url("../wp-case-study1/images/home-banner.jpg");
	height: 440px;
}

#color-bar{
	background-color: #A32973;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px;
	font-family: "Goudy Bookletter 1911", serif;
}

#wrapper-white {
	width: 960px;
	margin: 40px auto;
	display: flex;
}

section {
	width: 580px;
	padding: 10px 10px;
}

section h1{
	font-size: 36px;
	color: #A32973;
	text-transform: uppercase;
	font-family: "Goudy Bookletter 1911", serif;
}

section p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	font-family: "Lato", sans-serif;
}


.mask {
	width: 328px;
	height: 364px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #A32973;
	opacity: 0;
	transition: linear 2s;
}
aside{
	width: 300px;
	border: 3px solid #16325A;
	padding: 10px 10px;
	position: relative;
}

aside p {
    width: 90%;
    margin: 20px auto;
    text-align:center;
	font-weight: bold;
} 

aside .book-details {
	opacity: 1;
}

.mask:hover {
	opacity: 1;
}
aside .book-details:hover{
	opacity: 0;
	transition: linear 1s;
}


aside h2 {
	text-align: center;
	margin: 10px 0px;
	color: #a32973;
	font-size: 20px;
	font-family: "Goudy Bookletter 1911", serif;
}

.uppercase {
	text-transform: uppercase;
}

aside img {
	display: block;
	margin: 0px auto;
	padding: 10px;
}

#wrapper-shop {
	width: 100%;
	background-color: #F4F3F0;
	padding: 50px 0px;
	
}

#shop-content {
	width: 960px;
	margin: 0 auto;
	display: flex;
}

.shop-box, .team{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#wrapper-shop h3, .team h3 {
	color: #A32973;
	text-transform: uppercase;
	padding: 10px;
	font-size: 28px;
	font-family: "Goudy Bookletter 1911", serif;
}

#shop-content p, .team p{
	text-align: center;
	line-height: 1.5;
	font-size: 0.875em;
	margin: 10px 0 20px 0;
	font-family: "Lato", sans-serif;
}

.shop-box a{
	text-decoration: none;
	background-color: #A32972;
	color: #FFFFFF;
	font-size: 0.875em;
	padding: 5px;
	
	
}

footer{
	background-color: #16325A;
	color: #FFFFFF;
	padding: 20px 0;
}

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

#footer-left{
    width: 40%;
}

#footer-right {
	width: 40%;
	margin-left: 300px;
	text-align: right;
}

#footer-content h3 {
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 5px;
	font-family: "Goudy Bookletter 1911", serif;
}

#footer-content p{
	line-height: 1.5;
	font-family: "Lato", sans-serif;
}


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

.mask:hover h2{
	font-size: 2em;
	color: #FFFFFF;
	margin-top: 25%;
	opacity: 1;
}

.mask:hover p{
	font-size: 1.25em;
	color: #FFFFFF;
	margin-bottom: 40px;
	opacity: 1;
}

.mask:hover .learn{
	background-color: #16325A;
	color: #FFFFFF;
	font-family: "Lato", sans-serif;
	font-size: 1.25em;
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 16 34;
}


#shop-content h1{
	text-transform: uppercase;
	color: #A32972;
	font-family: "Goudy Bookletter 1911", serif;
	text-align: center;
	font-size: 2em;
	margin: 0 0 28 0;
}

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

.team:first-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;
}

/* ---- Slideshow ---- */

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