html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
  
}

.bi {
    vertical-align: -0.125em;
    pointer-events: none;
    fill: currentColor;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #d8b330;
    vertical-align: middle;
    margin-right: 1em;
    color: #fff;
}

#userMenu {
    border: 0;
    color: transparent;
    background-color: transparent;
}

    #userMenu.dropdown-toggle::after {
        vertical-align: 0.15em;
        margin-left: -2rem;
    }

    #userMenu:focus {
        outline: none;
    }


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
   width: 100%;
  background-color: #000;
  color: #fff;
  padding: 20px 0;

}
.footer a {

  color: #fff;
}




.header {
  position: sticky;
  top: 0;
  min-height: 60px;
  z-index: 1001;
  width: 100%;
  margin: 0 auto;
  right: auto;
  left: auto;
  transition: top 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s, max-width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, max-height 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  
}


.product-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/blacksmith-forge-header-v2.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.plus-image {
  left: 0;
  top: 0;
  position: absolute;
  margin-top: 15px;
  margin-left: 20px;
  max-width: 400px;
}

.header.scrolledDown {
  height: 100px;
}

.scrolledDown .plus-image {
  max-width: 340px;
  margin-top: 10px;
  margin-left: 10px;
}

.form-check-input {
  border: 1px solid #5c5c5c;
}
.hide {
  display: none;
}





@media (max-width: 991px) {
  .plus-image {
    max-width: 160px;
    margin-top: 10px;
    margin-left: 10px;
  }
}


@media (min-width: 992px) {
  .header {
    height: 200px;
  }
}
