@font-face {
    font-family:sinkin-sans;
    src: url("/fonts/SinkinSans-400Regular.otf");
    src: url("/fonts/SinkinSans-400Regular-webfont.eot");
    src: url("/fonts/SinkinSans-400Regular-webfont.woff");
}

@font-face {
    font-family:bushcraft-one;
    src:url("/fonts/bushcraft_one-webfont.eot");
    src:url("/fonts/bushcraft_one-webfont.eot?#iefix");
    src:url("/fonts/bushcraft_one-webfont.woff");
}

body {
    font-family:sinkin-sans,sans-serif;
    font-size: .9rem;
}

.homepage {
    background-color: #2d3238;
}

.productSpecifics-menu {
    margin-top: 15px;
    border: 1px solid rgb(63, 59, 59);
    padding: 15px;
}

.homepage .productSpecifics-menu h3,
.homepage .productSpecifics-menu li,
.homepage .productSpecifics-menu li a {
    color: rgb(247, 247, 247);
}

header {
    margin-bottom: 15px;
}

.display-1 {
    font-size: 2.5rem;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a {
    color: #2d3238;
}

a:focus, a:hover {
    color: #6fb67a;
    text-decoration: none;
}

@media (min-width: 992px) {
    header ul.nav.navbar-nav {
        padding-left: 272px;
        padding-top: 30px;
    }
    header .navbar-light .navbar-nav .nav-item {
        font-size: .81rem;
        line-height: 1.45rem;
        zoom: 1;
        margin-right: 1.875rem;
        vertical-align: middle;
    }
}

@media (min-width:544px) {
    ul.nav.navbar-nav {
        padding-left: 255px;
        margin-top: 5px;
    }

    header .navbar-light .navbar-nav .nav-item {
        margin-right: 0;
    }
}

@media (min-width:767px) {
    .card {
        max-width: 270px;
    }

    img.card-img-top {
        width: 100%;
    }
}

header .navbar-light .navbar-nav .nav-link {
    color: #2d3238;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #6fb67a;
}

h4.card-title a{
    color:#2d3238;
}

h4 {
    font-size: .9rem;
}
h3 {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

img.card-img-top.img-fluid {
    max-width: 300px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
}

h4.card-title {
    max-width: 421px;
}

img.card-img-top.img-fluid {
    margin: auto;
}

header nav.navbar.navbar-light.bg-faded {
    background: #2d3238;
    z-index: 1;
}

header .collapse.in ul {
    background: #2d3238;
    height: 100vh;
    overflow: scroll;
    width: 100vw;
    top: 94px;
    position: absolute;
    right: 0px;
}

header .collapse.in .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}

header .collapse.in ul li {
    clear: both;
    width: 100%;
}

header .collapse.in ul li a.nav-link {
    color: #fff;
    border-top: #1e2226 solid .1rem;
    padding: .9rem 1.875rem
}

header .collapse.in ul li a.nav-link:hover {
    color: #6fb67a;
}


/* logo  */
header nav.navbar.navbar-light.bg-faded {
	height: 95px;
    box-shadow: 0 0 .1rem rgba(23,25,29,.25);
    background: #fff;
}
.logo {
    transition: background-color .2s ease-in-out;
    background-color: #2d3238;
    box-shadow: 0 0 .1rem rgba(23,25,29,.25);
    overflow: hidden;
    float: left;
    width: 250px;
    height: 95px;
    margin-top: -9px;
    margin-left: -16px;
    padding: 37px;
    padding-top: 11px;
}
/* Single Product view */

h1 {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.5em;
}

h2 {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2em;
}

.testimonials h2 {
    color: rgb(247, 247, 247);
    font-family: bushcraft-one;
    letter-spacing: 0.05rem;
    font-size: 2.25rem;
    line-height: 3.375rem;
}

.blockquote {
    font-size: 1em;
    color: #f7f7f7;
}

/* Checkout */

.checkout input[type=submit] {
    margin: 15px;
}

/* footer */
footer.container {
    margin-top: 15px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #2d3238;
    font-size: 80%;
}

footer a {
    color: #f7f7f7;
}

footer li.nav-item {
    padding-bottom: 10px;
}


.fullWidthImage{

    height: auto;
    min-width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.5);
    margin-top: -15px;
    margin-bottom: 25px;
}

.fullWidthImage.xmas{

    background-image: url("https://source.unsplash.com/1ujXUwqLfO8/1280x768");

}

.fwi-text{

    position: absolute;
    top: 30px;
    left: 30px;
    right: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.5);

}

@media(max-width:600px){

    .fwi-text{
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }
}

.container.standOut{

    margin: 50px auto;

}

.productContainer{

    padding: 2%;
    border-top: 0.5px solid grey;
    min-height: 300px;
    overflow: auto;
}

.productInfo{

    width: 45%;
    height: auto;
    float: left;
    padding: 2%;
}

.productImage{

    width: 45%;
    height: auto;
    float: left;
    padding: 2%;
    overflow: hidden;
    min-height: 400px;
}

.productImage img{

    width: 100%;

}

.bg.xmas{

    background-position: center center;
    background-repeat: repeat;
    background-image: url(../images/xmas-bg.png);

}

@media(max-width:600px){

    .productInfo{

        width: 80%;
        margin: auto;

    }

    .productImage{

        width: 80%;
        margin: auto;
        max-height: 300px;
        min-height: 300px;
    }

    .productImage img{

        height: 100%;

    }

}

.generic-button{

    width: 50%;
    margin: 15px 0;
    padding: 3%;
    background-color: #00B159;
    transition: 0.5s;
    color: #f8f8f8;
    text-align: center;
    font-size: 1em;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.generic-button:hover{

    width: 50%;
    margin: 15px 0;
    padding: 3%;
    background-color: #008159;
    transition: 0.5s;
    color: #f8f8f8;
    text-align: center;
    font-size: 1em;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative;
}

.hero .title {
  color: white;
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}


.header-image{

  background-image: url('/images/frontpage_bg.jpg');
  background-position: center center;
  background-size: cover;

}

nav.navbar.nav-grey{

  background-color: rgba(45, 50, 56, 0.8);

}
