/*
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:38:58 PM
    Author     : Norm
*/
@import url("https://fonts.googleapis.com/css?family=Italianno");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/*
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;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.main * {
  box-sizing: border-box;
  overflow: hidden;
}

.main {
  background: #f3f4f5 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
}
.main .flower-heading-centered {
  font-style: italic;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .main .flower-heading-centered {
    display: none;
  }
}
@media screen and (max-width: 2500px) {
  .main .flower-heading-centered-mobile {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .main .flower-heading-centered-mobile {
    display: block;
  }
}
.main .flowers-left {
  text-align: left;
}

.sub-menu {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.sub-menu__items {
  margin: 0 auto;
}

.swags {
  width: 70%;
  background-color: none;
  margin: 0 auto;
  padding-bottom: 25px;
  max-width: 725px;
  padding-right: 25px;
}
@media screen and (max-width: 400px) {
  .swags {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.swags-top {
  max-width: 825px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.swags-top img {
  width: 400px;
  align-self: center;
}
@media screen and (max-width: 400px) {
  .swags-top {
    width: 100%;
    margin-left: 0;
  }
  .swags-top img {
    width: 100%;
  }
}

.swags-bottom {
  max-width: 825px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 825px) {
  .swags-bottom {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .swags-bottom {
    padding-left: 5px;
    margin: 0 auto;
    min-width: 100px;
  }
}
@media screen and (max-width: 300px) {
  .swags-bottom {
    padding-left: 0px;
    margin-left: 0;
    min-width: 100px;
  }
}
.swags-bottom .image-block {
  float: left;
  font-size: 14px;
  margin-bottom: 15px;
}
.swags-bottom .image-block img {
  width: 300px;
  padding: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 300px) {
  .swags-bottom .image-block img {
    padding-left: 0px;
    margin-left: 0;
    min-width: 100px;
  }
}

.flag-block {
  background-color: #e3e3e3;
}

.decor-block0x img {
  width: 100%;
}

.by-scottish {
  /*border: 2px solid red;*/
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.other-designs {
  /*border: 2px solid red;*/
  text-align: center;
  margin: 0 auto;
  grid-column: 1/span 2;
}

.rug-rescue-special {
  max-width: 825px;
  width: 100%;
  height: 200px;
  height: auto;
  border: 25px solid #b41111;
  margin: 0 auto;
  color: black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .rug-rescue-special {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .rug-rescue-special {
    height: auto;
  }
}
@media screen and (max-width: 350px) {
  .rug-rescue-special {
    width: 95%;
  }
}
.rug-rescue-special .rug-rescue-header {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.rug-rescue-special .rug-rescue-text {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .rug-rescue-special .rug-rescue-text {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .rug-rescue-special .rug-rescue-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

.runner-review {
  max-width: 825px;
  width: 100%;
  height: 200px;
  height: auto;
  margin: 0 auto;
  color: black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .runner-review {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .runner-review {
    height: auto;
  }
}
@media screen and (max-width: 350px) {
  .runner-review {
    width: 95%;
  }
}
.runner-review .runner-review-header {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.runner-review .runner-review-text {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .runner-review .runner-review-text {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .runner-review .runner-review-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

.flower-container {
  max-width: 825px;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  display: grid;
  flex-direction: column;
  justify-content: center;
  grid-template-columns: 419px 370px;
  background-color: none;
  grid-template-columns: 350px 370px;
  background-color: #e3e3e3;
  row-gap: 50px;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-top: 35px;
  grid-template-rows: minmax(100px, auto);
}
.flower-container .content-text-block {
  text-align: left;
  width: 100%;
  font-size: 16px;
  /*15px*/
  position: relative;
}
.flower-container .content-text-block .description-and-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 25px;
  padding: 0;
  position: relative;
  top: -25px;
}
@media screen and (max-width: 850px) {
  .flower-container {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  .flower-container {
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-items: left;
    height: auto;
  }
}
.flower-container .product-image-block .main-images img {
  width: 100%;
}
.flower-container .small-heading-row-centered {
  /*border: 2px solid red;*/
  text-align: left;
}
.flower-container .other-designs {
  /*border: 2px solid red;*/
  text-align: center;
  margin: 0 auto;
  grid-column: 1/span 2;
}
.flower-container .large-heading-row {
  /*border: 3px solid red;*/
  width: 100%;
  grid-column: 1/span 2;
}
.flower-container .decor3-image-text {
  font-size: 16px;
  position: relative;
  top: 210px;
  left: -25px;
}
.flower-container .swag-block {
  display: none;
}
.flower-container #home-decor-block1 {
  /*height: 300px;*/
}
.flower-container #home-decor-block1a {
  /*border: 3ps solid red;*/
  width: 100%;
  grid-column: 1/span 2;
  margin: 0 auto;
  display: none;
}
.flower-container #home-decor-block1b {
  height: 560px;
}
@media screen and (max-width: 700px) {
  .flower-container #home-decor-block1b {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .flower-container #home-decor-block1b {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .flower-container #home-decor-block2 {
    height: auto;
  }
}
.flower-container #home-decor-block5a {
  height: 228px;
}
@media screen and (max-width: 700px) {
  .flower-container #home-decor-block5a {
    height: auto;
  }
}
.flower-container #home-decor-block5b {
  height: 512px;
}
@media screen and (max-width: 700px) {
  .flower-container #home-decor-block5b {
    height: auto;
  }
}
.flower-container .swag-caption {
  grid-column: 1/span 2;
}
.flower-container .swag-block2 {
  grid-column: 1/span 2;
  display: none;
}
.flower-container .dev {
  display: inline;
}
.flower-container .image-block-x {
  width: 100%;
  padding-left: 0;
  margin: 0 auto;
  width: 300px;
  min-width: 350px;
}
.flower-container .image-block-x img {
  width: 100%;
}
@media screen and (max-width: 350px) {
  .flower-container .image-block-x {
    min-width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .flower-container img {
    padding-left: 0;
  }
}
.flower-container .cursor img {
  cursor: pointer;
}
.flower-container .flower-image-block {
  margin-left: 20px;
  margin-right: 20px;
  /*border: 3px solid red;*/
  /*width: 300px;*/
}
.flower-container .flower-image-block img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .flower-container .flower-image-block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .flower-container .flower-image-block {
    padding-left: 0;
    margin-left: 0;
  }
}
.flower-container .rings-and-things {
  padding-bottom: 0;
}
.flower-container .copy-block {
  padding-left: 25px;
  padding-right: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.flower-container .copy-block .small-heading-row-centered {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .flower-container .copy-block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .flower-container .copy-block {
    min-width: 280px;
    width: 90vw;
    padding-left: 0opx;
    padding-right: 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .flower-container .copy-block-spacer {
    display: block;
    padding: 25px;
  }
}
@media screen and (min-width: 700px) {
  .flower-container .copy-block-spacer {
    display: none;
    padding: 0px;
  }
}
@media screen and (max-width: 350px) {
  .flower-container .image-block2 {
    width: 250px;
  }
}
.flower-container .image-block2 img {
  max-width: 300px;
}
@media screen and (max-width: 350px) {
  .flower-container .image-block2 img {
    width: 200px;
  }
}
.flower-container .hardware {
  background-color: none;
  margin: 0 auto;
  width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.flower-container .hardware img {
  padding-top: 50px;
}
@media screen and (max-width: 700px) {
  .flower-container .hardware {
    justify-content: center;
  }
}
.flower-container .red-check-towels {
  max-width: 825px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 700px) {
  .flower-container .red-check-towels {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 850px) {
  .flower-container .red-check-towels {
    margin: 0 auto;
  }
}
.flower-container .red-check-towels .box {
  width: 404px;
  width: 370px;
  height: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
.flower-container .red-check-towels .box img {
  min-width: 404px;
  width: 404px;
  height: 302px;
}
.flower-container .red-check-towels #towe11 {
  outline: 10px solid black;
  z-index: 5;
}
.flower-container .towel-block img {
  min-width: 333px;
  width: 333px;
}
.flower-container #towel5 {
  width: 333px;
  height: 301px;
  margin-top: -27px;
  margin-right: 18px;
}
@media screen and (max-width: 700px) {
  .flower-container #towel5 {
    margin: 0 auto;
    width: 404px;
    margin-top: -50px;
  }
}
.flower-container #towel5 img {
  width: 100%;
}
.flower-container #towel6 {
  width: 100%;
  min-width: 300px;
  width: 473px;
  height: 301px;
  margin-left: -103px;
  padding-left: 15px;
  background: #e4e4e4 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: -27px;
}
@media screen and (max-width: 850px) {
  .flower-container #towel6 {
    width: 55vw;
    margin-left: -80px;
  }
}
@media screen and (max-width: 700px) {
  .flower-container #towel6 {
    min-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .flower-container #towel6 {
    min-width: 280px;
    margin: 10px;
    padding: 10px;
  }
}
.flower-container #towel6 .small-heading-row-centerd {
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}
.flower-container #towel6 .towel-text-block {
  text-align: left;
  font: normal normal normal 20px/28px Open Sans;
  font-size: 0.9375rem;
  letter-spacing: 0px;
  line-height: normal;
  color: #000000;
  padding-right: 10px;
}
.flower-container #towel6 .towel-text-block form {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 400px) {
  .flower-container #towel6 .towel-text-block {
    margin: 10px;
  }
}
@media screen and (max-width: 400px) {
  .flower-container #towel6 .towel-text-block {
    min-width: 280px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
    margin-left: -10px;
  }
}
.flower-container .towel6a {
  outline: 3px solid red;
}

#towel6b {
  width: 370px;
  margin: 0 auto;
}
#towel6b img {
  width: 370px;
}

.towel6c {
  padding-top: 0;
}

.towel-form {
  display: flex;
  justify-content: flex-end;
}

#tea_towel1a {
  width: 80%;
}

#tea_towel2a {
  width: 75%;
}

.home-decor-rug {
  max-width: 825px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 700px) {
  .home-decor-rug {
    width: 100%;
    min-width: 280px;
  }
}
.home-decor-rug .click-for-closeup {
  display: block;
}

.test {
  text-align: left;
  color: red;
  display: none;
}

.large-heading-row {
  text-align: center;
  margin: 0 auto;
}

.home-decor-containerXX {
  display: none;
}

.curtain-hardware-frame {
  display: flex;
}
.curtain-hardware-frame iframe {
  margin: 0 auto;
  width: 80%;
  height: 1200px;
}/*# sourceMappingURL=flowers.css.map */