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


header{
	
}

#header-content{
	position: center;
    margin-left: 300px;
}
#header-content img{
	
}
#header-content nav{
    position: absolute;
	top: 110px;
    right: 0;
	margin-right: 150px;
	
}
#header-content li {
    display: inline;
	
}

#header-content li a {
  color: BLACK;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#header-content li a:hover {
  background-color: BLACK;
  color: White;
}


#banner{
  background-image: url("images/home-banner.jpg");
  width: auto;
  height: 250px;
	
}

#color-bar{
	background-color: purple;
	text-align: center;
	color: white;
	height: 60px;
	padding-top: 10px;
	font-size: 15px;
}

#wrapper-white{
	margin-top: 50px;
	column-count: 2;
	column-gap: 20px;
	padding-left: 170px;
	padding-right: 170px;
	
}
#wrapper-white section {
	width: 580px;
	float: left;

}
#wrapper-white h1{
	color: purple;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#wrapper-white p{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
aside{
     width: 300px;
     height: 300px;
     float: right;
     position: relative;
     border: 3px solid #16325a;
     padding: 20px 14px 14px;
     text-align: center;
	 margin-top: 80px;
}

.book-details h2 {
		color: purple;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
.book-details img{
	margin-top: 15px;
	margin-bottom: 25px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#wrapper-shop {
	background-color: lightgray;
	margin-top: 30px;
	height: 400px;
	padding-left: 180px;
	padding-right: 170px;
}
#wrapper-shop {
	column-count: 4;
}
#wrapper-shop img{
	margin-top: 70px;
	
}
#shop-content{
	width: 960px;
	margin-right: 50px;
	
}

.shop-box{
	width: 300px;
	opacity: .5;
	transition: opacity 3s;
}
.shop-box:hover{
	opacity: 1.0;
}
.shop-box h3, .team h3{
	margin-top: 15px;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: purple;
}
.shop-box p, .team p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.shop-box a{
	font-size: 14px;
	color: white;
	background-color: purple;
	padding:5px;
	text-decoration: none;
	margin-left: 80px;
	
}
#footer-content{
	column-count: 2;
	background-color: #00008b;
	height: 110px;
	align-content: center;
	
}
#footer-content h3{
	font-size: 16px;
	text-transform: uppercase;
}
#footer-content p{
	font-size: 16px;
	opacity: 70%;
}
#footer-left{
	margin-top: 20px;
	color: white;
	margin-left: 140px;
	float: left;
}
#footer-right{
	margin-top: 20px;
	color:white;
	margin-left; 110px;
	float: right; 
}



/* --------- TRANSITION EFFECTS --------- */
aside .book-details{
	opacity: 1;
}

aside .book-details:hover{
	opacity: 0;
	transition: linear 1s;
}
.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: white;
	opacity: 1;
	margin-top: 25%;
}
.mask:hover p{
	font-size: 20px;
	color: white;
	opacity: 1;
	margin-bottom: 40px;
}
.mask:hover .learn{
	background-color:#16325a;
	font-size: 20px;
	font-family: Lato;
	text-transform: uppercase;
	text-align: center;
	text-decoration:none;
	color: white;
	opacity: 1;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 34px;
	padding-right: 34px;
	
}
aside h2 {
		color: purple;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
aside hr {
    width: 90%;
    margin: 20px auto;
    border-top: 1px solid #16325a;
}

#shop-content h1 {
	text-transform: uppercase;
	color:#ff007f;
	text-align:center;
	font-family:"goudy-bookletter-1911";
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 28px;
	font-size: 32px;
}
.shop-box h3,
.team h3{
     
}
.shop-box p,
.team p{
     
}
.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: lightgray;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	right-margin: 15px;
}
#circle-nav{
	margin-top: -50px;
	text-align: center;
}












