@font-face {
  font-family: AlphaWood;
  src: url(/AlphaWood.68685200.ttf);
}

.welcome{
  font-family: AlphaWood, 'Times New Roman', Times, serif;
  font-size: 60px;
}
.contact{
  font-family: AlphaWood, 'Times New Roman', Times, serif;
  font-size: 35px;
}

@media only screen and (min-width: 577px) {
    .productImg {
        min-height: 200px !important;
        /* padding-bottom: 2px; */
    }
}

@media (min-width: 0px) and (max-width: 769px) {
  .slick-slide img {
    height: 300px !important;
  }
  .playBtn {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    margin-top: 250px;
  }

  
}

@media (min-width: 769px){
  .slick-slide img {
    height: 500px !important;
  }
  .playBtn {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    margin-top: 450px;
  }
}


@media (max-width: 768px) {
    .btn-responsive {
      padding:2px 4px;
      font-size:80%;
      line-height: 1;
      border-radius:3px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
      padding:4px 9px;
      font-size:90%;
      line-height: 1.2;
    }
    .logoUwPallets{
      height: 50%;
      width: auto;
    }
  }

  .padding-fix {
    padding-left: 0 !important; 
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

i.bi.bi-play-circle.p-2:hover {
  color: gray;
}

i.bi.bi-pause-circle:hover {
  color: gray;
}
.navbar-toggler.collapsed {
  box-shadow: none !important;
  border-color: rgba(0,0,0,.125);
}

.carousel-inner > .item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.carousel-inner{
  background: #000;
}

.slick-track {
  padding-right: 0px !important;
}

.slick-slide {
  padding-right: 0;
}

.slick-slider{
  position: relative;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}
/* .slick-slide img{
  height: 500px !important;
} */

.logo {
  height: 75px;
  width: auto;
}
.test{
  background-color: #000;
}


/* .slick-slide:nth-child(odd) {
  padding-right: 0px !important;
} */

/* #E1CEB7 */

/*# sourceMappingURL=/style.78032849.css.map */