@charset "UTF-8";
/*
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 : Aug 10, 2018, 11:41:16 AM
    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=Patrick+Hand&display=swap");
@import url("https://fonts.googleapis.com/css?family=IM+Fell+English+SC|Italianno|Roboto:300,300i,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Open+Sans:400,400i,600,700,800");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
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 : Aug 10, 2018, 10:07:22 PM
    Author     : Norm
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
font-family: 'IM Fell English SC', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Italianno', cursive;
*/
@font-face {
  font-family: Andulus;
  src: local("D:ÞvelopmentScottishWroughtIronpublic_html\fonts\andalus\2.ttf");
}
body {
  font-family: "Roboto", sans-serif;
}

.block-id-letter {
  /*display: inline;*/
  display: none;
  border: 2px solid black;
  font-size: 1em;
}

.spacer30 {
  height: 30px;
}

.spacer20 {
  height: 20px;
}

.spacer10 {
  height: 10px;
}

.signature .signature-block {
  /* Terms */
  font-family: "IM Fell English SC", serif;
  font-size: 28px;
  color: #000000;
}

.heading {
  text-align: center;
  /* Headlines */
  font-family: "IM Fell English SC", serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

.sub-heading {
  text-align: center;
  /* Headlines */
  font-family: "IM Fell English SC", serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

.small-sub-heading {
  text-align: center;
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
}

.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;
}

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

.add-to-cart-button:active {
  background-color: #e0e0e0;
  transform: translateY(4px);
  transform: translatX(4px);
}

#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 : May 24, 2019, 9:45:24 AM
    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 : Oct 12, 2018, 10:15:34 AM
    Author     : Norm
*/
#header-image {
  overflow: hidden;
  z-index: 5;
  height: 500px;
  width: 100%;
  background-image: url("../images/header_index.jpg");
  margin: 0 auto;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 650px) {
  #header-image {
    background-image: url("../images/header2_m.jpg");
    height: 250px;
  }
}

header {
  /*border: 3px solid red;*/
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  /*header a {
    font-size: 1rem 20px;
    color: black;
  }*/
}
header .banner {
  z-index: 10;
  /*border: 3px solid red;*/
  background-color: #d9d9d4;
  width: 100%;
  width: 100%;
  font-family: "IM Fell English SC", serif;
  color: black;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 36px;
  text-align: center;
  height: 60px;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  header .banner {
    font-size: 22px;
    height: 40px;
  }
  header .banner .logo-inline {
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  header .banner {
    font-size: 22px;
    height: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 350px) {
  header .banner {
    font-size: 18px;
  }
}
header .banner .logo-inline {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 450px) {
  header .banner .logo-inline {
    display: none;
  }
}
header #main-menu {
  display: flex;
  justify-content: center;
}
header nav {
  z-index: 25;
  display: flex;
  background-color: #d9d9d4;
  justify-content: space-around;
  align-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 450px) {
  header nav {
    display: none;
  }
}
header nav .shopping-cart {
  position: relative;
  top: -10px;
}
header nav a {
  color: black;
  text-align: center;
  text-decoration: none;
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
@media screen and (max-width: 400px) {
  header nav a {
    font-size: 16px;
  }
}
header nav a:hover,
header .dropdown:hover .dropbtn {
  background-color: rgba(82, 67, 216, 0.65);
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
header .dropdown-content {
  display: none;
  width: 33%;
  width: 350px;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 100px;*/
  padding: 0 15px 0 15px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 2;
}
header .dropdown-content a {
  float: none;
  color: black;
  /*padding: 12px;*/
  text-decoration: none;
  display: block;
  text-align: left;
}
header .dropdown:hover .dropdown-content {
  display: block;
}
header header {
  /*padding-top: 15px;*/
  color: black;
}
header .menu-item {
  font-size: 1rem;
  color: black;
}
header .dropdown-item {
  font-size: 1.25rem;
  color: black;
}
header .topnavbar {
  /*border: 3px solid red;*/
  top: 0;
  z-index: 2;
  width: 100%;
}
header #topnavbar .navbar-mobile {
  top: 0;
  z-index: 2;
  width: 100%;
}
header .navbar-mobile {
  height: 40px;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  justify-items: center;
  align-items: center;
  align-content: center;
  grid-template-rows: 50px;
  /*padding-top: 8px;*/
  background-color: #d9d9d4;
}
@media screen and (min-width: 450px) {
  header .navbar-mobile {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  header .navbar-mobile {
    height: 30px;
    padding-bottom: 5px;
  }
  header .navbar-mobile img {
    height: 35px;
  }
}
header .navbar-mobile a:hover,
header .navbar-mobile .dropdown:hover .dropbtn {
  background-color: rgba(82, 67, 216, 0.65);
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
header .navbar-mobile a {
  /* Navigation Menu */
  font-family: "IM Fell English SC", serif;
  font-size: 19px;
  color: #000000;
}
header .navbar-mobile div {
  text-align: center;
}
header .navbar-mobile .menu-box {
  align-self: center;
}
header .navbar-mobile .dropdown .dropdown-content {
  width: 100%;
  width: 250px;
}

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

/*
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 : Aug 11, 2018, 10:50:08 PM
    Author     : Norm
*/
.back-to-top {
  text-align: right;
}

a {
  text-decoration: none;
}
a h5,
a h3 {
  color: black;
}

.footer2 {
  overflow: hidden;
  margin-top: 25px;
  margin: 0 auto;
  margin-top: 62px;
}
.footer2 .footer-block {
  background: #aaacad 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer2 .footer-block .heading {
  font-family: "IM Fell English SC", serif;
  font-size: 25px;
  color: #000000;
  display: flex;
  flex-direction: row;
}
.footer2 .footer-block .heading h1 {
  margin-right: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .footer2 .footer-block .heading h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .footer2 .footer-block .heading h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .footer2 .footer-block .heading h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .footer2 .footer-block .heading h1 {
    font-size: 20px;
  }
}
.footer2 .footer-block .heading img {
  width: 59px;
}
@media screen and (max-width: 1000px) {
  .footer2 .footer-block .heading img {
    width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer2 .footer-block .heading img {
    width: 25px;
  }
}
@media screen and (max-width: 400px) {
  .footer2 .footer-block .heading img {
    display: none;
  }
}
.footer2 .footer-block .sub-heading {
  text-align: center;
  font: normal normal medium 20px/26px Roboto;
  font-size: 26px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .footer2 .footer-block .sub-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .footer2 .footer-block .sub-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .footer2 .footer-block .sub-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .footer2 .footer-block .sub-heading {
    font-size: 18px;
  }
}
.footer2 .middle-stuff {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
}
@media screen and (max-width: 700px) {
  .footer2 .middle-stuff {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer2 .middle-stuff .visit {
  padding-bottom: 15px;
}
.footer2 .middle-stuff .visit a .map iframe {
  width: 120px;
  height: 122px;
}
.footer2 .middle-stuff .hoodies {
  padding-bottom: 15px;
}
.footer2 .middle-stuff .facebook {
  align-self: center;
  justify-self: flex-end;
  width: 100%;
  padding-bottom: 15px;
}
.footer2 .middle-stuff .craft-weekend {
  align-self: center;
}
.footer2 .middle-stuff .craft-weekend img {
  height: 145px;
}
.footer2 .middle-stuff .contact-block {
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .footer2 .middle-stuff .contact-block {
    height: 100px;
  }
}
.footer2 .middle-stuff .contact-block .contact-info {
  width: 100%;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
}
.footer2 .middle-stuff .contact-block .link-block {
  width: 80%;
  justify-self: flex-end;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font: normal normal normal 20px/24px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0 auto;
  text-align: center;
}
.footer2 .bottom-logo a {
  text-decoration: none;
}
.footer2 .bottom-logo a .credit-brand {
  font: normal normal normal 15px/16px Major Mono Display;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
}
.footer2 .bottom-logo a .credit-name {
  /* Paragraph M */
  font-family: "Roboto Regular", sans-serif;
  font-size: 16px;
  color: #000000;
  color: black;
  font-size: 11px;
}

body {
  overflow: hidden;
  overflow-y: visible;
}

.andy1 .andy-box {
  width: 100%;
  font: italic normal bold 30px/50px Times New Roman;
  text-align: right;
  font-weight: bold;
  color: rgb(217, 217, 16);
  color: white;
  text-align: center;
  background-color: rgb(164, 143, 25);
  background-color: rgb(214, 187, 36);
  background-color: rgb(212, 184, 22);
  background-color: rgb(190, 164, 19);
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .andy1 .andy-box {
    font: italic normal bold 28px/50px Times New Roman;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) {
  .andy1 .andy-box {
    font: italic normal bold 25px/50px Times New Roman;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) and (max-width: 621px) {
  .andy1 .andy-box {
    font: italic normal bold 23px/50px Times New Roman;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) and (max-width: 621px) and (max-width: 570px) {
  .andy1 .andy-box {
    line-height: normal;
    height: 100%;
    padding-top: 5px;
  }
}
@media screen and (max-width: 750px) and (max-width: 700px) and (max-width: 621px) and (max-width: 570px) and (max-width: 400px) {
  .andy1 .andy-box {
    padding-right: 5px;
  }
}
.andy1 .andy-box a {
  color: #ffd700;
  color: white;
  background-color: rgb(190, 164, 19);
  text-decoration: none;
}

#header-image {
  position: relative;
  overflow: hidden;
}
#header-image img {
  width: 20%;
  min-width: 150px;
  position: absolute;
  left: 100%;
  transform: translateX(-110%);
  top: 30px;
}
#header-image .andy {
  width: 100%;
  font: italic normal bold 60px/60px Times New Roman;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
  color: rgb(217, 217, 16);
  width: 50%;
  transform: translate(95%);
}
@media screen and (max-width: 900px) {
  #header-image .andy {
    transform: translate(-25%);
    padding-top: 250px;
  }
}
#header-image .andy a {
  color: #ffd700;
}

#arch-digest {
  width: 250px;
  width: 100%;
  height: 187px;
  height: 60px;
  min-width: 150px;
  color: black;
  font-size: 35px;
  font: italic normal bold 60px/76px Times New Roman;
  text-align: center;
  text-align: left;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
  position: relative;
  top: 150px;
  top: 125px;
  top: -500px;
  right: -68%;
  line-height: normal;
  z-index: 10;
}
#arch-digest a {
  color: red;
  text-decoration: none;
}

#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;
  top: 150px;
  right: 96px;
  right: 50px;
  top: 125px;
  z-index: 2;
}
#christmas-hooks .christmas-hooks-heading {
  text-align: center;
  font: italic normal bold 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  opacity: 1;
  position: relative;
  top: -180px;
  left: -40px;
}
#christmas-hooks .christmas-hooks-button {
  width: 120px;
  height: 30px;
  text-align: center;
  font: italic normal bold 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;
  cursor: pointer;
}
#christmas-hooks .christmas-hooks-button:hover {
  border: 3px solid #b41111;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #christmas-hooks {
    right: 50px;
  }
}
@media screen and (max-width: 700px) {
  #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;
}
#pewter-hooks {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 3px solid #b41111;
  opacity: 1;
  width: 250px;
  height: 187px;
  height: 250px;
  height: 180px;
  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;
  top: 200px;
  right: 400px;
  top: 370px;
  top: 330px;
  right: 96px;
  right: 50px;
  z-index: 2;
}
#pewter-hooks .pewter-hooks-heading {
  text-align: center;
  font: italic normal bold 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  opacity: 1;
  position: relative;
  top: -180px;
  left: -60px;
  top: -245px;
}
#pewter-hooks .pewter-hooks-button {
  width: 120px;
  height: 30px;
  text-align: center;
  font: italic normal bold 20px/16px Times New Roman;
  letter-spacing: 0px;
  color: #b41111;
  border-radius: 10px;
  padding-bottom: 0px;
  position: relative;
  top: -100px;
  left: -40px;
  top: -75px;
  left: -50px;
  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;
  cursor: pointer;
}
#pewter-hooks .pewter-hooks-button:hover {
  border: 3px solid #b41111;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #pewter-hooks {
    right: 50px;
  }
}
@media screen and (max-width: 700px) {
  #pewter-hooks {
    position: static;
    margin: 0 auto;
    width: 250px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 50px;
  }
}
#pewter-hooks img {
  width: 100%;
}
#pewter-hooks a {
  color: white;
  text-decoration: underline;
}
.index-container {
  width: 50%;
  margin: 0 auto;
  grid-gap: 20px;
  /*padding-left: 25px;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
  justify-content: center;
  /*align-items: end;*/
}
@media screen and (max-width: 500px) {
  .index-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 1025px) {
  .index-container {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 725px) {
  .index-container {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .index-container {
    grid-template-columns: 1fr;
    width: 90%;
  }
}
.index-container .box {
  text-align: center;
}
.index-container .box img {
  width: 210px;
  max-width: 210px;
  height: 250px;
  height: auto;
}
.index-container .box .text {
  font-family: "Patrick Hand", cursive;
  font-size: 20px;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .index-container .box:hover {
    transform: scale(1.2, 1.2);
  }
}

.bottom-text {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.sayings {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.sayings .centered-paragraph {
  width: 60%;
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
@media screen and (max-width: 750px) {
  .sayings .centered-paragraph {
    /* Paragraph M */
    font-family: "Roboto Regular", sans-serif;
    font-size: 16px;
    color: #000000;
    width: 80%;
  }
}
.sayings .centered-paragraph .brand-block {
  /* Terms */
  font-family: "IM Fell English SC", serif;
  font-size: 28px;
  color: #000000;
}
@media screen and (max-width: 700px) {
  .sayings .centered-paragraph .brand-block {
    /* Navigation Menu */
    font-family: "IM Fell English SC", serif;
    font-size: 19px;
    color: #000000;
  }
}
.sayings .centered-paragraph .video-link {
  color: red;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font: italic normal bold 22px/25px Times New Roman;
  text-decoration: underline;
}
.garden-col {
  box-sizing: border-box;
}

.bottom-block {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  width: 80%;
  height: 165px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .bottom-block {
    flex-direction: column;
    justify-content: start;
    height: auto;
  }
}
.bottom-block .bottom-text1 {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  font: normal normal normal 14px/16px Roboto;
  letter-spacing: 0px;
  opacity: 1;
}
.bottom-block .bottom-text1 a {
  text-align: center;
  text-decoration: underline;
  font: normal normal normal 14px/16px Roboto;
  letter-spacing: 0px;
  color: #2243b2;
}
.bottom-block .bottom-text1 a:hover {
  transform: scale(115%);
}
.bottom-block .bottom-image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bottom-block .bottom-image img {
  width: 165px;
}
.bottom-block .bottom-image:hover {
  transform: scale(115%);
}
.bottom-block .bottom-link {
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.bottom-block .bottom-link a {
  text-align: left;
  text-decoration: underline;
  font: normal normal bold 14px/18px Roboto;
  letter-spacing: 0px;
  color: #aa1919;
  opacity: 1;
}
.bottom-block .bottom-link a:hover {
  transform: scale(115%);
}