@import url(./global.css);
@import url(./navbar.css);
@import url(./footer.css);
/* @import url(./blog.css); */
@import url(./index.css);
@import url(./about-us.css);
@import url(./search-bar.css);
@import url(./faq.css);
@import url(./contact.css);
@import url(./blog-landing.css);
@import url(./blog-inner.css);
@import url(./sidebar.css);
@import url(./products.css);

/* Extra small devices (portrait phones, less than 576px) */
/* Global style  ============== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}
/* Global Style End !===========*/
.zigzag {
  /* position: absolute;
	top: 50%;
	width: 100%;
	height: 50%;
	background: transparent; */
}

.zigzag:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45rem;
  display: block;
  background: linear-gradient(
      -45deg,
      transparent 33.33%,
      #5d2e14 33.33%,
      #5d2e14 66.66%,
      transparent 66.66%
    ),
    linear-gradient(
      45deg,
      transparent 33.33%,
      #5d2e14 33.33%,
      #5d2e14 66.66%,
      transparent 66.66%
    );
  background-size: 30px 150%;
  transform: rotate(180deg);
}

header {
  height: auto;
}
/* Bootstrap Style =================*/

.rounded {
  border-radius: 0.65rem !important;
}

.border-top {
  border-top: 2px solid #79554826 !important;
}

/* .floating-img-right {
	z-index: -1;
}
.floating-img-left {
	z-index: -1;
} */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .zigzag:before {
    height: 60rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .zoom {
    transform: scale(1.2);
  }
  .zigzag:before {
    height: 75rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .zigzag:before {
    height: 52rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .zigzag:before {
    height: 66rem;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) {
}

.text_border_brown{
	text-shadow: 2px 0 0 #5F2F13, -2px 0 0 #5F2F13, 0 2px 0 #5F2F13, 0 -2px 0 #5F2F13, 1px 1px #5F2F13, -1px -1px 0 #5F2F13, 1px -1px 0 #5F2F13, -1px 1px 0 #5F2F13;
}
