@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 21, 2018, 11:44:46 PM
    Author     : Norm
*/
@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 {
  margin: 0 auto;
}
body .block-id-a {
  display: none;
}
body .block-id-b {
  display: none;
}
body .block-id-c {
  display: none;
}
body .block-id-d {
  display: none;
}
body .block-id-e {
  display: none;
}
body .block-id-f {
  display: none;
}
body .block-id-g {
  display: none;
}
body .block-id-g1 {
  display: none;
}
body .block-id-g2 {
  display: none;
}
body .block-id-g3 {
  display: none;
}
body .block-id-h {
  display: none;
}
body .block-id-i {
  display: none;
}
body .block-id-j {
  display: none;
}
body .block-id-k {
  display: none;
}
body .block-id-l {
  display: none;
}
body .block-id-m {
  display: none;
}
body .block-id-n {
  display: none;
}
body .block-id-o {
  display: none;
}
body .block-id-p {
  display: none;
}
body .block-id-q {
  display: none;
}
body .block-id-r {
  display: none;
}
body .block-id-s {
  display: none;
}
body .block-id-t {
  display: none;
}
body .block-id-u {
  display: none;
}
body .block-id-v {
  display: none;
}
body .block-id-w {
  display: none;
}
body .block-id-x {
  display: none;
}
body .block-id-y {
  display: none;
}
body .block-id-z {
  display: none;
}
body .block-id-aa {
  display: none;
}
body .block-id-ab {
  display: none;
}
body .block-id-ac {
  display: none;
}
body .block-id-ad {
  display: none;
}
body .block-id-ae {
  display: none;
}
body .block-id-af {
  display: none;
}
body .block-id-ag {
  display: none;
}

.show-debug {
  /*display: inline;*/
  display: none;
}

/*.heading {
text-align: center;
  @include font2;
}*/
.paragraph {
  /*border: 3px solid red;*/
  width: 100%;
  width: 35vw;
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
  margin: 0 auto;
}

.wide-paragraph {
  width: 70%;
  /*width: 50vw;*/
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
  margin: 0 auto;
  margin-top: 20px;
}

.wide-paragraph-left {
  /*border: 3px solid red;*/
  width: 80%;
  /*width: 50vw;*/
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
  margin: 0 auto;
}

.heading-paragraph {
  /*border: 3px solid red;*/
  width: 80%;
  /*width: 50vw;*/
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
  margin: 0 auto;
}

.image-text {
  width: 100%;
  /*border: 3px solid blue;*/
  font-size: 19px;
  text-align: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: left;
  font: normal normal normal 16px/19px Roboto;
  letter-spacing: 0px;
  color: #000000;
  color: red;
  opacity: 1;
}
.image-text .image-quote {
  text-align: left;
  font: italic normal normal 16px/19px Roboto;
  letter-spacing: 0px;
  color: #000000;
}
.image-text .image-signature {
  text-align: left;
  font: normal normal normal 12px/19px Roboto;
  letter-spacing: 0px;
  color: #000000;
}

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

.process {
  width: 95%;
  /*margin: 0 auto;*/
  text-align: left;
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.process ul {
  padding-left: 50px;
}
.process ul li {
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
.process ul li a {
  color: #000000;
}

.main {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-top: 25px;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .main {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .main {
    grid-template-columns: 1fr;
  }
}
.main .block-id-letter,
.main .block-id-image {
  display: none;
}
.main .sub-heading {
  text-align: center;
  /* Headlines */
  font-family: "IM Fell English SC", serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}
.main .box {
  width: 100%;
}
.main .box img {
  width: 100%;
  min-width: 100px;
  justify-items: center;
}
@media screen and (max-width: 700px) {
  .main .box img {
    justify-self: center;
    width: 100%;
  }
}
.main .box .image-text {
  text-align: left;
  font: normal normal normal 16px/19px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.main .box .wide-paragraph {
  /*border: 3px solid red;*/
  width: 80%;
  /* Paragraphs */
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  /*font-size: 119%;*/
  color: #000000;
}
@media screen and (max-width: 700px) {
  .main .box .wide-paragraph {
    width: 50vw;
    justify-content: center;
  }
}
.main .box .click-to-order {
  text-align: center;
  font: normal normal normal 25px/30px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.end-msg {
  text-align: center;
  font-family: "IM Fell English SC", serif;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 620px) {
  .end-msg {
    font-size: 28px;
  }
}
@media screen and (min-width: 620px) and (max-width: 901px) {
  .end-msg {
    font-size: 38px;
  }
}
@media screen and (min-width: 901px) {
  .end-msg {
    font-size: 36px;
  }
}
.end-msg a {
  font-family: "IM Fell English SC", serif;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 620px) {
  .end-msg a {
    font-size: 28px;
  }
}
@media screen and (min-width: 620px) and (max-width: 901px) {
  .end-msg a {
    font-size: 38px;
  }
}
@media screen and (min-width: 901px) {
  .end-msg a {
    font-size: 36px;
  }
}

.one-photo {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.one-photo img {
  width: 80%;
}