@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');		   /* Title:  font-family: 'Shadows Into Light', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Arizonia');					             /* Title:  font-family: 'Arizonia', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Merienda');					           /* Title:  font-family: 'Merienda', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Indie+Flower');				         /* Title:  font-family: 'Indie Flower', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');		       /* Title:  font-family: 'Gloria Hallelujah', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Fascinate+Inline');		           /* Title:  font-family: 'Fascinate Inline', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Calligraffitti');			              /* Title:  font-family: 'Calligraffitti', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps');		      /* Title:  font-family: 'Bilbo Swash Caps', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Dancing+Script');			       /* Title:  font-family: 'Dancing Script', cursive;*/
/* @import url('https://fonts.googleapis.com/css?family=Abel');						              /* Description: font-family: 'Abel', sans-serif;*/
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap'); */
/* Global Resets */
*:before, *:after {
  box-sizing: inherit;
}
p {
    margin: 1em 0;
}
/* HTML Tags */
body {
  font-family: 'Abel', sans-serif;
  max-width: 1024px;
  width: 95%;
  margin: -30px auto 0 auto;
  background-image: url(../images/Background.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}
header {
  z-index: 999;
  position: fixed;
  top: 0px;
  padding-top: 30px;
  max-width: 1024px;
  width: 95%;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}
.comments {
    margin-top: 50px;
    width: 70%;
    background-color: rgba(255,255,255,0.75);
}
.comment {
    margin: 20px 0;
    text-align: left;
    border-top: 1px solid #DDD;
}
#rating {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 30px;
}
#txt {
    width: 80%;
}
#comment {
    width: 100%;
    height: 80px;
    box-sizing: content-box;
}
#c1 {
    float: left;
}
#c2 {
    float: right;
}
#c3 {
    clear: both;
}
#h3 {
    text-align: left;
    margin-bottom: 5px;
}
#form2 {
    max-width: 700px;
    border: thin solid #000;
    border-radius:  10px;
}
.partners {
    margin-top: 70px;
    font-family: 'Dancing Script', cursive;
    text-align: center;
}
.partners h2 {
    font-weight: normal;
}
.caption { 
/*
    height: 50px;
    width: 18vw;
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
*/
    font-family: 'Abel', sans-serif;
}
.caption p {
    margin-top:5px;
}
.topGraphic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    z-index: 1;
}
header nav {
  width: 99%;
  margin-bottom: 20px;
  text-align: center;
  z-index: 100;
}
header h1 {
  font-family: 'Dancing Script', cursive;
  color: #816412;
  background-color: #FFF;
  width: 95%;
  font-size: 46px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 20px;
}
header h1 img {
    margin-bottom: -10px;
}
#banner {
    margin-top: 10px;
    width: 100%;
    height: auto;
}
.pagebar {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align:  center;
}
.paging {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}
.pg {
    text-decoration: none;
    color: #000;
}
.page {
    display: inline-block;
    height: 22px;
    width: 26px;
    background-color: #f0f0f0;
    padding-top: 3px;
    margin-right: 10px;
    border-radius: 6px;
    cursor: pointer;
}
.page-selected {
    background-color: #D0D0D0;
    cursor:default;
}
.page-disabled {
    color: #B8B8B8;
    cursor:default;
}
main {
  max-width: 1024px;
  width: 97%;
  margin: 580px 10px 50px 10px;
  padding-left: 0px;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
.main {
  max-width: 1024px;
  width: 97%;
  margin: 580px 10px 50px 10px;
  padding-left: 0px;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
p {
  font-family: 'Abel', sans-serif;
  color: #000;
  font-size: 16px;
}
article {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DDD;
}
article h2 {
  font-weight: normal;
  margin-top: 0;
  font-style: italic;
  color: #222;
  text-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 1.0);
}
article h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000;
}
.thumbnail {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 18vw;
    max-width: 210px;
    max-height: 300px;
    margin: 15px;
    cursor: pointer;
}
.thumb img {
    width: 18vw;
    height: 18vw;
    max-width: 210px;
    max-height: 210px;
    object-fit: cover;
    overflow: hidden;
    border: 1px solid #DDD;
    pointer-events: none;
}
.thumb {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.price {
    font-weight: bold;
    float: right;
    text-align: right;
}
.about {
    padding-top: 0;
    padding-bottom: 25px;
    font-size: 17px;
    text-align: left;
}
.left {
    text-align: left;
}
.links {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-right: 30px;
}
.links a {
    display: inline-block;
    margin-left: 30px;
    margin-right: 40px;
}
#l1 {
    margin--top: 20px;
}
#l2, #l3, #l4 {
    margin--top: 10px;
}
footer {
  width: 110%;
  margin: 20px 0 50px 0;
  padding: 0;
}
footer p {
  font-family: Arial, serif;
  font-size: 12px;
  color: #444;
  text-align: center;
  text-shadow: 0px 0px 3px #FFF;
}
footer a {
  text-decoration: none;
}
.footer {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
 }
pinterest {
    display: inline-block;
    float: left;
}
/* Banner-Bubble */
.bubble {
    position: absolute;
    top: 57px;
    right:224px;
    width:180px;
    height: 60px;
    background: #CC1223;
    border: 3px solid #27C31D;
    border-radius: .35em;
}
.bubble h1 {
    font-size: 25px;
    background: rgba(1, 1, 1, 0);
    padding: 2px;
    color: white;
    margin: 0;
    height: 20px;
    text-align: center;
}
.bubble h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    padding: 9px;
    color: white;
    margin: 0;
    height: 20px;
    text-align: center;
}
.bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #CC1223;
    border-right: 0;
    border-top: 0;
    margin-top: -10px;
    margin-right: -20px;
}
/* Dropdown Menu Support */
/*
#b1 {
    width: 60px;
}
#b2 {
    width: 175px;
}
#b3 {
    width: 175px;
}
#b4 {
    width: 175px;
}
#b5 {
    width: 185px;
}
#b6 {
    width: 60px;
}
#b7 {
    width: 150px;
}
*/
.dropbtn {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  color: #000;
  padding: 5px 0px;
  border: none;
  cursor: pointer;
}
.dropbtn a {
  text-decoration: none;
  color: black;
}
.dropdown {
  position: relative;
  max-width:170px;
  display: inline-block;
    margin-right: 20px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 0;
}
.dropdown-content a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #e1f1f8
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  font-weight: 600;
}
.filterbtn {
  min-width: 140px;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
  color: #000;
  margin-top: -5px;
  padding: 3px 15px;
  border: 1px solid #000;
  border-radius: 7px;
  cursor: pointer;
}
.filterbtn a {
  display: inline-block;
  text-decoration: none;
  color: black;
}
.filter button {
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
.filter {
  z-index: 500;
  position: relative;
/*  display: inline-block;*/
  width: 40%;
  margin: 0 auto;
  text-align: center;
    display: none;    /* ****Temporarily Disable***** */
}
.filter-content {
  background-color: #f9f9f9;
  font-family: 'Abel', sans-serif;
  font-weight: normal;
  font-size: 15px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 140px;
  height: 740px;
  display: none;
  z-index: 500;
}
.filter-content {
  background-color: #f9f9f9;
}
.filter-content a {
  color: black;
  padding: 3px 10px;
  text-decoration: none;
  display: block;
}
.filter-content:hover {
  display: block;
}
.filter-content a:hover {
  background-color: #e1f1f8
}
button:hover ~ .filter-content {
  background-color: #f9f9f9;
  display: block;
}
.filter .filterbtn:hover {
  background-color: #DEF;
}
/* Main Page Classes */
article {
  position: relative;
  overflow: hidden;
/*  text-shadow: 0px 0px 3px #FFF;*/
  width: 100%;
}
article h1 {
    margin-top: 0px;
}
.header {
  max-width: 1024px;
  width: 100%;
}
.lastupdate {
  display: inline-block;
  float: right;
  font-family: 'Abel', sans-serif;
  color: #555;
  font-size: 12px;
  font-style: italic;
  margin: 0 20px 0 0;
  padding: 0;
}
.tagline {
  margin-top: 10px;
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  text-align: center;
  font-size: 28px;
}
.tagline1 {
  margin-top: 10px;
  font-family: 'Abel', sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 28px;
}
.jewelry, .scarves, .handbags, .clothes {
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.jewelry {
  top: 0;
  left: 33%;
  width: 30%;
  height: 35%;
}
.scarves {
  top: 39%;
  left: 0;
  width: 50%;
  height: 50%;
}
.handbags {
  top: 40%;
  left: 50%;
  width: 50%;
  height: 50%;
}
.clothes {
  top: 0%;
  left: 0%;
  width: 0%;
  height: 0%;
}
.desc1 {
    text-align: left;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 40px;
    float: none;
  }
.buyallthree {
  text-align: center;
  margin-bottom: 30px;
}
.buyallthree a {
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 18px;
  color: #680710;
  text-decoration: none;
}
.carttext {
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}
.signin {
  position: relative;
  font-family: 'Abel', sans-serif;
  font-size: 17px;
  font-weight: bold;
  float: right;
  margin-top: 12px;
  margin-right: 30px;
  text-decoration: none;
  color: rgb(178, 0, 0);
  z-index: 9999;
}
.welcome {
  font-family: 'Abel', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: italic;
  float: right;
  margin-top: 12px;
  margin-right: 30px;
  text-decoration: none;
  color: #555;
}
.register {
  font-family: 'Abel', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #0334EC;
}
.carticon {
  width: 30px;
  margin-top: 10px;
  float: right;
}
.paypalbutton {
  margin: 15px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: white;
}
.checkbutton {
  margin: 15px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: white;
}
.imobutton {
  margin: 15px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: white;
}
.leftbutton {
  margin: 15px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: white;
}
.addtocart {
  width: 100px;
  float: right;
  margin-right: 10px;
  clear: both;
}
.viewcart {
  width: 95px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  clear: both;
}
.cartclick {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.delete {
  width: 40px;
  font-family: 'Abel', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: darkgray;
}
.delete:hover {
  color: black;
}
.purchase {
  margin-top: 50px;
  text-align: center;
  font-family: 'Abel', sans-serif;
}
.poster {
  position: relative;
  margin-left: 6px;
  margin-bottom: 10px;
  float: left;
  top: 0;
  left: 0;
  width: 50%;
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.67);
  -webkit-transition: height 0.75s;
  -moz-transition: height 0.75s;
  -ms-transition: height 0.75s;
  -o-transition: height 0.75s;
  transition: height 0.75s;
}
.currentcart {
  width: 100%;
  font-family: 'Abel', sans-serif;
  font-size: 16px;
}
.itemdelete {
  text-align: center;
  width: 40px;
}
.itemindex {
  text-align: center;
  width: 40px;
}
.itemimage {
  width: 50px;
}
.itempicture {
  width: 50px;
  margin: 10px;
}
.itemdesc {
  text-align: left;
}
.itemprice {
  text-align: center;
  width: 100px;
}
.itemtotal {
  text-align: right;
  font-weight: bold;
}
.terms {
  text-align: center;
}
.shipto {
  margin-top: 0;
  font-size: 16px;
}
.secure {
  width: 64px;
  height: 64px;
  margin: 0;
}
/* Page Not Found */
#pnf {
  text-align: center;
  margin-top: 50px;
}
/* Contact Form */
#form1 {
  font-family: 'Abel', sans-serif;
  width: 90%;
}
.contactform {
  background-color: #FFF;
  padding: 10px;
  width: 50%;
  margin: 0 20% 0 20%;
}
.formLabel {
  width: 80px;
}
.shiptoform {
  padding: 20px;
  width: 98%;
}
td.label {
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.67);
  background-color: #FFF;
  border-radius: 10px;
  width: 124px;
}
#fname, #lname, #name, #addr1, #addr2, #password, #address, #city, #state, #zip, #phone, #email, #country, #inquiry {
  width: 98%;
}
#nname {
  width: 150px;
}
#submit {
  display: block;
  margin: 10px auto;
}
/* Stickers */
.sticker {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 75px;
  height: 75px;
}
.sticker img {
  width: 100%;
}
.sticker1 {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 125px;
  height: 125px;
}
.sticker1 img {
  width: 100%;
}
/* Slideshow */
.slides {
  display: none;
  overflow: hidden;
}
.slideshowcontrols {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.prev {
  cursor: pointer;
  width: auto;
  padding: 10px;
  margin-top: -10px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  float: left;
}
.next {
  cursor: pointer;
  width: auto;
  padding: 10px;
  margin-top: -10px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  float: right;
}
/* 	Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* 	On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(200, 200, 200, 0.8);
}
/* 	The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  background-color: #BBBBBB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dots:hover {
  background-color: #707070;
}
/* 	Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* 	Sliding animation */
.slider {
  position: relative;
  -webkit-animation-name: slider;
  -webkit-animation-duration: 1.5s;
  animation-name: slider;
  animation-duration: 1.5s;
}
@-webkit-keyframes slider {
  from {
    right: 100%
  }
  to {
    right: 0
  }
}
@keyframes slider {
  from {
    right: 100%
  }
  to {
    right: 0
  }
}

/* 	On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px
  }
}
/* Media Queries */
@media (max-width: 736px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 10px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header h1 {
    font-size: 38px;
    padding-left: 20px;
    width: 96%;
  }
  main {
    max-width: 1024px;
    width: 95%;
    margin: 80px 10px 50px 10px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 22px;
    margin-top: 20px;
  }
  footer {
    font-size: 12px;
  }
}
@media (max-width: 667px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 10px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header h1 {
    font-size: 36px;
    padding-left: 20px;
    width: 96%;
  }
  main {
    max-width: 1024px;
    width: 95%;
    margin: 80px 8px 50px 8px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 22px;
    margin-top: 20px;
  }
  footer {
    font-size: 12px;
  }
  .desc {
    width: 100%;
    font-size: 16px;
    margin-top: 0px;
    float: none;
  }
  .poster {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    float: none;
  }
  .slides {
    width: 95%;
  }
}
@media (max-width: 568px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 10px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header h1 {
    font-size: 32px;
    padding-left: 20px;
    width: 96%;
  }
  main {
    max-width: 1024px;
    width: 95%;
    margin: 80px 8px 50px 8px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  footer {
    font-size: 12px;
  }
  .poster {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    float: none;
  }
  .slides {
    width: 95%;
  }
}
@media (max-width: 480px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 8px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header h1 {
    font-size: 28px;
    padding-left: 20px;
    width: 100%;
  }
  .signin, .welcome {
    font-size: 13px;
  }
  .carttext {
    display: none;
  }
  .carticon {
    width: 18px;
  }
  main {
    max-width: 1024px;
    width: 95%;
    margin: 80px 8px 50px 8px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 20px;
    margin-top: 8px;
  }
  footer {
    font-size: 12px;
  }
  .poster {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    float: none;
  }
  .slides {
    width: 95%;
  }
}
@media (max-width: 414px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 5px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header h1 {
    font-size: 24px;
    padding-left: 10px;
    width: 100%;
  }
  .signin, .welcome {
    font-size: 12px;
  }
  .carttext {
    display: none;
  }
  .carticon {
    width: 15px;
  }
  main {
    max-width: 1024px;
    width: 99%;
    margin: 80px 3px 50px 3px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 18px;
    margin-top: 8px;
  }
  footer {
    font-size: 12px;
  }
  .poster {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    float: none;
  }
  .slides {
    width: 95%;
  }
}
@media (max-width: 375px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 5px;
  }
  header nav ul li a {
    font-size: 14px;
  }
  header h1 {
    font-size: 20px;
    padding-left: 10px;
    width: 100%;
  }
  .signin, .welcome {
    font-size: 12px;
  }
  .carttext {
    display: none;
  }
  .carticon {
    width: 15px;
  }
  main {
    max-width: 1024px;
    width: 99%;
    margin: 80px 3px 50px 3px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 16px;
    margin-top: 8px;
  }
  footer {
    font-size: 10px;
  }
  .poster {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    float: none;
  }
  .slides {
    width: 95%;
  }
}
@media (max-width: 320px) {
  body {
    width: 100%;
    background-size: contain;
  }
  header nav {
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    margin: 5px;
  }
  header nav ul li a {
    font-size: 12px;
  }
  header h1 {
    font-size: 18px;
    padding-left: 10px;
    width: 100%;
  }
  .signin, .welcome {
    font-size: 12px;
  }
  .carttext {
    display: none;
  }
  .carticon {
    width: 15px;
  }
  main {
    max-width: 1024px;
    width: 99%;
    margin: 80px 3px 50px 3px;
  }
  article {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  article h2 {
    font-size: 14px;
    margin-top: 8px;
  }
  footer {
    font-size: 10px;
  }
  .poster {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    height: 100%;
    width: 100%;
    float: none;
  }
  .slides {
    width: 95%;
  }
}