body{
    background-color:blanchedalmond;
    position: relative;
}


ul{
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 5px 0px;
    overflow: hidden;
}

.imglogo{
    width: 230;
    height: 180px;
    cursor: pointer;
    display: block; 
    margin-left: auto;
    margin-right: auto;
}

/* .imgcard{
    float: left; 
} */

.display-container{
    position: relative;
}

.menu{
    margin: 0px 32% 0px 40%;
    padding-right: 5%;
    text-align: center;
    color: #808080;
}

.header-menu-item{
    margin: 10px;
    float: left;
}

.InPage{
    width: 700px;
    height: 500px;
    padding: 15px;
    background-color: AntiqueWhite;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: auto;
    overflow: hidden;
    float: left;
}

.InPage-home{
    width: 85%;
    padding: 15px;
    background-color: AntiqueWhite;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px 400px 10px 0%;
    overflow: hidden;
    float: left;
    text-align: center;
}

.test{
    border: 1px solid red;
    background-color: pink;
}

footer{
    overflow: hidden;
    /* position: absolute; */
    text-align: center;
    /* bottom: 0; */
    width: 100%;
    height: 75px;
    padding: 3px;
  background-color: DarkSalmon;
  color: white;
}

.footer-menu{
    float: left;
    text-align: center;
    color: #808080;
}

/* [class*="col-"] {
    
  } */

@media only screen and (max-width: 800px) {
    /* For lexx or equal 800px */
    /* For mobile */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    #footer_menu {
        visibility: hidden;
        clear: both;
        display: none;
      }
    .InPage-contact {
        width: 100%;
        height: 40%;
        background-color: AntiqueWhite;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        overflow: hidden;
        padding: 0% 5%;
        border-radius: 50px;
    }
    .body-container{
        padding: 2% 5%;
        overflow: hidden;
    }
    .picdescribe{overflow: hidden; width: 90%; height: 450px; padding: 5% 10%;}
    /* Slideshow container */
    .slideshow-container {

      max-width: 100%;
      height: 280px;
      position: relative;
      margin: auto;
      overflow: hidden;
      display: block;
      text-align: center;
      padding-top: 10%;
    }
    .productpage-showslide-container{
      float:left;
      overflow: hidden;
      height: 550px;
    }
}


@media only screen and (min-width: 800px){
    /* For 800px to 1000px */
    /* For laptop */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    #footer_menu {
        clear: both;
        padding-right: 5%;
    }
    .InPage-contact{
        width: 60%;
        height: 280px;
        padding: 15px;
        background-color: AntiqueWhite;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: 5% 20%;
        overflow: hidden;
        float:left;
        border-radius: 50px;
    }
    .body-container{
        padding: 2% 15%;
        overflow: hidden;
    }
    .picdescribe{overflow: hidden; width: 90%; height: 300px; padding: 5% 10%;}
    /* Slideshow container */
    .slideshow-container {

      max-width: 100%;
      height: 350px;
      position: relative;
      margin: auto;
      overflow: hidden;
      display: block;
      text-align: center;
    }
    .productpage-showslide-container{
      float:left;
      overflow: hidden;
      height: 570px;
      margin: 0px 3%;
      padding-top:20px;
    }
    
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



/* Below is card_reverse.js component style sheet */
.info{ 
    font-size: large; 
    float: left; 
    padding-right: 5%;
    padding-top: 8%;
}
.imgcard{ 
    float: left; 
    height: 230px; 
    border-radius: 20px;
}


/* The below is showslide component*/

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}
.product-container{width: 100%;}

/*showslide container is under the screen view*/

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  left: 0;
}

/* Position the "next button" to the right */
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


