* {
  box-sizing: border-box;
}
body {
  font-family: Arial,New Times Roman,sans-serif;
  margin: 0;
}
/*Header style*/
.header {
  position: relative;
  background-color: #333;
  width: 100%;
  height: 200px;
  background-image: url(../NotePad++/headershot.JPG);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
div.title {
  position: absolute;
  left: 2%;
  bottom: 30%;
  font-family: Segoe Script,Brush Script MT,serif;
  color: white;
}
div.title > h3 {
  font-size: 3.75em;
  color: #ffffff;
}
/*Navbar container*/
.navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: rgb(0,0,0);
  font-family: Courier,Arial,sans-serif;
  border: 1px solid white;
}
/*Styling links inside navbar*/
.navbar > a {
  float: left;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.shpcrt {
  float: right;
  height: 50px;
  margin: 2px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  border: none;
  font-family: Courier,Arial,sans-serif;
}
.shpcrt:hover {
  background-color: #FF00FF;
  color: #FFF;
  border-radius: 4px;
}
.crticon {
  width: 43px;
  height: 43px;
  color: #fff;
}

/*Dropdown container*/
.dropdown {
  float: left;
  font-size: 18px;
}
/*Dropdown buttons*/
.dropdown > .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #000;
  font: inherit; /*important for vert. alignment on phones*/
  margin: 0; /*important for vert. alignment on phones*/
}
/*Navbar links bgc when hovering*/
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #778899;
  margin: 0;
}
/*Dropdown-content (hidden by default)*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #778899;
  width: 100%;
  top: 52px;
  left: 16px;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/*Show dropdown on hover*/
.dropdown:hover .dropdown-content {
  display: block;
  width: 700px;
}
/*Creates three equal cols. that float next to each other*/
.column {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #000;
  height: 250px;
  }
.column h4 {
  color: white;
  text-align: left;
  padding: 10px;
  font-family: Papyrus, Arial, fantasy;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
}
/*Styles links inside cols.*/
.column a {
  float: none;
  color: #FFF0F5;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 3px;
  font-family: Garamond,Brush Script MT,serif;
  font-size: 18px;
}
/*Adding bgc on hover*/
.column a:hover {
  background-color: #778899;
}

#disclmr {
  float: left;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: rgb(0,0,0);
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  border-radius: 3px;
}
#disclmr:hover {
  background-color: red;
}
/*Disclaimer Modal at top*/
.modal {
  display: none;
  position: fixed;
  background-color: rgba(255,255,255,0.3);
  z-index: 1;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;

}
.modal-content {
  background-color: linen;
  font-size: 150%;
  font-weight: bold;
  font-family: Arial Black;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/*Close buttons for top disclaimer Modal*/
.close {
  color: black;
  background-color: linen;
  float: right;
  top: 0;
  right: 0;
  font-size: 26px;
  padding: 5px;
  border: 1px solid black;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: white;
  background-color: #FF0000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

/*HOME PAGE*/
/*Main body styling*/
.row1,.row2,.row3,.row4,.row5 {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: noauto;
}

/*Clear floats after cols*/
.row1:after,.row2:after,.row3:after,.row4:after,.row5:after {
  content: '';
  display: table;
  clear: both;
}

/*main body for Home first row of collections*/
.homerow1 {
  position: relative;
    background-image: url(../NotePad++/ballroom.jpg);
  width: 100%;
  height: 230px;
  padding-bottom: 0;
}
.homerow1 p {
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 150%;
  font-weight: bold;
  top: 35%;
  left: 30%;
  font-family: Lucida Handwriting, Lucida Console, serif;
}
.hr1btn {
  position: absolute;
  left: 33%;
  bottom: 50px;
  color: black;
  background-color: rgba(255,0,255,0.8);
  font-size: 100%;
  font-family: Lucida Handwriting, Lucida Console, serif;
  border-radius: 4px;
  border: none;
  outline: none;
}
.homerow1:hover .hr1btn {
  background-color: #FF00FF;
  color: #FFF;
  font-size: 120%;
  left: 30%;
}
.hr1btn:hover {
  background-color: #FF00FF;
  color: #fff;
}
.homerow2 {
  position: relative;
  background-image: url(../NotePad++/pavement4rsz.jpg);
  width: 100%;
  height: 230px;
  padding-bottom: 0;
}
.homerow2 p {
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 150%;
  top: 35%;
  left: 34%;
  font-family: Lucida Handwriting, Lucida Console, serif;
  font-weight: bold;
}

.hr2btn {
  position: absolute;
  left: 32%;
  bottom: 50px;
  color: black;
  background-color: rgba(255,0,255,0.8);
  font-size: 100%;
  font-family: Lucida Handwriting, Lucida Console, serif;
  border-radius: 4px;
  border: none;
  outline: none;
}
.hr2btn:hover {
  background-color: #FF00FF;
  color: #fff;
}
.homerow2:hover .hr2btn {
  background-color: #FF00FF;
  color: #FFF;
  font-size: 130%;
  left: 30%;
}
.homerow3 {
  position: relative;
  background-image: url(../NotePad++/string-of-pearls3.jpg);
  width: 101%;
  height: 230px;
  padding-bottom: 0;
}
.homerow3 p {
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 175%;
  top: 35%;
  left: 30%;
  font-family: Lucida Handwriting, Lucida Console, serif;
}

#jewelrytitle {
  text-align: center;
}
.hr3btn {
  position: absolute;
  left: 36%;
  bottom: 50px;
  color: black;
  background-color: rgba(255,0,255,0.8);
  font-size: 100%;
  font-family: Lucida Handwriting, Lucida Console, serif;
  border-radius: 4px;
  border: none;
  outline: none;
}
.homerow3:hover .hr3btn {
  background-color: #FF00FF;
  color: #FFF;
  font-size: 130%;
  left: 30%;
}
.hr3btn:hover {
  background-color: #FF00FF;
  color: #fff;
  font-size: 120%;
  left: 36%;
}
.homerow3a {
  position: relative;
  background-image: url(../NotePad++/elegance6rsz2.jpg);
  width: 101%;
  height: 230px;
  padding-bottom: 0;
}
.homerow3a p {
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 175%;
  top: 35%;
  left: 15%;
  font-family: Lucida Handwriting, Lucida Console, serif;
}

#premiumtitle {
  text-align: center;
}
.hr3abtn {
  position: absolute;
  left: 34%;
  bottom: 50px;
  color: black;
  background-color: rgba(255,0,255,0.8);
  font-size: 100%;
  font-family: Lucida Handwriting, Lucida Console, serif;
  border-radius: 4px;
  border: none;
  outline: none;
}
.homerow3a:hover .hr3abtn {
  background-color: #FF00FF;
  color: #FFF;
  font-size: 130%;
  left: 30%;
}
.hr3abtn:hover {
  background-color: #FF00FF;
  color: #fff;
  font-size: 120%;
  left: 36%;
}


/*Second row of photos on Home page*/
.homerow4 {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#img1 {
  position: absolute;
  max-width: 41%;
  height: 450px;
  padding: 10px;
  padding-bottom: 0;
  padding-right: 5px;
  object-fit: cover;
}
#img2 {
  position: absolute;
  max-width: 60%;
  left: 40%;
  height: 450px;
  padding:  10px;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 0;
  object-fit: cover;
}
.img2-container {
  position: relative;
}
.img2-text {
  position: absolute;
  top: 23vw;
  left: 45%;
  color: rgba(255,0,255,0.4);
  font-family: Lucida Handwriting, Lucida Console, serif;
}
/*Third row of photos on Home page*/
.homerow5 {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 520px;
  margin-top: 0;
  padding-top: 10px;
  overflow: hidden;
}
#img3a {
  position: absolute;
  left: 0%;
  max-width: 48%;
  height: 500px;
  padding: 0 10px 0 10px;
  margin: 0;
}
.img3a-container {
  position: relative;
}
.img3a-text {
  position: absolute;
  top: 1vw;
  left: 3%;
  color: rgba(0,0,0,0.4);
  font-family: Lucida Handwriting, Lucida Console, serif;
}
#img3b {
  position: absolute;
  left: 46%;
  max-width: 54%;
  height: 500px;
  padding: 0 10px 0 10px;
}
/*4th row of photos on Home page*/
.homerow6 {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 550px;
  overflow: hidden;
  padding-bottom: 0;
}
#img4 {
  position: absolute;
  left: 0;
  max-width: 51%;
  height: 550px;
  padding: 0 10px 10px 10px;
}
.img4-container {
  position: relative;
}

#img4a {
  position: absolute;
  left: 49%;
  top: 0;
  max-width: 51%;
  height: 550px;
  padding: 0 10px 10px 10px;
}
.img4a-container {
  position: relative;
}
.img4a-text {
  position: absolute;
  top: 24vw;
  right: 5%;
  color: rgba(255,0,255,0.4);
  font-family: Lucida Handwriting, Lucida Console, serif;
}

/*5th row of photos on Home page*/
.homerow7 {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 520px;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}
#img5 {
  position: absolute;
  left: 0%;
  max-width: 48%;
  height: 500px;
  padding: 0 10px 0 10px;
  margin: 0;
}
.img5-container {
  position: relative;
}
.img5-text {
  position: absolute;
  top: 12.5vw;
  left: 7%;
  color: rgba(255,0,255,0.4);
  font-family: Lucida Handwriting, Lucida Console, serif;
}
#img5a {
  position: absolute;
  left: 46%;
  max-width: 54%;
  height: 500px;
  padding: 0 10px 0 10px;
}
.img5a-container {
  position: relative;
}
.img5a-text {
  position: absolute;
  left: 55%;
  top: 20vw;
  color: rgba(0,0,0,0.4);
  font-family: Lucida Handwriting, Lucida Console, serif;
}

/*ABOUTUS PAGE*/
/*Main body text for About Us page*/
.mainabtus {
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 1.3em;
  border-left: 1px solid #FF1493;
  border-bottom: 1px solid #FF1493;
  background-color: rgb(255,240,245);
  padding: 20px;
  color: #FF69b4;
}
/*Aside styling for aboutus*/
.sideabtus {
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  padding: 0;
  margin: 0;
}
.mainabtus h3 {
  text-align: center;
  color: #FF1493;
  font-size: 180%;
  font-weight: bold;
  font-family: Lucida Handwriting, Lucida Console, serif;
  text-shadow: 5px 5px 10px #FF1493;
}
p.aboutus {
  text-indent: 2em;
  color: #FF69B4;
}
p.aboutus:first-letter {
  font-size: 150%;
  font-family: Lucida Handwriting, Lucida Console, serif;
}
p.aboutus:first-line {
  font-size: 150%;
}
/*Aside pictures for aboutus*/
.sidepic1 img {
  width: 100%;
  height: auto;
}
.sidepic2 img {
  width: 100%;
  height: auto;
}
.sidepic3 img {
  width: 100%;
  height: auto;
}
.sidepic4 img {
  width: 100%;
  height: auto;
}
.sidepic5 img {
  width: 100%;
  height: auto;
}
.sidepic6 img {
  display: none;
  width: 100%;
  height: auto;
}
.sidepic7 img {
  display: none;
  width: 100%;
  height: auto;
}
.sidepic8 img {
  display: none;
  width: 100%;
  height: auto;
}
.sidepic9 img {
  display: none;
  width: 100%;
  height: auto;
}
.sidepic10 img {
  display: none;
  width: 100%;
  height: auto;
}

/*Policy and Returns Page*/
.policya,.policyb,.policyc {
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin: 10px;
  padding: 10px;
  font-size: 1.2em;
  background-color: rgba(255,240,245,0.5);
}
.policya h2,.policyb h2,.policyc h2 {
  margin: 15px;
}
.shippol,.rtrnpol,.dis {
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
/*Shopping  Collection Pages*/
.shoptitleheader {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: rgb(0,0,0);
  color: #FFF;
  text-align: center;
}
.shopheaderA,.shopheaderB,.shopheaderC,.shopheaderD,.shopheaderE,.shopheaderF {
  position: absolute;
  left: 40%;
  bottom: 40%;
  font-size: 200%;
  text-decoration: underline;
  font-family: Lucida Handwriting, Lucida Console, serif;
}
.shop1,.shop1a,.shop2,.shop2a,.shop3,.shop4 {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: linen;
}
.shop1>div,.shop1a>div,.shop2>div,.shop2a>div,.shop3>div,.shop4>div {
  position: relative;
  background-color: linen;
  width: 465px;
  height: 300px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 20px;
  overflow: hidden;
}
.shop1>div:hover,.shop1a>div,.shop2>div:hover,.shop2a>div:hover,.shop3>div:hover,.shop4>div:hover {
  outline: 4px solid #FF00FF;
}


/*text for collections pages*/
.shoptxt {
  position: absolute;
  top: 0;
  left: 45%;
  background-color: rgba(255,255,255,0.7);
  color: rgba(0,0,0,0.7);
  font-family: Times New Roman, Tahoma, serif;
  line-height: 1.6;
  font-size: 0.7em;
  margin: 10px;
  padding: 3px;
  width: 50%;
  height: 280px;
}
.shoptxt > h4 {
  text-decoration: underline;
  color: #FF00FF;
  font-size: 105%;
}
#price {
  position: absolute;
  left: 40%;
  bottom: 5%;
  font-size: 120%;
  font-weight: 7;
  font-family: Lucida Handwriting,Lucida Console, serif;
}
/*full-size shop pages*/
.shop1full,.shop2full {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.shop1full:after,.shop2full:after {
  content: '';
  clear: both;
  display: table;
}
.p1, .p2 {
  -webkit-flex: 55%;
  -ms-flex: 55%;
  flex: 55%;
  margin-left: 15px;
  margin-right: 20px;
}
.indivshoppagepic img{
  display: relative;
  margin-left: 9%;
  margin-right: auto;
  margin-top: 15px;
  width: 80%;
}
.indivshoppagepic:hover img {
  outline: 3px solid #FF00FF;
}
#lftthb {
  margin-left: 10%;
  margin-top: 6px;
  height: 7vw;
}
.thbpic {
  width: 9vw;
  height: 7vw;
  margin: 6px;
}
.thbpic:hover,#lftthb:hover {
  outline: 3px solid #FF00FF;
}

/* Slideshow Modal container */
img {vertical-align: middle;}
.modalbtn {
  -ms-display: flex;
  display: flex;
  float: left;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
}
#lftthb {
  margin-left: 80px;
}
#slideModal {
  display: block;
  position: fixed;
  z-index: 1;
  left: 5%;
  top: 3%;
  width: 90%;
  height: 100%;
  overflow: auto;
}
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prevImg, .nextImg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Next button right-positioned and underlines removed */
.nextImg {
  right: 0;
  border-radius: 3px 0 0 3px;
}
a.prevImg,a.nextImg {
  text-decoration: none;
}

/* On hover, add a Fuschia background */
.prevImg:hover, .nextImg:hover {
  background-color: rgba(255,0,255,0.6);
  color: #fff;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.close3 {
  position: absolute;
  top: 0;
  left: 97%;
  font-size: 190%;
  color: #fff;
  cursor: pointer;
  width: 22px;

}
.close3:hover {
  color: #fff;
  background-color: rgba(255,0,0,0.8);
}

/*Text for Product Pages*/
.shop1txt,.shop2txt {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  text-align: center;
  font-family: New Times Roman, Tahoma, serif;
  border: 1px solid #FF00FF;
  margin: 10px 10px 10px 0;
  padding: 5px;
}

.shop1txt h4, .shop2txt h4 {
  font-size: 250%;
  padding: 10%;
  padding-top: 3%;
  font-family: Lucida Handwriting, Lucida Console, serif;
  color: red;
}
.shop1txt p, .shop2txt p {
  text-justify: inter-word;
  text-align: justify;
  padding: 15%;
  padding-bottom: 10%;
  padding-top: 0;
  font-size: 150%;
}
p > span {
  font-weight: bold;
}
#pricecd {
  text-align: center;
  font-family: Lucida Handwriting, Lucida Console, serif;
  height: 5%;
  padding: 5%;
  padding-top: 0;
  font-size: 1.6em;
  font-weight: 7;
  margin-bottom: 15px;
}
form.gotocartbtn  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
.addtobtn:hover {
  outline: 3px solid rgb(255,0,255);
  border-radius: 12px;
}
p.shippingcost {
  display: block;
  width: 55%;
  height: 5%;
  font-size: 90%;
  font-weight: bold;
  margin-left: 25%;
  margin-right: auto;
  margin-top: 10px;
  white-space: nowrap;
}
.successpaybody {
  width: 100%;
  height: 100%;
  background-image: url(../NotePad++/DollPics/IMG_2169rszthb.jpg);
  background-repeat: no-repeat;
  object-position: center;
  object-fit: contain;
  margin-bottom: 0;
  border: 1px solid #FF00FF;
}
.paymessg {
  position: relative;
  width: 50%;
  height: 200px;
  margin-left: 35%;
  margin-right: auto;
  margin-top: 5%;
}
.closebtn {
  margin-left: 15px;
  color: #000;
  font-weight: bold;
  float: right;
  top: 0;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  background-color: rgba(255,240,245,0.5);
}
.closebtn:hover {
  color: red;
  outline: 1px solid red;
}
.paymessg h3 {
  padding-left: 35%;
  padding-top: 10px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  background-color: rgba(255,240,245,0.5);
  box-sizing: border-box;
}
.transcomplete {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  background-color: rgba(255,240,245,0.5);
  text-indent: 1em;
  line-height: 1.6em;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}
#footerhr {
  margin-top: 0;
}

                                            /*FOOTER*/
/*styling for footer*/
hr {
  border-top: 1px solid #000;
}
.footer {
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  clear: both;
  margin-bottom: 0;
  text-align: center;
  background: none;
  width: 100%;
  height: 150px;
  border-top: none;
}
/*icon styling*/
.fticon {
  display: block;
  font-size: 100%;
  width: 220px;
  height: 120px;
  margin-top: 20px;
  padding-top: 20px;
}
.fticon:hover {
  color: #FF00FF;
  font-size: 120%;
}
.info1,.info2 {
  display: block;
  float: right;
  width: 200px;
  height: 50px;
  padding: 0;
  margin: 20px 10px;
  font-size: 100%;
  font-weight: bold;
}
p.email {
  font-size: 90%;
  margin-left: 25px;
}
/*Styling disclaimer button*/
#disclaimer {
  display: block;
  float: left;
  height: 60px;
  margin: 22px;
  padding: 15px;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: #333;
  font-size: 20px;
  color: white;
  text-align: center;
  border-radius: 3px;
}
#disclaimer:hover {
  background-color: #FF0000;
  margin: 22px;
  padding: 15px;
}
/*Disclaimer content box*/
.disclaimer-content {
  height: 100px;
  margin-right: 10px;
}

p.discl {
  display: none;
  float: left;
  background-color: linen;
  font-size: 130%;
  font-weight: bold;
  padding-right: 5px;
  margin: 5px;
  width: 100%;
  height: auto;
  border: 2px solid black;
  border-radius: 3px;
  z-index: 1;
}


                                  /*RESPONSIVE ADJUSTMENTS*/

@media only screen and (max-width: 320px) {
    #slideModal {
      width: 80%;
    }
    .footer {
      -ms-display: flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .fticon {
      font-size: 80%;
    }
    p.tel {
      font-size: 80%;
    }
    p.email {
      padding-left: 10px;
    }
    #lftthb {
      margin-left: 0;
    }
    .thbpic {
      margin-right: 0;
    }
  }

/*Mini screens*/
@media only screen and (max-width: 428px) {
  /*Dropdown menu*/
  .column {
  position: relative;
  float: left;
  width: 100%;
  }
  /*Home Page rows*/
  .row1, .row2, .row3, .row4, .row5, .navbar, .footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  /*Collections headers*/
  .homerow1 {
    position: relative;
    background-image: url(../NotePad++/ballroom.jpg);
  }
  #hr1title {
    left: 33%;
  }
  a > #hr1btn1 {
    position: absolute;
    left: 35%;
  }
  .homerow2 {
    background-image: url(../NotePad++/pavement4rsz.jpg);
  }
  #hr2title {
    left: 36%;
  }
  a > #hr2btn1 {
    position: absolute;
    left: 32%;
  }
  .homerow3 {
    background-image: url(../NotePad++/string-of-pearls3.jpg);
  }
  a > #hr3btn1 {
    left: 30%;
  }
  #jewelrytitle {
    margin-left: auto;
    margin-right: auto;
  }
  .homerow4 {
    background-image: url(../NotePad++/elegance6rsz.jpg);
  }

  /*Home page pictures*/
  .homerow4,.homerow5,.homerow6,.homerow7 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  #img2,#img3a,#img4,#img5a {
    max-width: 100%;
    object-fit: cover;
  }
  .img2-text {
    top: 5px;
    left: 5px;
    color: rgba(255,0,255,1.0);
  }
  #img2,#img5a {
    left: 0;
  }
  .img5a-text {
    position: absolute;
    left: 2%;
  }
  #img1,#img3b,#img4a,#img5 {
    display: none;
  }
  /*Collection Page headers*/
  .shoptitleheader .shopheader {
    left: 31%;
    font-size: 150%;
  }
  /*About Us page removing side pictures*/
  .sideabtus {
    display: none;
    flex-basis: 0;
  }
  /*Individual product pages and thumbpics*/
    /*Product page containers*/
  .p1,.p2 {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
    /*Product page pictures containers*/
  .shop1full,.shop2full {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    /*Thumbnails on product pages*/
  .thumbpic {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thbpic {
    width: 12vw;
    height: 10vw;
    padding: 2px;
    margin-top: 10px;
    margin-right: 20px;
  }
  #lftthb {
    margin-left: 10px;
    margin-top: 12px;
    width: 12vw;
  }

    /*Text panel on product pages*/
  .shop1txt,.shop1pic,.shop2txt,.shop2pic {
    font-size: 75%;
  }
  .shop1txt h4,.shop2txt h4 {
    padding: 10px;
  }
  .shop1txt p,.shop2txt p {
    text-justify: none;
  }
  #slideModal {
    margin-left: 0;
    padding: 0;
    height: auto;
  }
  span.close3 {
    left: 92%;
    font-size: 24px;
  }
  #lftthb {
    margin-left: 0;
    height: auto;
  }
  .thbpic {
    margin-left: 37%;
  }
  a.prevImg,a.nextImg {
    font-size: 22px;
  }
  .numbertext {
    font-size: 12px;
    font-weight: bold;
  }
  .fticon {
    font-size: 80%;
  }
  p.tel {
    line-height: 85%;
    word-break: break-word;
    }
  /*Transaction successful page*/
  .successpaybody {
    width: 100%;
    height: 100%;
    background-image: url(../NotePad++/DollPics/IMG_2169rszthb.jpg);
    background-repeat: no-repeat;
    object-position: center;
    object-fit: contain;
    margin-bottom: 0;
    border: 1px solid #FF00FF;
  }
  .paymessg {
    font-size: 0.9em;
    height: 400px;
    margin-left: 10%;
    background-color: rgba(255,255,255,0.5);
    border-radius: 6px;
  }
  .closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    top: 0;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    background-color: rgba(255,240,245,0.5);
  }
  .closebtn:hover {
    color: red;
    outline: 1px solid red;
  }
  #payfade > h3 {
    margin-left: 0;
    padding-left: 45px;
  }
  /*Footer info*/
  .footer {
    position: relative;
  }
  .fticon {
    position: absolute;
    text-align: center;
    top: 100px;
    width: 50px;
    height: 50px;
    font-size: 65%;
    padding: 0;
    margin: 20px;
    padding-top: 0;
  }
  .fticon:hover {
      font-size: 67%;
      color: #FF00FF;
  }
  .fb {
    top: 160px;
    left: 0;
  }
  .tw {
    top: 160px;
    left: 140px;
  }
  .instgrm {
    top: 230px;
    left: 140px;
  }
  .pntrst {
    top: 160px;
    left: 280px;
  }
  .tumblr {
    top: 230px;
    left: 0;
  }
  .info1 {
    position: absolute;
    top: 230px;
    left: 250px;
    width: 100px;
    height: 30px;
  }
  .info2 {
    position: absolute;
    top: 275px;
    left: 50px;
  }
  p.tel {
    font-size: 75%;
    word-break: none;
    border: none;
  }
  p.email {
    font-size: 75%;
    word-break: none;
  }
  .disclaimer-content {
    z-index: 1;
  }
  p.discl {
      font-size: 130%;
  }
}

/*Large Note Phones*/
@media only screen and (max-width: 810px){

  .homerow1 {
    background-image: url(../NotePad++/ballroom.jpg);
  }
  .hr1label {
    margin-left: auto;
    margin-right: auto;
  }
  p.#hr1title {
    margin-left: auto;
    margin-right: auto;
  }
  a > .hr1btn {
    margin-left: auto;
    margin-right: auto;
  }
  .homerow2 {
    background-image: url(../NotePad++/pavement4rsz.jpg);
  }
  .hr2label {
    margin-left: auto;
    margin-right: auto;
  }
  a > .hr2btn {
    margin-left: auto;
    margin-right: auto;
  }
  .homerow3 {
    background-image: url(../NotePad++/string-of-pearls3.jpg);
  }
  .hr3label {
    margin-left: auto;
    margin-right: auto;
  }
  a > .hr3btn {
    left: 19%;
  }
  .homerow3a {
    background-image: url(../NotePad++/elegance6rsz2.jpg);
  }
  p#premiumtitle {
    left: 20%;
  }
  a > .hr3abtn {
    left: 30%;
  }
  .homerow1 p, .homerow2 p, .homerow3 p {
    left: 25%;
  }
  .dropdown > .dropdown-content {
    max-width: 100%;
  }
  .column {
    position: relative;
    float: left;
    width: 100%;
  }
  .column h4, .column a {
    font-size: 130%;
  }
  #img2,#img3a,#img5a {
    max-width: 100%;
    object-fit: cover;
  }
  #img2,#img5a {
    left: 0;
  }
  #img4 {
    max-width: 100%;
    object-fit: cover;
  }
  #img4a {
    display: none;
  }
  .img2-text > h3 {
    position: absolute;
    left: 5%;
  }
  #img2title {
    top: 50%;
    left: 75%;
  }
  .img5a-text {
    display: none;
    position: absolute;
    left: 15%;
  }
  #img1,#img3b,#img4a,#img5 {
    display: none;
  }
  .sideabtus {
    display: none;
    flex-basis: 0;
  }
  .shoptitleheader p {
    left: 38%;
    font-size: 160%;
  }
  .shop1 > div,.shop2 > div,.shop3 > div {
    width: 100%;
  }
  #lftthb {
    margin-left: 18px;
  }
  #slideModal {
    height: auto;
  }
  .close3 {
    left: 96%;
  }
  .close3:hover {
    color: #fff;
  }
  .paymessg {
    font-size: 0.9em;
    height: auto;
  }
  .paymessg > h3 {
    padding-left: 75px;
  }

}

/*Laptops,Desktops,iPad*/
@media only screen and (max-width: 1020px){
  /*Home Page*/
  .img2-text {
    color: #fff;
    top: 360px;
    left: 330px;
  }
  #img3a {
    max-width: 100%;
    object-fit: cover;
  }
  #img3b {
    display: none;
  }
  #img4 {
    max-width: 100%;
    object-fit: cover;
  }
  #img4a {
    display: none;
  }
  #img5a {
    max-width: 100%;
    object-fit: cover;
    left: 0;
  }
  .img5a-text {
    left: 20%;
  }
  #img5 {
    display: none;
  }
  .img5-text {
    display: none;
  }
  /*Collection Headers*/
  #hr1title,#hr2title,#jewelrytitle {
    margin-left: auto;
    margin-right: auto;
  }
  #premiumtitle {
    left: 4%;
  }
  .hr1btn,.hr2btn,.hr3btn {
    margin-left: auto;
    margin-right: auto;
  }
  .hr3abtn {
    left: 18%;
  }
  .shoptitleheader > p.shopheaderB {
    left: 30%;
  }
  .shoptitleheader > p.shopheaderC {
    left: 35%;
  }
  .shoptitleheader > p.shopheaderD {
    left: 30%;
  }
  .shoptitleheader > p.shopheaderE {
    left: 35%;
  }
  .shoptitleheader > p.shopheaderF {
    left: 30%;
  }
  .collimg {
    flex: 100%;
  }
  /*AboutUs Page*/
  .sidepic6 img,.sidepic7 img {
    display: block;
  }
  .sidepic8 img {
    display: block;
    height: 238px;
  }
  .sidepic9 img {
    display: block;
    height: 240px;
  }
  .sidepic10 img {
    display: block;
    height: 265px;
  }
  /*Footer Settings*/
  .fb,.tw,.instgrm,.pntrst,.tumblr {
    width: 100px;
    height: 50px;
    font-size: 120%;
    padding: 5px;
    margin: 5px;
  }
  p.tel {
    font-size: 80%;
    float: left;
    margin-left: 20px;
  }
  p.email {
    font-size: 80%;
  }
  .fb {
    padding-bottom: 0;
  }
  p.discl {
    font-size: 100%;
  }
  /*Home Page*/
  .homerow4,.homerow5,.homerow6,.homerow7 {
    width: 100%;
  }
  .homerow4>img,.homerow5>img,.homerow6>img,.homerow7>img {
    max-width: 100%;
    height: auto;
  }
  /*Product Page*/
  .thumbpics {
    margin-left: 0px;
  }
  #lftthb {
    margin-left: 40px;
  }
  #slideModal {
    height:   auto;
  }

}
/*Note phones*/
@media only screen and (max-width: 480px) {
  #slideModal {
    margin-left: 0;
    padding: 0;
    height: auto;
  }
  .close3 {
    left: 93%;
    font-size: 18px;
  }
  #lftthb {
    margin-left: 0;
    height: auto;
  }
  .thbpic {
    margin-left: 38%;
  }
  .prevImg,.nextImg {
    font-size: 18px;
  }
  .numbertext {
    font-size: 12px;
  }
  .fticon {
    font-size: 80%;
  }
  p.tel {
    line-height: 85%;
    word-break: break-word;
  }
}
/*Kindles*/
@media only screen and (max-width: 768px) {
  #lftthb {
    margin-left: 28px;
  }
  #slideModal {
    height: auto;
  }
  .close3 {
    left: 96%;
  }
  .close3:hover {
    color: #fff;
  }

}
