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


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

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

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

#wrapper-white {
  padding: 50px 10.41666666666667%;/*100/960*100*/
  text-align: left; 
  display: flex;
 width: 90%; /*960px*/
}

#wrapper-white section {
  text-align: left;
	width: 60.41666666666667%;/*580px/960px*100*/
}
#wrapper-white h1{
	font-size: 2.25em; /*36px/16*/
	color: #a32973;
	text-transform: uppercase; padding: 10px 0;
}

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

.book-details {
    width: 31.25%; /*300px/960px*100*/
    height: 300px;
    border: thin #16325A  
}
.uppercase{text-transform: uppercase;}
.shop-box { width: 93.75%; /*900px/960px * 100*/
	margin: 0 auto;	
	
}
#wrapper-shop{
	background: #f4f3f0;
	width: 100%; /*960px*/
	margin-bottom: 20px;
	padding: 20px 2.083333333333333%; /* 20/960*100 */
}
#wrapper-shop h1{text-align: center;
color:#A32973;
text-transform: uppercase;
font-family: 'Goudy Bookletter 1911', serif;
font-size: 1.5625em; /*32/16*/
margin-top: 0px;
margin-right: 0;
margin-bottom: 28px;
margin-left: 0;}


#shop-content{
	width: 90%; /*960px*/
	margin: 0 auto;
	display: flex;
	text-align: center;
	font-family: 'Goudy Bookletter 1911', serif;
}
.shop-box{ 
width: 31.25%; /*300px/960px*100*/
	margin-left:1.5625%; /*15/960*100*/
	opacity: .7;
	transition: opacity 2s;
	}
/*---TRANSITION---*/
.shop-box:hover{
	opacity: 1.0;
}
.team:first-of-type {
     margin-right: 8.333333333333333%; /*25/300 * 100*/
}
.team:nth-of-type(2),
.team:nth-of-type(3){
     margin-left: 8%;/*24/300 * 100*/
     margin-right: 8%;/*24/300 * 100*/
}
.team:last-of-type {
     margin-left: 8.333333333333333%;/*25/300 * 100*/
}

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


footer{
	background-color: #16325a;
	width: 100%; color: white;
	padding: 20px 0;
}
#footer-content{width: 90%; /*960px*/
	margin: 0 auto;
	display: flex; justify-content: space-between;}
footer h3{color: white; font-size: 1em; text-transform: uppercase; font-family: 'Goudy Bookletter 1911', serif;*/ }
footer p{opacity: .70; color: white; font-size: 1em; text-transform: uppercase; line-height: 1.5; }
#footer-left{
	color: white;
	padding: 10px  1.041666666666667%; /*10/960 *100*/
	text-align: left;
	
}
#footer-right{
	color: white;
	padding: 10px 1.041666666666667%; /*10/960 *100*/
	text-align: right;
	
}
aside {
	
	width: 31.25%; /*300px/960px*100*/
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #16325a;
	padding: 20px 1.458333333333333% 14px; /*14/960 *100*/
	text-align: center;
}
/*------TRANSITION EFFECTS------*/
aside .book-details:hover{
	opacity: 1;
	transition: linear 1s;
}
.mask{
	width: 100%; /*assumed calculation but was 328px*/
	height: 328px;
	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: 1.5625em; /*32/16*/
	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: 1.25em; /*20/16*/
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 16px 3.541666666666667%; /*34/960px *100*/
}

aside hr {
    width: 90%;
    margin: 20px auto;
    border-top: 1px solid #16325a;
}
#wrapper-white aside{height: auto;}


/*-----SLIDE SHOW----*/
#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.25%; /* 12/960*100*/
	height: 12px;
	border-radius: 50%;
	margin-right: 1.5625%; /* 15/960 *100 */
}
#circle-nav{
	margin-top: -50px;
	text-align: center;
}

#order-content{
	width: 80%;
	margin: 0 auto;
}


table {
  width: 40%;
  border-collapse: collapse;
	border: thin #16325a 1px;
	margin-bottom: 10px;
	
}


th {
  background-color: #16325a;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #16325a;
	color: white;
	
}


tr {
  background-color:white;
	border: 1px solid #000000;
	
}

/* Style the table data cells */
td {
  padding: 8px;
  border: 1px solid #16325a;
	text-align: center;
	
}



/*---Tablet Sizing---*/
@media only screen and (max-width: 1024px) { 
header {text-align: center;}
header img{max-width: 100%; height: 100px;margin:0 auto;}
 nav{width:100%;
	 position: relative;
	 top:0;
	 right:0;
	 height:20px;
	 text-align: center;
	 display: inline-block;
	 margin-bottom:20px;}
nav li{padding: 10px 5%;}
#banner{height:300px;
	min-height: 300px;
	max-width: 100%;}
 .circle{ width: 0.9375%;}
#wrapper-white aside{height: 300px;}
section {padding-right:2%;}
.team{width: 100%;
	margin: 0 auto;}
 #shop-content{display: block;}
#shop-content.theshop{display: block;}
.shop-box{width: 100%;
	margin-bottom: 10px;
	display: block;
	padding-top: 5px;}
.shop-box img{max-height: 120px;
	object-fit: cover;
	min-width: 100%;
	object-position: top;}
#shop-content h3{font-size: 1.75em;
	text-transform: uppercase;
	color:#a32973;}
.team:first-of-type,.team:nth-of-type(2), .team:nth-of-type(3),.team:last-of-type {margin: 0;}
h1{font-size:1.5625em;}
h2{font-size: 1.125em;}

}
/*---phone sizing---*/
@media only all and (max-width:480px){

#header-content {width:100%;}
#header-content img {height: 100px;}
nav{width:100%; 
	margin: 0 auto;
	display:block;
	height:auto;}
nav ul li {display:block;background-color:#A32973; padding:0; margin:0; border-bottom: 2px solid white; width:100%;}
nav ul li a {color: white;}
nav ul li a:hover {color:none; background-color: none;}
#banner{min-height:200px;}
#banner img {height:200px; margin-bottom:0px;}
#wrapper-white{display:block;}
#wrapper-white h1{font-size: 1.75em;}
#wrapper-white p{font-size: 0.75em;}
#wrapper-white section{width: 100%; }
#wrapper-white aside{padding: 0 auto; width:80%; margin:0 auto;}
footer {margin: 0px;}
#footer-content {display: block;}
#footer-left {width: 80%;
margin: 0px auto;
padding: 0;
font-size: 0.83333333333333em;
text-align: center;
}

#footer-right {
  width: 80%;
  margin: 0px auto;
  padding: 10px 0;
  font-size: 0.83333333333333em;
  text-align: center;
  float: none;
}
#wrapper-shop, #shop-content { display:block;
margin-bottom: 10px;
max-width: 100%;}
}