@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');


#header-content {
	width: 960px;
	margin:0 auto;
	
}
nav {
  position: absolute;
  top: 80px;
  right: 0;
  width: 400px;
  height: 50px;
  padding: 8px;
	font-family: 'Goudy Bookletter 1911', serif;*/
}

nav ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block; 
  margin-right: 10px; 
}
nav ul li a {
  display: inline-block; 
  padding: 10px 15px; 
  color: #000; 
  text-decoration: none; 
  border-radius: 5px; 
  margin-right: 10px;
}
nav a:hover {background-color:#16325a; color: white; padding:10px 20px; }
#banner{background-image: url("images/home-banner.jpg");height: 440px;width: 100%;}
#header-content{position: relative;
  width: 800px;
  height: 200px;}
#color-bar{align-content: center;
text-align: center;
	background: #a32973;
	height: 30px;
	color: white;
	padding: 10px 0px;
}
#color-bar h3{align-items: center;
padding: 5px;}

#wrapper-white {
  padding: 50px 100px;
  text-align: left; 
  display: flex;
 width: 960px;
}

#wrapper-white section {
  text-align: left;
	width: 580px;
}
#wrapper-white h1{
	font-size: 36px;
	color: #a32973;
	text-transform: uppercase; padding: 10px 0px;
}

#wrapper-white p {
  text-align: left;
  display: block;
 font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	padding: 10px 0;
}
#wrapper-white aside{
	width: 300px;
	border: #16325a solid;
	text-align: center;
}
aside h2{color: #A32973;
font-size: 25px;
padding: 10px 0px;
font-family: 'Goudy Bookletter 1911', serif;
}

.book-details {
    width: 300px;
    height: 300px;
    border: thin #16325A  
}
.uppercase{text-transform: uppercase;}
.shop-box { width: 900px;
	margin: 0 auto;	
	
}
#wrapper-shop{
	background: #f4f3f0;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
}


#shop-content{
	width: 960px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	font-family: 'Goudy Bookletter 1911', serif;
}
.shop-box{ 
width: 300px;
	margin-left:15px;
	opacity: .7;
	transition: opacity 2s;
	}
/*---TRANSITION---*/
.shop-box:hover{
	opacity: 1.0;
}


#shop-content h3{
font-size: 28px; text-transform: uppercase;
	color: #A32973;
	padding: 5px 0;
font-family: 'Goudy Bookletter 1911', serif;*/
}
#shop-content p{ font-size: 14px; margin-bottom: 10px;line-height: 1.5;}
#shop-content a{text-decoration: none;
color: white;
background-color: #A32973;
padding: 5px;}


footer{
	background-color: #16325a;
	width: 100%; color: white;
	padding: 20px 0px;
}
#footer-content{width: 960px;margin: 0 auto; display: flex; justify-content: space-between;}
footer h3{color: white; font-size: 16px; text-transform: uppercase; font-family: 'Goudy Bookletter 1911', serif;*/ }
footer p{opacity: .70; color: white; font-size: 16px; text-transform: uppercase; line-height: 1.5; }
#footer-left{
	color: white;
	padding: 10px;
	text-align: left;
	
}
#footer-right{
	color: white;
	padding: 10px;
	text-align: right;
	
}
aside {
	
	width: 300px;
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #16325a;
	padding: 20px 14px 14px;
	text-align: center;
}
/*------TRANSITION EFFECTS------*/
aside .book-details:hover{
	opacity: 1;
	transition: linear 1s;
}
.mask{
	width: 328px;
	height: 334px;
	position: absolute;
	top: 0px;
	left: 0px;
	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: #FFFFFF;
	margin-top: 25%;
	opacity: 1;
}

.mask:hover p{font-size: 20px;
	color: white;
	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: 16px 34px;
}
