@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Lato:400,900');

body{
background-color: #fff;
}

header{
background-color: white;
padding: 12px 0px;
width: 100%
}
#header-content{
margin-left: auto;
margin-right: auto;
width: 960px;
position: relative;
}
#header-content img {
height: 146px; 
}
nav{
width: 76.0416667%; /*730px/960px*/
position: absolute;
bottom: 18px;
right: 0;
}
nav ul{
list-style-type: none;
display: block;
text-align: right;
}
nav li{
display: inline-block;
font-family: 'Goudy Bookletter 1911', serif;
font-size: 1.25em; /*20px/16px*/
color: #16325a;
padding: 0 3.125%; /*30/960*/
text-align: left;
}
nav li:last-child {
padding-right: 0;
}
nav a:link {
text-decoration: none;
color: #16325a;
padding: 10px 2.08333333%; /*20/960*/
}
nav a:hover {
background-color: #16325a;
color: white;
padding: 10px 2.08333333%; /*20/960*/
}
#banner {
width: 100%;
height: 441px;
background-image: url("images/home-banner.jpg");
background-repeat: no-repeat;
background-size: cover;
}
#color-bar{
background-color: #a32973;
text-align: center;
padding: 12px 0px;
}
#color-bar h3{
color: #fff;
font-family: 'Goudy Bookletter 1911', serif;
font-size: 1.875em; /*30px/16px*/
margin-bottom: 0;
}
#wrapper-white{
width: 960px; 
background-color: #fff;
margin-left: auto;
margin-right: auto;
padding: 60px 0;
overflow: hidden;
}
main{
padding: 486px 2.08333333% 20px; /*20/960*/
}
section, aside{
margin-bottom: 20px;
}
section{
width: 60.416667%; /*580px/960px*/
float: left;
}
aside{
width: 31.25%; /*300px/960px*/
height: 300px;
float: right;
position: relative;
border: 3px solid #16325a;
padding: 20px 1.45833333% 14px; /*14/960*/
text-align: center;
}
aside .book-details{
opacity: 1;
}
aside .book-details:hover{
opacity: 0;
transition: linear 1s;
}
.mask{
width: 34.1666667%; /*328/300px*/
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: 2em; /*32px/16px*/
color: white;
opacity: 1;
margin-top: 25%;
}
.mask:hover p{
font-size: 1.25em; /*20px/16px*/
color:white;
margin-bottom: 40px;
opacity: 1;
}
.mask:hover .learn{
background-color: #16325a;
color: white;
font-family: 'Lato', sans-serif;
font-size: 1.25em; /*20px/16px*/
opacity: 1;
text-transform: uppercase;
text-align: center;
text-decoration:none;
padding: 16px 3.54166667%; /*34/960*/
}
section h1{
color: #a32973;
text-transform: uppercase;
font-family: 'Goudy Bookletter 1911', serif;
font-size: 2.25em; /*36px/16px*/
margin-bottom: 16px;
}
aside h2{
color: #a32973;
font-family:'Goudy Bookletter 1911', serif;
font-size: 1.75em; /*28px/16px*/
margin-bottom: 18px;
}
p{
font-size: 1em; /*16/16*/
color: #000;
font-family: 'Lato', sans-serif;
margin-bottom: 16px;
line-height: 180%;
}
aside p{
font-size: 1em; /*16/16*/
line-height: 150%;
font-family: 'Lato', sans-serif;
margin-top: 10px;
margin-bottom: 0;
}
.uppercase{
text-transform: uppercase;
}
#wrapper-shop{
width: 100%;
padding: 60px 0;
background-color: #f4f3f0;
overflow: hidden;
}
#shop-content{
width: 960px;
margin-left: auto;
margin-right: auto;
}
.shop-box{
width: 31.25%; /*300px/960px*/
text-align: center;
display: inline-block;
}
.shop-box:first-of-type{
margin-right: 2.70833333%; /*26/960*/
}
.shop-box:last-of-type{
margin-left: 2.70833333%; /*26/960*/
}
.shop-box h3{
color: #a32973;
text-transform: uppercase;
font-family: 'Goudy Bookletter 1911', serif;
font-size: 1.75em; /*28px/16px*/
margin: 18px 0 12px;
}
.shop-box p{
font-size: 0.8125em; /*13px/16px*/
margin-bottom: 24px;
}
.shop-box a{
display: block;
background-color: #a32973;
padding: 10px 6.66666667%; /*20/300*/
font-family: 'Lato', sans-serif;
font-size: .875em; /*14/16px*/
color: #fff;
text-decoration: none;
width: 53.3333333%; /*160/300*/
margin: 0 auto;
}
footer{
padding: 40px 0 30px;
width: 100%;
font-size: 0.75em; /*12/16*/
overflow: hidden;
background-color: #16325a;
}
footer h3{
font-family: 'Goudy Bookletter 1911', serif;
color: #fff;
text-transform: uppercase;
font-size: 1em; /*16/16*/
font-weight: bold;
}
footer p{
font-family: 'Lato', sans-serif;
color: #fff;
opacity: .70;
}
#footer-content{
width: 960px;
margin: 0 auto;
}
#footer-left{
width: 35%;
float: left;
}
#footer-right{
width: 45%;
float: right;
text-align: right;
}
.shop-box img{
opacity: .7;
}
.shop-box img:hover{
opacity: 1.0;
transition: opacity 2s;
}

/*Transition Effects*/
aside hr{
width: 90%;
margin: 20px auto;
border-top: 1px solid #16325a;
}
#shop-content h1{
text-transform: uppercase;
color: #a32973;
font-family: 'Goudy Bookletter 1911', serif;
text-align: center;
font-size: 2em; /*32/16*/
margin-top: 0px;
margin-right: 0px;
margin-bottom: 28px;
margin-left: 0px;
}
.shop-box h3, 
.team h3{

}
.shop-box p,
.team p{

}
.team{
width: 20.8333333%; /*200/960*/
text-align: center;
display: inline-block;
}
.team:first-of-type{
margin-right: 2.60416667%; /*25/960*/
}
.team:nth-of-type(2),
.team:nth-of-type(3){
margin-left: 2.5%; /*24/960*/
margin-right: 2.5%;
}
.team:last-of-type{
margin-left: 2.60416667%; /*25/960*/
}

/*-------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: 1.2%; /*12px, 100%*/
height: 12px;
border-radius: 50%;
margin-right: 1.5%; /*15px, 100%*/
}
#circle-nav{
margin-top: -50px;
text-align:center;
}

@media only screen and (max-width: 1024px) { 
	#header-content{width:100%; text-align: center;}
	nav{
	width: 80%; /*730px/960px*/
	position: relative;
	bottom: 0px;
	right: 0;
		margin: 10px auto;}
	#header-content img{height: 100px;}
	#banner{height:200px;}
	#color-bar h3{
	font-size: .875em; /*40px/16px*/
	padding: 5px 0;}
#wrapper-white{ 
margin: 10px auto;
}

section{
width: 70%; /*580px/960px*/
float:none;
}
aside{
width: 30%; /*400px/960px*/
height: 250px;
margin: 0px;
float:none;
}
	aside img{ 
	display:block;
	margin-left:auto;
	margin-right: auto;
	height: 150px;
	}
.mask{ 
height: 275px;
}
.mask:hover h2{
font-size: 1.375em; /*32px/16px*/
}
.mask:hover p{
font-size: 1em; /*20px/16px*/
margin-bottom: 40px;
}
.mask:hover .learn{
font-size: 1em; /*20px/16px*/
padding: 16px 5%; /*34/960*/
}
section h1{
font-size: 1.625em; /*26px/16px*/
}
aside h2{
font-size: 1.75em; /*28px/16px*/
}
p{
font-size: 0.75em; /*12/16*/
}
aside p{
font-size: 0.75em; /*12/16*/;
padding-bottom: 0.75em;
}
#wrapper-shop h1{
font-size: 1.375em; 
margin: 0px 0px 28px 0px;
	}
#shop-content{
display:block;
}
.shop-box{
width: 100%; /*300px/960px*/
display: block;
margin: 30px 1.6666667px;
}

.shop-box h3, .team h3{
font-size: 1.375em; /*22px/16px*/
}
.shop-box p{
font-size: 0.8125em; /*13px/16px*/
margin-bottom: 10px;
}
.shop-box a{
width: 80%;
}
.shop-box img{
min-width:100%;
object-fit: cover;
max-height: 100px;
object-position: top;
}
footer{
padding: 40px 0 30px;
width: 100%;
font-size: 0.75em; /*12/16*/
}
footer h3{
font-size: 1em; /*16/16*/
font-weight: bold;
}
footer p{
font-family: 'Lato', sans-serif;
color: #fff;
opacity: .70;
}
#footer-content{
width: 80%;
margin: 0 auto;
}
.team{
width: 100%; /*200/960*/
display: block;
}
	.team img{
	display: inline-block;
	padding-top:20px;
	margin: 0 auto;
	}
	
#slideshow-wrapper{
height: 225px;
}
#slideshow{
width: 100%;
height: 225px;
}
#slideshow img{
padding-top: 20px;
display: inline-block;
}
.circle{
width: 0.9375%; /*9px, 960%*/
height: 9px;
}
#circle-nav{
margin-top: -50px;
text-align:center;
}
}
@media only all and (max-width: 480px) { 
#header-content{width:80%;}
	nav{
	width: 100%; /*730px/960px*/ 
	margin: 0px auto;
	background-color:#a32973;}
	
	nav a{ color: fff; display: block;
	border-bottom:1px solid white; 
	padding: 2px 0px;}
	
	nav a:hover{color:none;}
	
	nav li{ margin: 0px;} 
	
	#header-content img{height: 50px;}
	
	#banner{max-height:150px;}
	
	#banner img{height:150px; margin-bottom:0;}
	
	#color-bar h3{
	font-size: 0.833333333333em; /*40px/16px*/
	}
	
#wrapper-white{ 
width:100%;
display: block;
}

section{
display: block;
width: 90%;
margin: 0 auto;
float:none;
}
section h1{ font-size:1em; text-align: center;}
	
aside{
display: block;
width: 90%;
margin: 5px auto;
float:none;
}
	footer{
	text-align:center;
	margin: 0px;
	}
	#footer-content{display:block;}
	#footer-left{ width:80%; margin: 0 auto; padding: 0; font-size: 0.833333333em;}
	#footer-right{float:none; display: block; text-align: center; width: 80%; margin: 0 auto; font-size: 0.833333333em;}
	aside img{ 
	display:block;
	margin-left:auto;
	margin-right: auto;
	height: 150px;
	}
.mask{ 
height: 275px;
}
.mask:hover h2{
font-size: 1.375em; /*32px/16px*/
}
.mask:hover p{
font-size: 1em; /*20px/16px*/
margin-bottom: 40px;
}
.mask:hover .learn{
font-size: 1em; /*20px/16px*/
padding: 16px 5%; /*34/960*/
}
section h1{
font-size: 1.625em; /*26px/16px*/
}
aside h2{
font-size: 1.75em; /*28px/16px*/
}
p{
font-size: 0.75em; /*12/16*/
}
aside p{
font-size: 0.75em; /*12/16*/;
padding-bottom: 0.75em;
}
#wrapper-shop h1{
font-size: 1.375em; 
margin: 0px 0px 28px 0px;
	}
#shop-content{
display:block;
}
.shop-box{
width: 100%; /*300px/960px*/
display: block;
margin: 30px 1.6666667px;
}

.shop-box h3, .team h3{
font-size: 1.375em; /*22px/16px*/
}
.shop-box p{
font-size: 0.8125em; /*13px/16px*/
margin-bottom: 0px;
}
.shop-box a{
width: 80%;
}
.shop-box img{
min-width:100%;
object-fit: cover;
max-height: 100px;
object-position: top;
}
.team{
width: 100%; /*200/960*/
display: block; 
}
	.team img{
	display: inline-block;
	padding-top:20px;
	margin: 0 auto;
	}
	
#slideshow-wrapper{
height: 175px;
}
#slideshow{
width: 100%;
height: 175px;
}
#slideshow img{
padding-top: 20px;
display: inline-block;
}
.circle{
height: 4px;
}
#circle-nav{
margin-top: -50px;
text-align:center;
}







}