@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Lato&display=swap');
body {
  background-color: #fff;
}
#header-content {
  position: relative;
  width: 90%; /*960px*/
  margin-left: auto;
  margin-right: auto;
}
#header-content img {
  margin: 1.0416666666666667%; /*10px / 960px*/
}
nav {
  width: 36.4583333333333333%; /*350px / 960px*/
  position: absolute;
  bottom: 20px;
  right: 15.625%; /*150px / 960px*/
}
nav li {
  display: inline;
  margin: 20px 5.714285714285714%; /*20px / 350*/
}
nav a {
  text-decoration: none;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 1.25em;
}
nav a:hover {
  background-color: #16325a;
  color: #fff;
  padding: 10px 2.857142857142857%; /*10px / 350*/
}
/*The ID's in the HTML code - ID's are utilized one time on each page*/
#banner img {
  height: 441px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#color-bar {
  background-color: #a32973;
}
#color-bar h3 {
  font-size: 1em; /*16 / 16*/
  color: white;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
#wrapper-white {
  width: 90%; /*960*/
  display: flex;
  margin: 40px auto;
}
section {
  width: 52.0833333333333%; /*500px / 960px*/
}
section h1 {
  font-size: 2.25em; /*36px / 16px*/
  font-family: 'Goudy Bookletter 1911', serif;
  color: #a32973;
  text-transform: uppercase;
}
section p {
  font-size: 1em; /*16px / 16px*/
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  margin: 10px .520833333333333%; /*5px / 960*/
}
aside {
  width: 31.25%; /*300px / 960 px*/
  height: 300px;
  border: 3px solid #16325a;
  margin-left: 4.1666666666667%; /*40px / 960px*/
  position: relative;
}
aside h2 {
  text-align: center;
  font-family: 'Goudy Bookletter 1911', serif;
  margin: 20px 6.66666666666667%; /*20 / 300px*/
  color: #a32973;
}
.uppercase {
  text-transform: uppercase;
}
aside img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wrapper-shop {
  background-color: #f4f3f0;
  width: 100%;
}
#wrapper-shop h1 {
  text-transform: uppercase;
  color: #a32973;
  text-align: center;
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 2em; /*32px / 16px*/
  margin: 0px 0px 28px 0px;
}
#shop-content {
  width: 80%; /*960px*/
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
 #shop-content h2 {
  text-align: center;
  font-family: 'Goudy Bookletter 1911', serif;
  margin: 20px 6.66666666666667%; /*20 / 300px*/
  color: #a32973;
}
.shop-box {
  display: inline;
  width: 31.25%; /*300px / 960px*/
  margin: 50px 1.666666666666667%; /*5px / 300px*/
  text-align: center;
}
.team {
  display: inline;
  width: 20.8333333333333333%; /*200px / 960x*/
  text-align: center;
  margin-bottom: 60px;
}
.shop-box h3, .team h3 {
  font-size: 1.75em; /*28px / 16px*/
  text-transform: uppercase;
  color: #a32973;
  margin: 10px 0px;
}
#shop-content .shop-box p {
  margin: 10px 0px 30px 0px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em; /*14px / 16px*/
}
.shop-box a {
  display: block;
  background-color: #a32973;
  color: white;
  text-decoration: none;
  padding: 10px 6.66666666666%; /*20 /300px*/
  margin: 0 auto;
  ;
  width: 53.3333333333%; /*160px / 300px */
}
footer {
  background-color: #16325a;
  font-family: 'Lato', sans-serif;
  padding: 20px 0px;
}
#footer-content {
  width: 80%; /*960*/
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
#footer-content h3 {
  font-size: 1em; /*16px / 16px*/
  color: white;
  text-transform: uppercase;
}
#footer-content p {
  font-size: 1em; /*16px / 16px*/
  color: white;
  opacity: 70%;
  padding-bottom: 10px;
  line-height: 1.5;
}
#footer-left {
  display: inline-block;
  color: #fff;
}
#footer-right {
  display: inline-block;
  color: #fff;
  text-align: right;
  margin-left: 50%; /*300px / 960px*/
}
/*Transitions*/
aside .book-details {
  opacity: 1;
}
aside .book-details:hover {
  opacity: 0;
  transition: linear 1s;
}
.mask {
  width: 109.333333333333333%; /*328px / 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;
  opacity: 1;
  margin-bottom: 40px;
}
.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 10.36585365853659%; /*34px / 328px*/
}
/*Etra Credit - class 2*/
.shop-box img {
  opacity: .75;
}
.shop-box img:hover {
  transition: opacity 2s;
  opacity: 1;
}
.team:first-of-type {
  margin-right: 2.604166666666667%; /*25px / 960px*/
}
.team:nth-of-type(2), .team:nth-of-type(3) {
  margin-left: 2.5%; /*25px / 960px*/
  margin-right: 2.5%; /*25px / 960px*/
}
.team:last-of-type {
  margin-left: 2.604166666666667%; /*25px / 960px*/
}
/* --------- 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: 1%; /*12px 960px*/
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
#circle-nav {
  margin-top: -50px;
  text-align: center;
}
.centerbold {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}




/*--------------ORDER SUMMARY PAGE------------*/
#shop-content.ordersummary {display:block;}
#shop-content.ordersummary h1 {padding-top: 40px; font-family: 'Goudy Bookletter 1911', serif;}
#shop-content.ordersummary h2 {text-align: left; font-size: 1.5em; font-family: 'Goudy Bookletter 1911', serif; width:100%; margin:0;}
#shop-content {padding-bottom: 40px;}


/*Table Information for Order Summary*/
.rightalign{text-align: right; font-weight: normal;}
table {
	border-collapse:separate;
	width:400px;
	margin: 20px 0;
	background-color: #fff;
}

table tr th,
table tr td {
  	border-right: 2px solid #16325a;
  	border-bottom: 2px solid #16325a;
	font-size: 1em; /* 16px / 16 px */
	color: #000;
	font-family: 'Lato', sans-serif;
	text-align:center;
  	padding: 10px;
}
table tr th:first-child,
table tr td:first-child {
  	border-left: 2px solid #16325a;
}
table tr th {
  	background: #16325a;
  	border-top: 1px solid #16325a;
  	text-align: left;
}

/* top-left border-radius */
table tr:first-child th:first-child {
  	border-top-left-radius: 10px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
  	border-top-right-radius: 10px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
  	border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
  	border-bottom-right-radius: 10px;
}

table tr th {
	background-color:#16325a;
	font-weight: bold;
	color: #fff;
}

/*styling for screen dimensions 1024px or smaller*/
@media only screen and (max-width: 1024px) {
  #header-content {
    width: 100%;
    text-align: center;
  }
  #header-content img {
    height: 126px;
  }
  nav {
    width: 80%;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 12px auto 8px;
  }
  nav ul {
    text-align: center;
  }
  #banner {
    min-height: 300px;
  }
.circle {
  width: 0.9375%; /*9px /960px*/
    height: 9px; /*9px /960px*/
}
  #color-bar {
    padding: 6px 0;
  }
  #color-bar h3 {
    font-size: 0.75em; /*12 / 16*/
  }
  section h1 {
    font-size: 1.25em; /*20px / 16px*/
  }
  aside h2 {
    font-size: 1.25em; /*20px / 16px*/
  }
  #shop-content.theshop {
    display: block;
  }
  #shop-content.theteam.team {
    width: 100%;
    margin-bottom: 50px;
    display: inline-block;
  }
  .shop-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
    padding-top: 20px;
  }
  .shop-box img {
    max-height: 120px;
    object-fit: cover;
    min-width: 100%;
    object-position: top;
  }
  .shop-box:first-of-type {
    margin-right: auto;
  }
  .shop-box:last-of-type {
    margin-left: auto;
  }
  .team img {
    display: inline-block;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #slideshow-wrapper, #slideshow {
    height: 300px;
  }
  .shop-box h3, .team h3 {
    font-size: 1em; /*16 / 16*/
  }
  .shop-box p, section p, .team p, #footer-content p {
    font-size: 0.75em; /*12 / 16*/
  }
  #footer-content h3, aside p {
    font-size: 0.75em; /*12 / 16*/
  }
  #footer-right {
    margin-left: 0%;
    padding-left: 17.5%;
  }
  #footer-left {
    margin: 0px;
  }
}
/*styling for screen dimensions 480px smartphones*/
@media only all and (max-width: 480px) {
  #header-content img {
    height: 100px;
  }
  nav {
    width: 100%;
    margin: 5px auto;
    background-color: #a32973;
  }
  nav a {
    color: white;
    display: block;
    border-bottom: 1px solid white;
    padding: 10px 0px;
  }
  nav a:hover {
    color: none;
  }
  nav li {
    margin: 0px;
  }
  #banner {
    min-height: 200px;
  }
  #banner img {
    height: 200px;
    margin-bottom: 0px;
  }
  #wrapper-white {
    display: block;
  }

section {
  width: 80%;
  margin: 10px auto;
}
aside {
  width: 80%;
  margin: 10px auto;
}
footer {
    text-align: center;
  margin: 0px;
}
#footer-content {
  display: block;
}
#footer-left {
  width: 80%;
  margin: 0px auto;
  padding: 0;
  font-size: 0.83333333333333em
}
#footer-right {
  width: 80%;
  margin: 0px auto;
  padding: 10px 0;
  font-size: 0.83333333333333em;
  text-align: center;
  float: none;
}
.shop-box a, .shop-box a {
  font-size: 0.83333333333333em;
}
aside p {
  font-size: 0.83333333333333em;
}
#shop-content.theteam {
  	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  }
	.circle {
  margin-top:10px;
    width: 0.9375%; /*5px /960px*/
    height: 4px; /*2px /960px*/
}
  #slideshow-wrapper, #slideshow {
    height: 150px;
    margin-top:0px;
  }
    #banner {
    min-height: 100px; 
      padding:0px;
  }
}