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

@import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Lato:400,900');

/* #16325a #a32973 #fff #f4f3f0 #000 */

body 	{
	/*background-color: #fff;*/
	}

header {
	width: 100%;
	}

#header-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 15px;
	padding: 10px;
	}
	
nav {	
	width: 65%;
	position: absolute;
	bottom: 25px;
	right: 0;
	}
	
nav ul {
	display: block;
	text-align: center;
	}
	
nav li {
	display: inline-block;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 26px;
	padding: 0px 20px;
	}

nav a:link {
	color: #16325a;
	text-decoration: none;
	padding: 15px;
	}
	
nav a:hover {
	color: #fff;
	background-color: #16325a;
	}
	
#banner {
	background-image: url("images/home-banner.jpg");
	background-position: center;   
	background-repeat: no-repeat;
	width: 100%;
	height: 441px;
	}
	
#color-bar {
	width: 100%;
	background-color: #a32973;
	}

#color-bar h3 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	}

#wrapper-white  {
	display: flex;
	width: 960px;
	margin: auto;
	padding: 80px;
	background-color: #fff;
	}
	
section {
	width: 580px;
	text-align: left;
	font-size: 16px;
	position: relative;
	padding: 0px;
	}	

section h1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 36px;
	color: #a32973;
	}
	
section p {
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	margin-right: 30px;
	margin-top: 20px;
	}
	
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 {
			opacity: 1;
		}

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

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

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

.mask:hover	{
			opacity: 1;
		}

.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: #fff;
			font-family: "Lato", serif;
			font-size: 20px;
			opacity: 1;
			text-transform: uppercase;
			text-align: center;
			text-decoration: none;
			padding: 16px 34px;
		}

aside h2 {
	text-align: center;
	font-size: 28px;
	color: #a32973
	}	
	
aside img {
	padding: 25px 0px 25px 0px;
	}
	
.uppercase {
	text-transform: uppercase;
	}

.book-details {
	border: 3px solid #16325a;
	padding: 17px;	
	text-align: center;
	position: relative;
	padding: 20px;
	}

.shop-box {
	display: inline-block;
	width: 300px;	
	text-align: center;
	padding: 8px;
	position: relative; 
	}

.shop-box img {
    opacity: 0.7;
    transition: ease 1s;
}


.shop-box img:hover {
    opacity: 1;
}

#wrapper-shop  {
	width: 100%;
	background-color: #f4f3f0;
	position: relative;
	padding: 100px 0px 50px 0px;
	}	
	
#shop-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
						
.shop-box h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 28px;
	color: #a32973;
	padding: 15px 0px 15px 0px;
	}
	
.shop-box p {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	padding: 0px 0px 30px 0px;
	}

.shop-box a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #16325a;
	padding: 15px;
	}
	
footer {
	padding: 30px 0 30px;
	width: 100%;
	height: 80px;
	background-color: #16325a;
	}
	
footer h3 {
	font-family: 'Goudy Bookletter 1911', serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	}
	
footer p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	opacity: .70;
	}
	
#footer-content {
	width: 960px;
	margin: 0 auto;
	}
	
#footer-left {
	width: 400px;
	float: left;
	}
	
#footer-right {
	width: 400px;
	float: right;
	text-align: right;
	}
