/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 1:15:06 PM
    Author     : Norm
*/
@import url("https://fonts.googleapis.com/css?family=Italianno");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 1:28:38 PM
    Author     : Norm
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 2:15:54 PM
    Author     : Norm
*/
@import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Open+Sans:400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Open+Sans:400,400i,600,700,800");
.alchemy-narrow .credit-brand, .alchemy .credit-brand {
  font-family: "Major Mono Display", monospace;
  font-weight: 800;
}

.alchemy-narrow .credit-name, .alchemy .credit-name {
  font-family: "Open Sans", sans-serif;
}

.alchemy-narrow .credit-tagline, .alchemy .credit-tagline {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.add-to-cart-button {
  height: 45px;
  width: 150px;
  border: 3px solid darkgray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.add-to-cart-button:hover {
  border: 4px solid black;
}

#dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}

.dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.dropdown-select option .total-price {
  font-weight: bold;
  color: red;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 1:17:13 PM
    Author     : Norm
*/
#header-image {
  width: 100%;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  opacity: 1;
  color: white;
  font-weight: bold;
  /*font-size: 3.75rem 60px;*/
  font-size: 3.75rem;
  font-family: Italianno;
  width: 100%;
}

.banner {
  width: 100%;
  font-family: Italianno;
  font-weight: bold;
  color: #7d4628;
  text-align: left;
  /*padding-left: 30px;*/
  background-color: #e3e3e3;
  display: flex;
  justify-content: space-around;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .banner {
    flex-direction: column;
    align-items: center;
  }
}
.banner .text1 {
  /*border: 3px solid red;*/
  font-family: Italianno;
  font-weight: bold;
  color: #7d4628;
  text-align: left;
  background-color: #e3e3e3;
  font-size: 40px;
}
.banner .text2 {
  /*border: 3px solid red;*/
  color: #480f06;
  font-family: "Open Sans", "Arial Bold";
  align-self: center;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .banner .text2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 500px) {
  .main-full {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .main-full {
    display: none;
  }
}

.main-fullX {
  display: none;
}

@media screen and (min-width: 500px) {
  .main-mobile {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main-mobile {
    display: flex;
  }
}

nav {
  background-color: #4d2e22;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 35px;
  align-items: center;
}
nav a {
  color: white;
  text-align: center;
  text-decoration: none;
}
nav a:hover,
nav .dropdown:hover .dropbtn {
  background-color: #5243d8;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.sticky + .main {
  padding-top: 80px;
}

.sticky + .main-home {
  padding-top: 85px;
}

.sticky + .main-about {
  padding-top: 85px;
}

.sticky + .basic-weaving-class {
  padding-top: 85px;
}

.sticky + .basic-weaving-class-mobile {
  padding-top: 85px;
}

.sticky + .tapestry-weaving-class {
  padding-top: 85px;
}

.sticky + .rigid-heddle-weaving-class {
  padding-top: 85px;
}

.shopping-cart {
  align-self: center;
}
.shopping-cart form img {
  padding-top: 0;
}

.dropdown-content {
  display: none;
  display: none;
  width: 280px;
  position: absolute;
  background-color: #f0f0f0;
  /*min-width: 100px;*/
  padding: 0 15px 0 15px;
  height: auto;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 10px;
}

#inner-dropdown {
  padding-left: 15px;
}

.dropdown-content a {
  width: 100%;
  float: none;
  color: black;
  /*padding: 12px;*/
  text-decoration: none;
  display: block;
  text-align: left;
  height: auto;
  padding-bottom: 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.statement-parent {
  width: 100%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  color: #707070;
}
.statement-parent .statement-heading {
  font-size: 28px;
  text-align: center;
}
.statement-parent .statement {
  /*background-color: lightyellow;*/
  font-family: "Times New Roman", Times, serif;
  height: auto;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .statement-parent .statement {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.statement-parent .signature {
  /*background-color: lightgreen;*/
  width: 40%;
  padding-top: 0px;
  height: auto;
  font-size: 0.9rem; /*1.375rem*/ /*22px*/
  text-align: right;
}

@media only screen and (max-width: 525px) {
  header nav {
    /*padding-right: 20px;*/
    justify-content: space-around;
  }
  header nav .menu-item a {
    font-size: 16px;
  }
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 525px) {
  header nav {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 450px) {
  nav a {
    font-size: 1.25rem;
    font-size: 16px;
    padding: 6px;
    padding-left: 6px;
  }
  .menu-item form {
    padding-top: 3px;
    padding-left: 6px;
  }
}
@media only screen and (min-width: 600px) {
  #header-image {
    background: url("../images/phyllis_title_cropped.jpg") no-repeat;
    opacity: 1;
    background-position: center bottom;
    width: 100%;
    background: url("../images/phyllis_title_cropped.jpg") no-repeat center center/cover;
  }
}
@media only screen and (max-width: 600px) {
  #header-image {
    background: url("../images/phyllis_title_cropped.jpg") no-repeat;
    background-position: center top;
  }
}
@media only screen and (max-width: 1000px) {
  #about-image {
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1000px) {
  #about-image {
    background-image: url("../images/about_image_p.jpg");
  }
}
@media only screen and (max-width: 525px) {
  header nav {
    /*padding-right: 20px;*/
    justify-content: space-around;
  }
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  header nav {
    /*padding-right: 20px;*/
    justify-content: space-around;
  }
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 525px) {
  header nav {
    justify-content: space-around;
  }
}
.card {
  -ms-perspective: 150rem;
  -o-perspective: 150rem;
  perspective: 150rem;
  position: relative;
  border-radius: 3px;
}
.card__side {
  color: black;
  font-size: 2rem;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  overflow: hidden;
}
.card__side--front {
  z-index: 1;
}
.card__side--back {
  transform: rotateY(180deg);
  z-index: -1;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 1:34:19 PM
    Author     : Norm
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 2:15:54 PM
    Author     : Norm
*/
.alchemy-narrow .credit-brand, .alchemy .credit-brand {
  font-family: "Major Mono Display", monospace;
  font-weight: 800;
}

.alchemy-narrow .credit-name, .alchemy .credit-name {
  font-family: "Open Sans", sans-serif;
}

.alchemy-narrow .credit-tagline, .alchemy .credit-tagline {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.add-to-cart-button {
  height: 45px;
  width: 150px;
  border: 3px solid darkgray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.add-to-cart-button:hover {
  border: 4px solid black;
}

#dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}

.dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.dropdown-select option .total-price {
  font-weight: bold;
  color: red;
}

.footer-small2 {
  display: none;
}

.footer {
  font-family: verdana;
  font-size: 0.75rem;
  color: #ffffff;
  width: 100%;
  margin-left: 2px;
  background-color: #4d2e22;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
.footer .footer-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 600px) {
  .footer .footer-block {
    flex-direction: column;
  }
}
.footer .footer-block .footer-text-block {
  outline: 3px solid red;
}
.footer .footer-block .footer-text-block .footer-text {
  outline: 3px solid red;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 5px;
}
@media screen and (max-width: 600px) {
  .footer .footer-block .footer-text-block .footer-text {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .footer .footer-block .footer-text-block .footer-text {
    padding-left: 15px;
  }
}
.footer .footer-block .footer-text-block .footer-text li {
  list-style: none;
}
.footer .footer-block .footer-text-block .footer-small-links {
  outline: 3px solid red;
  margin-top: 55px;
}
.footer .footer-block .footer-link-block {
  outline: 3px solid red;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  resize: none;
  margin-right: 2px;
}
@media screen and (max-width: 600px) {
  .footer .footer-block .footer-link-block {
    width: 100%;
    margin: 0 auto;
  }
}
.footer .footer-block .footer-link-block .map {
  justify-self: start;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}
.footer .footer-block .footer-link-block .map iframe {
  justify-self: start;
  width: 80%;
  width: 150px;
  height: 130px;
  position: relative;
  top: -20px;
}
.footer .footer-block .footer-link-block .main-weaver {
  font-family: "Italianno";
  font-size: 1.5625rem;
}
.footer .footer-block .footer-link-block img {
  height: 25px;
  width: 30px;
}

.phone-number-title {
  font-size: 1.25rem;
  font-weight: bold;
}

#footer-links {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.footer-small .footer-row-sm1 {
  display: flex;
  justify-content: space-between;
}

.title-sm {
  font-family: Italianno;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
}

.footer-text-sm {
  padding-left: 20px;
}

.footer-row-sm1 iframe {
  width: 85px;
  height: 85px;
  padding-right: 30px;
}

.footer-links-sm {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10px;
}

.footer-text .title h2 {
  /*border: 0px solid red;*/
  font-family: Italianno;
  font-size: 1.875rem;
}

.back-to-top {
  text-align: right;
}

.footer-text .title {
  /*border: 3px solid white;*/
  line-height: 25%;
  font-size: 3.125rem;
}

.footer-text {
  /*border: 3px solid white;*/
  font-size: 10px;
}

.footer-text .Phyllis-Leck {
  /*border: 3px solid white;*/
  font-weight: normal;
  font-size: 0.9375rem;
  padding-left: 20px;
}

.map {
  padding-top: 20px;
}

#footer-links {
  padding-bottom: 20px;
}

.newsletter {
  /*border: 3px solid red;*/
  color: white;
}

.newsletter a {
  /*border: 3px solid red;*/
  color: white;
  width: 100%;
  font-size: 1rem;
}

.footer-small-links {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-top-line {
  outline: 3px solid red;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  font: normal normal normal 56px/70px Italianno;
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 1:34:19 PM
    Author     : Norm
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 25, 2018, 2:15:54 PM
    Author     : Norm
*/
.alchemy-narrow .credit-brand, .alchemy .credit-brand {
  font-family: "Major Mono Display", monospace;
  font-weight: 800;
}

.alchemy-narrow .credit-name, .alchemy .credit-name {
  font-family: "Open Sans", sans-serif;
}

.alchemy-narrow .credit-tagline, .alchemy .credit-tagline {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.add-to-cart-button {
  height: 45px;
  width: 150px;
  border: 3px solid darkgray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.add-to-cart-button:hover {
  border: 4px solid black;
}

#dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}

.dropdown-select {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.dropdown-select option .total-price {
  font-weight: bold;
  color: red;
}

.footer-small2 {
  display: none;
}

.footer4 {
  margin: 0 auto;
  font-family: verdana;
  font-size: 0.75rem;
  color: #ffffff;
  width: 100%;
  height: 287px;
  height: auto;
  background-color: #4d2e22;
}
.footer4 .footer4-container {
  width: 70%;
  max-width: 1000px;
  height: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  display: grid;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  grid-template-areas: " smallLinks logo logo mapText  " " smallLinks logo logo mapText  " " smallLinks logo logo map " " links address address map  " " links shipping shipping map " " alchemy alchemy alchemy alchemy ";
}
@media screen and (max-width: 1200px) {
  .footer4 .footer4-container {
    width: 90%;
    margin: 0 auto;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container {
    grid-template-areas: "logo " "address" "shipping" "smallLinks" "mapText" "map" "links" "alchemy";
    justify-content: center;
  }
}
.footer4 .footer4-container .footer4-box {
  min-width: 200px;
  width: 100%;
}
.footer4 .footer4-container .footer4-text-block {
  outline: 3px solid red;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer4 .footer4-container .footer4-text-block {
    width: 90%;
    margin: 0 auto;
  }
}
.footer4 .footer4-container .footer4-address {
  grid-area: address;
  text-align: center;
  text-align: center;
  font: normal normal normal 14px/18px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer4-address {
    padding-bottom: 15px;
  }
  .footer4 .footer4-container .footer4-address .footer4-address-address {
    display: block;
  }
}
.footer4 .footer4-container .footer4-shipping {
  grid-area: shipping;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font: normal normal normal 14px/18px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer4-shipping {
    width: 80%;
  }
  .footer4 .footer4-container .footer4-shipping .footer4-check-out {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .footer4 .footer4-container .footer4-shipping {
    width: 90%;
  }
}
.footer4 .footer4-container .footer4-logo {
  grid-area: logo;
  align-items: center;
  padding-top: 27px;
  text-align: center;
  font: normal normal normal 47px/59px Italianno;
  letter-spacing: 0.94px;
  color: #ffffff;
  opacity: 1;
  line-height: 0.8;
  padding-top: 27;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer4-logo {
    margin-bottom: 20px;
  }
}
.footer4 .footer4-container .footer4-logo .footer4-phyllis {
  text-align: center;
  font: normal normal normal 20px/24px Helvetica;
  letter-spacing: 0px;
  color: #fdfdfd;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer4-logo .footer4-phyllis {
    display: none;
    margin-bottom: 20px;
  }
}
.footer4 .footer4-container .footer4-map-text {
  grid-area: mapText;
  text-align: center;
  align-self: end;
  padding-top: 40px;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer4-map-text {
    display: none;
  }
}
.footer4 .footer4-container .footer4-map {
  grid-area: map;
  text-align: center;
  align-self: start;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer4 .footer4-container .footer4-map iframe {
  text-align: center;
  width: 80%;
  width: 150px;
  height: 130px;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer4-map iframe {
    width: 180px;
    height: 180px;
  }
}
.footer4 .footer4-container .footer4-spacer {
  grid-area: spacer;
}
.footer4 .footer4-container .footer-small-links {
  grid-area: smallLinks;
  align-items: end;
  height: 25px;
  padding-top: 35px;
  justify-content: space-around;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer-small-links {
    margin: 0 auto;
    width: 40%;
    margin-top: 0;
    padding-top: 15px;
  }
}
.footer4 .footer4-container .footer-links {
  grid-area: links;
  text-align: center;
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  margin-top: -25px;
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer-links {
    padding-top: 25px;
  }
}
@media screen and (max-width: 700px) {
  .footer4 .footer4-container .footer-links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .footer4 .footer4-container .footer-links {
    width: 100%;
    margin: 0 auto;
  }
}
.footer4 .footer4-container .footer-links .main-weaver {
  font-family: "Italianno";
  font-size: 1.5625rem;
}
.footer4 .footer4-container .footer-links img {
  height: 37.5px;
  width: 45px;
}
.footer4 .footer4-container .footer4-alchemy {
  grid-area: alchemy;
  height: 32px;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
}
.footer4 .footer4-container .footer4-alchemy a {
  text-align: center;
  font: normal normal normal 14px/16px Helvetica;
  letter-spacing: 0px;
  color: #b1dbf7;
  opacity: 1;
  width: 100%;
  text-align: center;
  font: normal normal normal 14px/16px Helvetica;
  letter-spacing: 0px;
  color: #b1dbf7;
  opacity: 1;
}

.phone-number-title {
  font-size: 1.25rem;
  font-weight: bold;
}

#footer-links {
  width: 80%;
}

.title-sm {
  font-family: Italianno;
  font-size: 1.25rem;
}

.footer-text-sm {
  padding-left: 20px;
}

.footer-row-sm1 iframe {
  width: 85px;
  height: 85px;
  padding-right: 30px;
}

.footer-text .title h2 {
  /*border: 0px solid red;*/
  font-family: Italianno;
  font-size: 1.875rem;
}

.back-to-top {
  text-align: right;
}

.footer-text .title {
  /*border: 3px solid white;*/
  line-height: 25%;
  font-size: 3.125rem;
}

.footer-text {
  /*border: 3px solid white;*/
  font-size: 10px;
}

.map {
  padding-top: 20px;
}

#footer-links {
  padding-bottom: 20px;
}

.newsletter {
  /*border: 3px solid red;*/
  color: white;
}

.newsletter a {
  /*border: 3px solid red;*/
  color: white;
  width: 100%;
  font-size: 1rem;
}

.footer-small-links {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 900px) {
  .contact-block {
    flex-direction: row;
  }
  .contact-image {
    /*width: 80%;*/
    position: relative;
    top: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .contact-block {
    flex-direction: column;
  }
  .contact-container .form-container {
    padding: 25px;
  }
}
@media only screen and (min-width: 900px) {
  .large-screen {
    display: flex;
  }
  .small-screen {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .large-screen {
    display: none;
  }
  .small-screen {
    display: flex;
  }
}
@media only screen and (min-width: 900px) {
  .about-container {
    display: flex;
  }
  /*.about-container-mobile, about-mobile-block1, about-mobile-block1a, about-mobile-block2, about-mobile-block2a, about-mobile-block3 {*/
  .about-container-mobile {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .about-container {
    display: none;
  }
  /*.about-container-mobile, about-mobile-block1, about-mobile-block1a, about-mobile-block2, about-mobile-block2a, about-mobile-block3 {*/
  .about-container-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  .footer-small {
    display: flex;
  }
  .footer-large {
    display: none;
  }
  .shawls-block .image1 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .shawls-block .image2 {
    position: absolute;
    top: 400px;
    left: 0px;
    z-index: 10;
    border: 6px solid white;
  }
  .index-mobile-shawls,
  .index-mobile-decor,
  .index-mobile-etsy {
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .index-mobile-shawls-text {
    position: absolute;
    top: 150px;
    left: 15px;
    z-index: 10;
    text-decoration: none;
  }
  /*  .index-mobile-shawls-text:hover {
    font-weight: bold;
    font-size: 3rem;
  }*/
  .index-mobile-etsy-text {
    position: absolute;
    top: 105px;
    left: 30px;
    z-index: 10;
    text-decoration: none;
  }
  .index-mobile-decor-text {
    position: absolute;
    top: 250px;
    left: 100px;
    z-index: 10;
    text-decoration: none;
  }
  .index-mobile-hover:hover {
    font-weight: bold;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 800px) {
  .footer-small {
    display: none;
  }
  .footer-large {
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  .pop-out-swag-container {
    display: flex;
  }
  .pop-out-swag-container-mobile {
    display: none;
  }
  .header-image {
    background-image: url("../images/phyllis_title_cropped.jpg");
  }
}
@media only screen and (max-width: 600px) {
  .pop-out-swag-container {
    display: none;
  }
  .pop-out-swag-container-mobile {
    display: flex;
  }
  .header-image {
    background-image: url("../images/header_M.jpg");
  }
}
html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Open Sans";
}

.copy-and-image {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  /*border: 3px solid red;*/
}

main .early-american-life {
  margin: 0 auto;
  width: 50%;
  text-align: left;
  font: italic normal normal 20px/23px Times New Roman;
  letter-spacing: 0px;
  color: #7d4628;
  margin-bottom: 25px;
}
main .early-american-life .trad-american-cratfs {
  font: normal normal bold 20px/23px Times New Roman;
}

.copy-block {
  /*border: 0px solid red;*/
  background-color: #e3e3e3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 0px solid red;
  font-family: "Open Sans";
  color: #000000;
  font-weight: 300;
  font-size: 2.5rem;
}
.copy-block .content-text-block .free-shipping {
  text-align: left;
  font: italic normal 600 20px/27px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
}

.sold-out {
  font-size: 32px;
  font-weight: bold;
  color: red;
}

.content-text-block {
  margin-top: 20px;
  width: 100%;
  font-size: 0.9375rem;
}
.content-text-block #personal-message-label, .content-text-block #personal-message-input {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

.heading-row {
  text-align: center;
  color: #4d2e22;
  text-decoration: none;
}

.small-heading-row {
  /*border: 3px solid red;*/
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  color: #4d2e22;
  align-self: flex-start;
}

.small-heading-row-centered {
  /*border: 3px solid red;*/
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4d2e22;
  align-self: center;
}

.large-heading-row {
  /*border: 3px solid red;*/
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: #4d2e22;
  align-self: center;
}

.image-block {
  overflow: visible;
  width: 300px;
  text-align: center;
}

.image-block a:hover {
  font-weight: bold;
  font-size: 1.1rem;
}

a {
  text-decoration: underline;
}

.description-and-price {
  width: 100%;
  min-width: 20%;
  display: flex;
  justify-content: space-between;
}

.product-block {
  outline: 3px solid green;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.product-block .left-justify {
  text-align: left;
}

.add-to-cart-button {
  display: flex;
  /*border: 3px solid blue;*/
  justify-self: flex-end;
  cursor: pointer;
}

.add-to-cart-dropdown {
  display: flex;
  justify-content: flex-end;
}
.add-to-cart-dropdown form .button-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.add-to-cart-dropdown form .dropdown-select-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.add-to-cart {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}
.add-to-cart form {
  padding-left: 0;
  margin-top: 0px;
}
.add-to-cart form .gift-wrapping {
  font-weight: bold;
}
.add-to-cart form .button-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.add-to-cart .gift-msg-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.add-to-cart .add-to-cart-button {
  position: relative;
}

.heading-rows {
  position: relative;
  top: 170px;
  text-decoration: none;
}
.heading-rows .small-heading-row {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.spacer {
  height: 30px;
}

.spacer30 {
  height: 30px;
}

.spacer20 {
  height: 20px;
}

.spacer10 {
  height: 10px;
}

/*.dev {
  display: inline;
  display: none;
}*/
.price {
  font-weight: bold;
  padding-right: 7px;
}

.small-heading-row-left {
  /*border: 3px solid red;*/
  padding-right: 120px;
}

.has-insert {
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
}

.image1 {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1;
}

.image2 {
  position: absolute;
  top: 400px;
  left: 6px;
  z-index: 2;
  border: 6px solid white;
}

.dev {
  /*display: inline;*/
  display: none;
}

.image-block a:hover {
  font-weight: bold;
  font-size: 1.1rem;
}

.alchemy {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d2e22;
  color: #957a2b;
  color: #957a2b;
}
.alchemy a {
  text-decoration: underline;
  color: #957a2b;
}
.alchemy .credit-brand {
  font-size: 18px;
}
.alchemy .credit-name {
  font-size: 16px;
}
.alchemy .credit-tagline {
  font-size: 14px;
  text-align: center;
}

.alchemy-narrow {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4d2e22;
  color: #957a2b;
  color: #957a2b;
}
.alchemy-narrow a {
  text-decoration: underline;
  color: #957a2b;
}
.alchemy-narrow .credit-brand {
  font-size: 18px;
}
.alchemy-narrow .credit-name {
  font-size: 16px;
}
.alchemy-narrow .credit-tagline {
  font-size: 14px;
  text-align: center;
}

body {
  margin: 0 auto;
}

.main-home {
  margin: 0 auto;
  width: 99%;
  border: 1px solid #707070;
  opacity: 1;
  position: relative;
}
.main-home #header-image img {
  position: absolute;
  left: 75%;
  transform: translateX(-100%);
  top: 45%;
}
@media screen and (max-width: 600px) {
  .main-home #header-image img {
    left: 90%;
    top: 50%;
    width: 50%;
    min-width: 200px;
  }
}
@media screen and (max-width: 350px) {
  .main-home #header-image img {
    top: 70%;
  }
}
.main-home .early-american-life {
  margin: 0 auto;
  width: 50%;
  text-align: left;
  font: italic normal normal 20px/23px Times New Roman;
  letter-spacing: 0px;
  color: #7d4628;
  margin-bottom: 25px;
}
.main-home .early-american-life .trad-american-cratfs {
  font: normal normal bold 20px/23px Times New Roman;
}
@media screen and (max-width: 1000px) {
  .main-home .early-american-life {
    width: 70%;
  }
}
@media screen and (max-width: 650px) {
  .main-home .early-american-life {
    width: 90%;
  }
}

#truce-flag-msg2 {
  background-color: gray;
  width: 300px;
  height: auto;
  color: white;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
#truce-flag-msg2 a {
  color: white;
  text-decoration: none;
  transform: rotate(15deg);
}
#truce-flag-msg2 a img {
  padding-bottom: 30px;
}

#christmas-hooks {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 3px solid #b41111;
  opacity: 1;
  width: 250px;
  height: 187px;
  min-width: 150px;
  color: black;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
  position: absolute;
  position: relative;
  top: 120px;
  right: 96px;
  top: -550px;
  right: -500px;
  right: -30%;
  z-index: 2;
}
#christmas-hooks .christmas-hooks-heading {
  text-align: center;
  font: italic normal normal 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  opacity: 1;
  position: relative;
  top: -180px;
  left: -40px;
}
#christmas-hooks .fresh-flowers-heading {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 0px;
  color: black;
  position: relative;
  top: -150px;
  left: -40px;
}
#christmas-hooks .christmas-hooks-button {
  width: 120px;
  height: 30px;
  text-align: center;
  font: italic normal normal 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  border-radius: 10px;
  padding-bottom: 0px;
  position: relative;
  top: -100px;
  left: -40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #b41111;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}
#christmas-hooks .christmas-hooks-button:hover {
  border: 3px solid #b41111;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #christmas-hooks {
    position: static;
    margin: 0 auto;
    width: 250px;
    margin-top: 20px;
    border-radius: 5px;
  }
}
#christmas-hooks img {
  width: 100%;
}
#christmas-hooks a {
  color: white;
  text-decoration: underline;
}
#fresh-flowers {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 250px;
  height: 187px;
  min-width: 150px;
  color: black;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
  position: absolute;
  position: relative;
  top: 120px;
  right: 96px;
  top: -550px;
  right: -500px;
  right: -30%;
  top: -480px;
  top: -500px;
  right: -36%;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #fresh-flowers {
    right: -28%;
  }
}
#fresh-flowers .christmas-hooks-heading {
  text-align: center;
  font: italic normal normal 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  opacity: 1;
  position: relative;
  top: -180px;
  left: -40px;
}
#fresh-flowers .fresh-flowers-heading {
  background-color: green;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 0px;
  color: white;
  opacity: 1;
  position: relative;
  top: -270px;
  left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  top: -425px;
}
#fresh-flowers .fresh-flowers-heading a {
  text-decoration: none;
}
#fresh-flowers .christmas-hooks-button {
  width: 120px;
  height: 30px;
  text-align: center;
  font: italic normal normal 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  border-radius: 10px;
  padding-bottom: 0px;
  position: relative;
  top: -100px;
  left: -40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #b41111;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}
#fresh-flowers .christmas-hooks-button:hover {
  border: 3px solid #b41111;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #fresh-flowers {
    position: static;
    margin: 0 auto;
    width: 250px;
    margin-top: 20px;
    margin-top: 100px;
    border-radius: 5px;
  }
}
#fresh-flowers img {
  width: 100%;
}
#fresh-flowers a {
  color: white;
  text-decoration: underline;
}
#truce-flag-msg {
  background-color: gray;
  width: 15%;
  min-width: 150px;
  max-width: 200px;
  color: black;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
  position: absolute;
  top: 120px;
  right: 96px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  #truce-flag-msg {
    position: static;
    margin: 0 auto;
    width: 250px;
    margin-top: 20px;
    border-radius: 5px;
  }
}
#truce-flag-msg img {
  width: 80%;
}
#truce-flag-msg a {
  color: white;
  text-decoration: underline;
}
#october-craft img {
  min-width: 300px;
  max-width: 350px;
  width: 25%;
  border-radius: 3px;
  position: absolute;
  top: 370px;
  right: 5%;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  #october-craft img {
    position: static;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
  }
}

.home-container {
  font-family: "Italianno", cursive;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0px solid blue;
}
.home-container .grid {
  width: 55%;
  padding-top: 40px;
  display: grid;
  justify-content: center;
  margin: 0 auto;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-areas: "box1 box2 box3 box4" "box5 box6 box6 box7" "box8 box6 box6 box9" "box10 box11 box12 box13";
}
@media screen and (max-width: 400) {
  .home-container .grid {
    row-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}
.home-container .grid .box {
  width: 160px;
  height: 135px;
  width: 150px;
  height: 125px;
}
@media screen and (max-width: 800px) {
  .home-container .grid .box {
    width: 120px;
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .home-container .grid .box {
    width: 97.5px;
    height: 81.25px;
    grid-gap: 5px;
  }
}
@media screen and (max-width: 450px) {
  .home-container .grid .box {
    width: 75px;
    height: 62.5px;
    padding-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .home-container .grid .box {
    width: 60px;
    height: 50px;
    padding-left: 0;
  }
}
.home-container .grid .box6 {
  grid-area: box6;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e3e3e3;
  width: 100%;
  height: 100%;
}
.home-container .grid .box6 a {
  font-family: "open sans";
  font-size: 40px;
  color: black;
  font-weight: 300;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  .home-container .grid .box6 a {
    font-size: 32px;
  }
}
@media screen and (max-width: 350px) {
  .home-container .grid .box6 a {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) {
  .home-container .grid .box6:hover {
    transform: scale(1.1);
  }
}
.home-container .shawls .box1 {
  grid-area: box1;
  background: url("../images/grid_images/s1.png") no-repeat center top/cover;
}
.home-container .shawls .box2 {
  grid-area: box2;
  background: url("../images/grid_images/s2.png") no-repeat center top/cover;
}
.home-container .shawls .box3 {
  grid-area: box3;
  background: url("../images/grid_images/s3.png") no-repeat center top/cover;
}
.home-container .shawls .box4 {
  grid-area: box4;
  background: url("../images/grid_images/s4.png") no-repeat center top/cover;
}
.home-container .shawls .box5 {
  grid-area: box5;
  background: url("../images/grid_images/s5.png") no-repeat center top/cover;
}
.home-container .shawls .box7 {
  grid-area: box7;
  background: url("../images/grid_images/s7.png") no-repeat center top/cover;
}
.home-container .shawls .box8 {
  grid-area: box8;
  background: url("../images/grid_images/s8.png") no-repeat center top/cover;
}
.home-container .shawls .box9 {
  grid-area: box9;
  background: url("../images/grid_images/s9.png") no-repeat center top/cover;
}
.home-container .shawls .box10 {
  grid-area: box10;
  background: url("../images/grid_images/s10.png") no-repeat center top/cover;
}
.home-container .shawls .box11 {
  grid-area: box11;
  background: url("../images/grid_images/s11.png") no-repeat center top/cover;
}
.home-container .shawls .box12 {
  grid-area: box12;
  background: url("../images/grid_images/s12.png") no-repeat center top/cover;
}
.home-container .shawls .box13 {
  grid-area: box13;
  background: url("../images/grid_images/s13.png") no-repeat center top/cover;
}
.home-container .decor .box1 {
  grid-area: box1;
  background: url("../images/grid_images/d1.png") no-repeat center top/cover;
}
.home-container .decor .box2 {
  grid-area: box2;
  background: url("../images/grid_images/d2.png") no-repeat center top/cover;
}
.home-container .decor .box3 {
  grid-area: box3;
  background: url("../images/grid_images/d3.png") no-repeat center top/cover;
}
.home-container .decor .box4 {
  grid-area: box4;
  background: url("../images/grid_images/d4.png") no-repeat center top/cover;
}
.home-container .decor .box5 {
  grid-area: box5;
  background: url("../images/grid_images/d5.png") no-repeat center top/cover;
}
.home-container .decor .box7 {
  grid-area: box7;
  background: url("../images/grid_images/d7.png") no-repeat center top/cover;
}
.home-container .decor .box8 {
  grid-area: box8;
  background: url("../images/grid_images/d8.png") no-repeat center top/cover;
}
.home-container .decor .box9 {
  grid-area: box9;
  background: url("../images/grid_images/d9.png") no-repeat center top/cover;
}
.home-container .decor .box10 {
  grid-area: box10;
  background: url("../images/grid_images/d10.png") no-repeat center top/cover;
}
.home-container .decor .box11 {
  grid-area: box11;
  background: url("../images/grid_images/d11.png") no-repeat center center/cover;
}
.home-container .decor .box12 {
  grid-area: box12;
  background: url("../images/grid_images/d12.png") no-repeat center top/cover;
}
.home-container .decor .box13 {
  grid-area: box13;
  background: url("../images/grid_images/d13.png") no-repeat center center/cover;
}
.home-container .etsy .box1 {
  grid-area: box1;
  background: url("../images/grid_images/e1.png") no-repeat center top/cover;
}
.home-container .etsy .box2 {
  grid-area: box2;
  background: url("../images/grid_images/e2.png") no-repeat center top/cover;
}
.home-container .etsy .box3 {
  grid-area: box3;
  background: url("../images/grid_images/e3.png") no-repeat center top/cover;
}
.home-container .etsy .box4 {
  grid-area: box4;
  background: url("../images/grid_images/e4.png") no-repeat center top/cover;
}
.home-container .etsy .box5 {
  grid-area: box5;
  background: url("../images/grid_images/e5.png") no-repeat center top/cover;
}
.home-container .etsy .box7 {
  grid-area: box7;
  background: url("../images/grid_images/e7.png") no-repeat center top/cover;
}
.home-container .etsy .box8 {
  grid-area: box8;
  background: url("../images/grid_images/e8.png") no-repeat center top/cover;
}
.home-container .etsy .box9 {
  grid-area: box9;
  background: url("../images/grid_images/e9.png") no-repeat center top/cover;
}
.home-container .etsy .box10 {
  grid-area: box10;
  background: url("../images/grid_images/e10.png") no-repeat center top/cover;
}
.home-container .etsy .box11 {
  grid-area: box11;
  background: url("../images/grid_images/e11.png") no-repeat center center/cover;
}
.home-container .etsy .box12 {
  grid-area: box12;
  background: url("../images/grid_images/e12.png") no-repeat center top/cover;
}
.home-container .etsy .box13 {
  grid-area: box13;
  background: url("../images/grid_images/e13.png") no-repeat center center/cover;
}
.home-container h1 {
  font-family: "TimesNewRoman";
}
.home-container a {
  text-decoration: none;
}
.home-container .copy-block a:hover {
  font-weight: bold;
  font-size: 3rem;
  text-decoration: none;
}
.home-container .copy-block a {
  text-decoration: none;
}
.home-container .copy-block {
  width: 25%;
}
.home-container .copy-block a {
  text-decoration: none;
}

#shawls a {
  text-decoration: none;
}

.link-block {
  width: 300px;
  height: 561px;
}

@media only screen and (min-width: 800px) {
  .footer-small {
    display: none;
  }
  .footer-large {
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  .pop-out-swag-container {
    display: flex;
  }
  .pop-out-swag-container-mobile {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .pop-out-swag-container {
    display: none;
  }
  .pop-out-swag-container-mobile {
    display: flex;
  }
}/*# sourceMappingURL=index.css.map */