* {

  margin: 0;
  padding: 0;
  border: none;
  font-family: Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;

}
::-webkit-scrollbar{
  display: none;
}


body{
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

header{
  box-sizing: border-box;
  z-index: 4;
}
nav,
footer,
section,
article,
div,
input {

  box-sizing: border-box;
  z-index: 3;
}

a{
  text-decoration: none;
  color: rgb(255,255,255);
  border: none;
}
button:visited{
  outline: none;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

li{
  padding: 0;
  margin: 0;
}
main{
  flex: 1 0 auto;
}
.whitePre{
  white-space: pre;
}

.container{
  width: 100%;
  height: 110px;
  background-color: #A6A092;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  box-shadow: -1px -2px 20px 1px #15110f;
}

.menu{
  display: none;
}
.catgo{
  display: none;
}

.home{
  display: none;
}

.navLogo{
  width: 1100px;
  height: 80px;
  display: flex;
  flex-direction: row wrap;
  justify-content: center;
  align-items: center;
}

.logo{
  width: 30%;
  height: inherit;
  display: flex;
  flex-direction: row wrap;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: default;
}
.logo img{
  height: auto;
  width: 90%;
  user-select: none;
  cursor: default;
}

.nav{
  width: 70%;
  height: inherit;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.navList{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  /*justify-content: space-around;*/
  align-items: center;

  padding-left: 10%;

}

.navList li{
  width: 15%;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 18px;
  font-weight: bold;
}

.navItem a:hover{
  color: #a25b46;
}

.footerContainer{
  width: 100%;
  height: auto;
  bottom: 0;
  right:0;
  left:0;


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  background-color: #292A23;

  box-shadow: inset 0px 4px 20px -5px #181914;

}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;

}

.sticky img{
  width: 70%;
  margin-left: 9rem;
}
.adjustTop{
  margin-top: 70px;
}
.footerTop{
  width: 100%;
  margin-top: 3rem;
}
.socialIcons{
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.socialIcons a{
    margin: 1em;
    cursor: default;
    user-select: none;
}

.faceb:hover, .tweet:hover, .inst:hover{
  background: url('/images/Logo/wcirc.png');
  background-repeat: no-repeat;
  background-position: center;
}

.navLinks{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin-top: 0.25rem;
}

.navLinks li{
  display: inline-block;
  padding-right: 1rem;

  font-size: 1rem;
  font-weight: bold;

}

.navLinkSmall{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  margin-top: 0.25rem;
  margin-bottom: 3rem;
}
.navLinkSmall li{
  display: inline-block;

  font-size: 0.75rem;

}
.navLinkSmall a{
  color: #efefef;
  margin-left: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.delimeter{
  color: #efefef;
}

.footerBottom{
  width: 100%;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #A25B46;
}
.footerBottom p{
  color: white;
  font-size: 0.7rem;
}
.wrapper{
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner{
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(/images/banner2.jpg);
  background-repeat: repeat-y;
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 2;
}
.banner img{
  width: inherit;
  height: auto;
}
.emergency{
  width: 100%;
  height: auto;

  padding-top: 4rem;

  text-align: center;

  font-size: 1.5rem;
  color: lightblue;
}
.content{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 10rem;
  padding-bottom: 4rem;
  padding-top: 2rem;
  background-color: #F5F5F4;
  box-shadow: 3px 2px 8px 3px #15110f;
}
.sshow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #333333;
  text-align: center;
}
.sshow img{
  width: auto;
  height: auto;
}
.bmessage{
  margin-top: 10rem;

  text-align: center;
}
.bmessage h1{
  color: white;
  font-size: 3rem;
}
.service{
  max-width: 1800px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
}
.poptitle{
  width: 100%;
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-style: italic;
  color: #473c34;
}
.popline{
  width: 20%;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(166, 160, 146, 0.6);
}
.popprod{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.prodItem{
  position: relative;
  width: 320px;
  height: 320px;
  margin: 1rem;
}
.popName{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(166, 160, 146, 0) 0%, rgba(255,255,255,0) 35%, rgba(166, 160, 146, 0) 100%);
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
.popName a{
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
  color: rgba(166, 160, 146, 0);
  font-size: 1.5rem;
  font-weight: bold;
}
.popName:hover > a{
    color: black;
    transition: all .5s ease 0.09s;
}
.popName:hover{
  background: linear-gradient(180deg, rgba(166, 160, 146, 0) 0%, rgba(255,255,255,0) 35%, rgba(166, 160, 146, 0.5) 100%);
  transition: all .3s ease 0s;
}

.smessage{
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #473c34;
}
.smessage h1{
  color: white;
  font-size: 3rem;
}
.shop{
  width: auto;
  height: auto;

  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;

  font-size: 1rem;
  font-weight: bold;
  color: white;

  border-radius: 4px;
  background-color: #A6A092;

  cursor: pointer;

  transition: 0.3s;
}
.smessage a{

    margin-top: 1.75rem;

}

.shop:hover{

      background-color: #777369;

}

.imgContent{
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 4rem;
}

.control{
  width: 20%;
  min-width: 237px;
  max-width: 260px;

  font-size: 2rem;
  font-weight: 900;
  color: white;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  margin-top: 1rem;
  border-radius: 4px;
}

.control div{
  width: 4rem;
  height: 4rem;

  display: flex;
  justify-content: center;

  padding-top: 0.4rem;
  margin: 1.2rem;

  border-radius: 50%;
  background-color: #A25B46;

  cursor: pointer;
}

.pics{
  min-width: 400px;
  min-height: 400px;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  border-radius: 4px;
  background-color: #A6A092;

  box-shadow: 0px 0px 15px 4px #656565;
}
.pics img{
  border-radius: 4px;
  box-shadow: 0px 8px 20px 3px #464646;
}

.contact{
  width: 100%;
  max-width: 1600px;

  padding: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.form, .contactInfo{
  width: 45%;
  max-width: 588px;
  height: 922px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a6a092;
  box-shadow: 1px 7px 11px 0px #464646;
}
.formwrap{
  width: 100%;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 4rem;
  margin-top: 2rem;
}
.formwrap textarea{
  resize: none;
}
form h2{
  font-size: 1rem;
  font-weight: bolder;
  color: #473c33;

}

input{
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  margin-left: 0;
  padding: 1rem;
  border-bottom: 1px solid #A6A092;
}

textarea {
  width: 100%;
  height: 10rem;
  margin-top: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #A6A092;
  background-color: #f8f8f8;
  resize: vertical;
}

input[type=submit]{
  width: 88px;
  margin-top: 2rem;
  font-weight: bold;
  color: white;
  background-color: #A25B46;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

input[type=submit]:hover{

      background-color: #803e2a;

}

.fmessage{

  margin-top: 4rem;
  color: #473c33;
}

.fmessage h1{
  font-size: 2.3rem;
}
.cinfo{
  text-align: center;
  margin-bottom: 2rem;
}

.cinfo h1{
  margin-top: 0;
  font-size: 2.3rem;
  color: #473c33;
}
.cinfo h4{
  font-size: 1.25rem;
  margin-top: 2rem;
  color: #473c33;
}
.maps{
  width: 90%;
  height: 310px;
  margin-bottom: 3rem;
}
.error{
  color: red;
}
.cover{
  width: 100%;

  padding: 5%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.centerDiv{
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.titlecontainer{
  width: 100%;
  max-width: 1157px;

  font-size: 2.5rem;
  font-weight: 600;
  color: #473c34;

  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}
.bodyconatiner{
  border-radius: 4px;
  width: 100%;
  max-width: 1157px;

  display: inline-block;

  padding: 3rem;

  background-color: #a6a092;
  box-shadow: 1px 8px 20px 0px #464646;

  margin-bottom: 10rem;
}
.fileImg{
  width: 100%;
  height: inherit;
}
.files{
  float: left;
  border: 2px solid black;
  width: 200px;
  min-width: 200px;
  height: auto;

  margin: 2rem;
}
.fileTitle{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;

  text-align: center;
}
.downloadLink{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;

  text-align: center;
}
.downloadLink a{
  font-weight: bold;
  color: #a25b46;
}
.serviceContainer{
  width: 100%;
}

.serviceMessage{
  width: 100%;
  height: 400px;
  padding: 5rem;
  background-image: linear-gradient(#887262 , #473c34);

  text-align: center;
  color: #F5F5F4;
}
.serviceMessage h1{
  margin-top: 3.5rem;
  font-weight: lighter;
  font-size: 3rem;
}
.serviceMessage p{
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: lighter;
}
.serviceItems{
  width: 100%;
  min-height: 400px;

  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F4;
  /*box-shadow: 0px 0px 20px 0px #15110f;*/
}
.serviceItem{

  position: relative;
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 4px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #3c2620ed;

  /*background: linear-gradient(180deg, rgba(166, 160, 146, 1) 0%, rgba(255,255,255,1) 50%, rgba(166, 160, 146, 1) 100%);
  */

  margin: 1rem;

  transition: all .5s ease 0s;
  text-align: center;

  box-shadow: 0 1px 15px 0px rgba(0,0,0,.3);
}

.serviceItem p{
  font-size: 1.1rem;
  font-weight: bolder;
  font-family: Cambria, Georgia, serif;
  color: #fff6e6fa;
}

.engImg{
  background-image: url(../images/eng.jpg);
  background-size: cover;
}
.frmImg{
  background-image: url(../images/frm.jpg);
  background-size: cover;
}
.guidImg{
  background-image: url(../images/guid.jpg);
  background-size: cover;
}

.serviceItem:hover{
  transform: translateY(-4px);

  box-shadow: 0 15px 20px -5px rgba(0,0,0,.3);
}
.bodyMessage{
  width: 100%;
  text-align: center;
}
.amble{
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #756f62;
}
.preamble{
  font-size: 2.5rem;
  font-weight: lighter;
  margin-top: 2.5rem;
  color: #756f62;
}
.flexer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.flexer-row{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.whoweare{
  width: 100%;
  min-height: 400px;
  background-image: linear-gradient(#887262 , #473c34);
}
.whychooseus{
  width: 100%;
  min-height: 400px;
  background-color: #F5F5F4;
  font-size: 3rem;

  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.texthead{
    font-weight: lighter;
    font-size: 3rem;
    color: white;
}
.textp{
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: lighter;
  color: white;
  text-align: center;
}
.innerdiv{
  width: 100%;
}
.smalldiv{
  width: 100%;
  min-height: 150px;

  margin-top: 4.5rem;
  margin-bottom: 3rem;

}

.infoImg{
  width: auto;
  min-height: inherit;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infoTxt{
  width: 40%;
  min-height: inherit;
  margin-left: 2rem;
  margin-right: 2rem;

}
.infoTxt h3{
  font-size: 2rem;
  font-weight: lighter;
  color: #a6a092;
}
.infoTxt p{
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #a6a092;
}

.shelfWrapper{
  width: 100%;
  min-height: 400px;
  padding: 1rem;
  background-color: #F5F5F4;
}

.outshelf{
  display: block;
  width: 100%;
  max-width: 1200px;
}

.shelfnav{
  float: left;
  min-height: 350px;
  height: auto;
  /*min-width: 337px;*/
  width: 18%;

  display: block;
  padding-left: 1rem;

}
.shelfnav h1{
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid grey;
}
.shelfnav a{
  color: black;
}
.shelfnav ul{
  font-size: 1rem;
}
.shelfnav li{
  margin-top: 1rem;
}
.collapse{
  margin-left: 1rem;
  display: none;
}
.unfold{
  display: block;
}
.active a{
 font-weight: bold;
 color: #67AB64;
}
.unactive ul a{
 color: black;
 font-weight: normal;
}
.reactive a{
  font-weight: bold;
  color: #ab8b64;
}
.sublist a{
  display: none;

  padding-left: 2rem;
}
.showSublist a{
  display: block;

}

.shelf{
  display: block;
  flex-flow: column;
  float: left;
  min-height: 400px;
  height: auto;
  width: 82%;
  padding-left: 1rem;

}

.grid{
  display: grid;
  height: 100%;
  width: auto;
  justify-content: space-evenly;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  grid-row-gap: 4rem;
  grid-auto-flow: row;
  float: left;
  margin-left: 2%;
  padding-bottom: 4rem;
}
.gridItem{
  align-self: stretch;
  max-width: 200px;
  min-width: 200px;
  height: 250px;
  margin: 1rem;

}
.productImg{
  width: 100%;
  height: 80%;
  border: 1px solid lightgrey;
  border-radius: 4px;

  display: flex;
}

.productImg a{
  width: inherit;
  height: auto;
  cursor: pointer;
}

.productImg a img{
  width: inherit;
  height: auto;
}

.productname{
  width: 100%;
  height: 20%;
  padding-top: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: lighter;
  line-height: 1.8rem;
}
.productname a{
  color: black;
}
.shelf a{

  color: black;

}
.pageCase{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin-right: 4%;
  margin-bottom: 4rem;
}
.pagiCase{
  display: flex;
  border-radius: 4px;
  height: 100%;
  width: 4.5%;
  margin-right: 0.55rem;
  align-items: center;
  justify-content: center;
}
.pagielipse{
  display: flex;
  border-radius: 4px;
  height: 100%;
  width: 4.5%;
  margin-left: -0.55rem;
  align-items: center;
  justify-content: center;

}
.pagination{
  display: flex;
  font-size: 1.25rem;
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pactive{
  background-color: #67AB64;
}
.outFrameShelf{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
}
.frameShelf{
  width: 100%;
  height: auto;
  display: flex;

  padding-bottom: 4rem;

  justify-content: center;
  align-items: center;

  flex-flow: column;
}
.frameIn{
  display: flex;

  width: auto;

  justify-content: center;
  align-items: center;

  flex-flow: column;

  padding-top: 3rem;
  padding-bottom: 3rem;

}
.frameObject{
  width: 250px;
  height: 450px;
  position: relative;

  margin-left: 3rem;
  margin-right: 3rem;
}

.frameName{
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}
.pageCase2{
  display: flex;
  display: none;
  justify-content: center;
  border: 1px solid green;

  margin-top: 4rem;
  width: 100%;
  height: 3rem;
}
.margCorr{
  margin: 0;
}
.frameImg{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.frameName{
  text-align: left;
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1.8rem;
  padding: 1rem;
}
.frameName a{
  color: black;
}
.title{
  font-weight: bold;
  font-size: 1.7rem;

}
.cFlagWrap{
  width: 100%;
  min-height: 1200px;
  display: flex;
  padding-left: 4rem;
  margin-bottom: 4rem;
}
.cflag{
  display: flex;
  width: 600px;
  height: auto;
  align-items: center;
  flex-flow: column;
}
.upldBttn{
  display: flex;
  width: 100%;
  height: auto;
  bottom: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.upldBttn form{
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-flow: column;
}
.button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90px;

  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;

  margin-bottom: 1rem;
  margin-top: 1rem;

  background-color: #A25B46;

}
.dotline{
  display: flex;
  border: 3px dashed grey;
  border-radius: 4px;
  width: 95%;
  height: 300px;
  margin-top: 1rem;
  background-color: lightgrey;
  justify-content: center;
  align-items: center;
}
.subBttn input{
  width: 200px;

  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background-color: #A25B46;
  border-radius: 4px;
  padding: 0;

  margin-top: 1rem;
  margin-bottom: 2rem;
}
.formIden{
  width: 100%;
  height: auto;
  text-align: center;
  padding-left: 2rem;
}
.formIden label{
  display: inline-block;
  float: left;
  clear: left;
  font-size: 1.2rem;
  width: 6.1rem;
  text-align: right;
}
.formIden input{
  display: inline-block;
  float: left;
  width: 25rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid grey;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.formIden textarea{
  height: 300px;
  resize: none;
  width: 95%;
  margin-left: -2rem;
  border-top: 1px solid grey;
}
.smap{
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3rem;

}
.smap a{
  color: black;
  cursor: pointer;
  font-style: italic;
  line-height: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.showc{
  display: flex;
}

.productWrapper{
  width: 100%;
  height: 100%;
}

.pPage{
  /*border: 1px solid green;*/
  /*min-height: 800px;*/
  min-height: 1400px;
  height: auto;
  width: 100%;

  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.pSect{
  display: flex;
  justify-content: center;
  /*border: 1px dashed red;*/
  min-height: 700px;
  height: 700px;
  width: inherit;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.simSect{
  display: flex;
  flex-direction: column;
  align-items: center;

  /*border: 1px solid cyan;*/
  background-color: #af8b688a;
  min-height: 630px;
  height: 700px;
  width: inherit;
}

.pSectReel{
  display: flex;
  flex-direction: column;
  align-content: center;
  /*min-height: 100%;*/
  /*height: 55rem;*/
  max-width: 15%;
  min-width: 15%;
  /*background-color: lightgrey;*/
  /*padding-top: 6%;*/
  /*padding-bottom: 2%;*/
}
.pSectImg{
  display: flex;
  justify-content: center;
  align-items: baseline;
  min-height: 100%;
  max-width: 45%;
  min-width: 45%;

  /*padding: 4%;*/
  /*background-color: orange;*/
}
.pSectDesc{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  max-width: 25%;
  min-width: 25%;

  /*padding-top: 3.8%;*/
  /*padding-bottom: 2%;*/

}

.simSectText{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 84%;
  min-width: 84%;
  min-height: 20%;
  height: 20%;
  /*background-color: salmon;*/
}
.simSectImgs{

  max-width: 85%;
  min-width: 85%;
  min-height: 80%;
  max-height: 80%;

  padding-left: 0%;
  padding-right: 0%;
  /*background-color: pink;*/
}

.pSectReel ul {
  min-height: 100%;
  height: 100%;
  min-width: 85%;
  width: 85%;
  margin: auto;
  /*border: 2px solid gold;*/
  border-radius: 8px;

  overflow-y: scroll;
  scroll-behavior: smooth;

}

/*.pSectReel ul::-webkit-scrollbar{
  display: block;
  width: 10px;
}*/

.pSectReel li{

  min-width: 85%;
  width: auto;
  /*min-height: 25%;*/
  height: auto;

  margin: auto;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  /*margin-bottom: 20%;*/

}

.pSectImg img{
  max-width: 95%;
  width: auto;
  height: 100%;
  border-radius: 12px;
  background-color: #d4c0ad47;
  /*padding: 0.9rem;*/
}
.pSectReel img{
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.pSectDescName{
  width: 100%;
  margin-bottom: 5%;
}
.pSectDescName p{
  font-family: Cambria, Georgia, serif;
  font-size: 2.5rem;
}

.pSectDescOpt{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 22%;
}
.pSectDescOpt select{
  width: 100%;
  height: 4rem;

  font-size: 1.3rem;

  border-radius: 8px;
  border: 0.5px solid lightgrey;
  box-shadow: 0px 0px 13px -8px;

  padding: 1rem;
  cursor: pointer;
}
.pSectDescOpt label{
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.pSectDescDesc{
  width: 100%;
  min-height: 55%;
}
.pSectDescDesc ul{
  font-size: 0.95rem;
  margin-left: 1.5rem;
  margin-bottom: 0.55rem;
  list-style-type: square;
}
.pSectDescDesc li{
  margin-bottom: 0.25rem;
}
.pSectDescDesc h2{
  /*font-size: 1.35rem;*/
  margin-bottom: 0.25rem;
}
.pSectDescDesc h3{
  margin-bottom: 0.25rem;
}


.simSectImgs ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  /*min-height: 400px;*/
  min-height: 75%;
  height: auto;
  margin: auto;
  padding-top: 0%;
  /*border: 2px solid green;*/
}
.simSectImgs li{
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 10px;

  width: 22%;
  height: auto;
  /*margin-top: 2%;*/
  transition: all 0.3s ease-in-out;
  /*border: 2px solid blue;*/
}
.simSectImgs li:hover{

  /*border: 8px solid white;*/
  border-radius: 8px;
  background-color: white;

  box-shadow: 0px 8px 20px 5px #0000007a;
  cursor: pointer;

  transition: all 0.5s ease-in-out;

}
.simSectImgs li img{
  width: 100%;
  /*height: 70%;*/
  height: auto;
  margin-top: 2.5%;
  overflow: hidden;
  border-radius: 10px;
}
.simSectImgs a{
  color: black !important;
  width: 95%;

}

.simSectImgText{
  width: 100%;
  height: 30%;
  /*border: 2px solid green;*/
  padding-top: 0.75rem;

}


.simSectText p{
  min-width: 50%;
  max-width: 50%;
  height: auto;
  font-family: Cambria, Georgia, serif;
  font-weight: lighter;
  font-size: 3.2rem;

  margin-top: 3.7rem;

}
.simSectText button{
  min-width: 7.5%;
  max-width: 7.5%;
  height: 2.7rem;

  margin-top: 4rem;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;

}
.simSectText button:hover{

  border-width: 2.5px;
  box-shadow: 0 0 18px 3px #0000007d;
  transition: all 0.2s ease-in-out;

}
.simSectText button:focus{
  outline: 0 !important;
}

.simSectText a{
  color: black;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: normal;
  font-size: 1rem;
}

.activeProd{
  border: 2px solid black;
  border-radius: 10px;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}


@media all and (max-width: 1240px) {
  .grid{
    grid-template-columns: auto auto auto;
  }
  .pSect{
    flex-direction: column-reverse;
    /*height: 1000px;*/
    height: auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;

  }
  .pSectReel{
    flex-direction: row;
    width: 100%;
    max-width: 80%;
    min-width: auto;
    height: 15%;
    /*margin-bottom: 2rem;*/
  }
  .pSectReel ul{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pSectReel li{
    height: 97%;
    min-width: fit-content;
    width: fit-content;
  }
  .pSectReel img{
    /*width: auto;
    height: 100%;*/

    width: auto;
    height: 150px;
  }
  .pSectImg{
    min-height: 30%;
    max-height: 45%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    /*margin-bottom: 2rem;*/
    padding: 1rem;
  }
  .pSectImg img{
    height: 100%;
    width: auto;

  }
  .pSectDesc{
    min-height: auto;
    max-height: fit-content;
    /*max-width: 100%;*/
    /*min-width: 100;*/
    min-width: auto;
    max-width: fit-content;

  }
  .simSect{
    overflow: hidden;
  }

  .simSectText button{
    min-width: 40.5%;
    max-width: 40.5%;
  }
}

@media all and (max-width: 1100px) {
  .sticky{
    position: fixed;
    top: 0;
    width: 100%;
    height: 170px;

  }

  .sticky img{
    width: 90%;
    margin-left: 0;
  }
  .adjustTop{
    margin-top: 170px;
  }
  .container{
    height: 170px;
  }
  .navLogo{
    flex-direction: column;
    height: inherit;
  }
  .logo { order: 1; }
  .nav  { order: 2; }

  .logo{
    margin-top: 30px;
    width: 300px;
  }

  .navList{
    width: 80%;
    justify-content: space-around;
    padding-left: 0%;

  }
  .bmessage h1{
      font-size: 2.5rem;
  }
  .service{
    min-width: 690px;
  }
  .content{
    height: auto;
  }
  .imgItem{
    margin-right: 4rem;
    margin-left: 4rem;
    margin-bottom: 4rem;
  }
  .fmessage h1{
    font-size: 1.5rem;
  }
  .cinfo h1{
    font-size: 1.5rem;
  }
  .cinfo h4{
    font-size: 1rem;
  }
  .serviceItems{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .serviceItem{
    width: 350px;
  }

}

@media all and (max-width: 930px) {
  .cFlagWrap{
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .catgo{
    font-size: 2rem;
    display: flex;
    width: 100%;
    height: 5rem;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #bab19e;
    color: white;
    box-shadow: -2px 2px 9px 1px #746d6d;

  }
  .catlist{
    display: none;
  }
  .shelfnav ul{
    font-size: 2rem;
  }
  .showc{
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    background-color: lightgrey;
    padding-bottom: 1rem;
    line-height: 3rem;
    max-height: 400px;
    overflow-y: auto;
  }

  .grid{
    grid-template-columns: auto;
    grid-auto-flow: row;
    margin-left: 0;
  }
  .gridItem{
    max-width: 600px;
    min-width: 500px;
    max-height: 600px;
    min-height: 600px;
    margin: 1rem;
  }
  .productname{
    padding-top: 3rem;
    font-size: 1.5rem;
  }

  .shelfnav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: none;
    min-height: 0;
    width: 80%;
    height: auto;
    padding-left: 0;
    padding-top: 2rem;
  }
  .shelfnav h1{
    display: none;
  }
  .shelfWrapper{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .outshelf{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .shelf{
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

@media all and (max-width: 800px) {

  .sshow img{
    width: 400px;
    height: auto;
  }

  .gridItem{
    max-width: 400px;
    min-width: 400px;
    max-height: 600px;
    min-height: 500px;
    margin: 1rem;
  }
  .productname{
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .navLogo{
    height: 150px;
  }
  .nav{
    max-width: 650px;
    min-width: 300px;
    width: 95%;
    border-radius: 4px;
    background-color: #473c34;
    height: 70px;
  }
  .logo{
    margin-top: 0;
  }
  .menu{
    display: block;
    width: 100px;
    height: 30px;
    background-color: #bab19e;
    border-radius: 4px;

    text-align: center;

    margin-left: auto;
    margin-right: 1.5%;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
  }
  .menu img{
    width: 80%;
    height: auto;
  }

  .home{
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 1.5%;
    margin-right: auto;
    background-color: #bab19e;
    border-radius: 4px;
  }
  .home img{
    width: 80%;
    height: auto;
  }

  .navList {
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    border-radius: 4px;
    flex-flow: column wrap;

    padding-top: 2%;
    display: none;
    position: absolute;
    top: 155px;

    background-color: inherit;
  }
  .navItem{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navList a{
    display: flex;
    width: 96%;
    height: inherit;
    margin-left: 2%;
    margin-right: 2%;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: default;
  }


  .navList li{
    width: 100%;
    height: 40px;
    margin-bottom: 2%;

    padding: 0;
  }

  .navList li:hover{
    background-color: #a25b46;
  }
  .navList a:hover{
    color: white;
  }

  .show{
    display: flex;
  }

  .menuItem:hover{
    cursor: default;
  }

  .menu > * {
  pointer-events: none;
  }

  .bmessage h1{
      font-size: 1.7rem;
  }
  .bmessage{
    margin-top: 6rem;
  }
  .service{
    min-width: 300px;
  }
  .content{
    height: auto;
  }
  .imgItem{
    min-width: 210px;
  }
  .pics{
    min-width: 300px;
    min-height: 300px;
  }
  .contact{
    flex-direction: column;
  }
  .form, .contactInfo{
    width: 100%;
  }
  .contactInfo{
    margin-top: 4rem;
  }
  .files{
  margin: 3rem;
  }
  .serviceItem{
    width: 300px;
  }
  .whoweare{
    padding: 2rem;
  }
  .simSectText p{
    font-size: 1.5rem;
  }


}

@media all and (max-width: 600px) {

  .gridItem{
    max-width: 300px;
    min-width: 300px;
    max-height: 600px;
    min-height: 375px;
    margin: 1rem;
  }
  .productname{
    padding-top: 1rem;
    font-size: 1.25rem;
  }

  .contact{
    padding: 0;
  }
  .formwrap{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .titlecontainer{
    font-size: 1.875rem;
    text-align: center;
  }
  .cover{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .serviceMessage{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .serviceMessage h1{
    margin-top: 0rem;
    font-size: 2.5rem;
  }
  .serviceMessage p{
    font-size: 1rem;
  }
  .pSectImg img{
    height: auto;
    width: 100%;

    min-width: 281px;
  }
  .simSectImgText p{
    font-size: 1rem;
  }
  .simSectImgs ul{
    flex-direction: column;
    align-items: center;

    height: 95%;

    overflow-y: scroll;
  }
  .simSectImgs li{
    width: auto;
  }

}


@media all and (max-width: 400px) {

  .sshow img{
    width: 300px;
    height: auto;
  }

  .gridItem{
    max-width: 200px;
    min-width: 200px;
    max-height: 400px;
    min-height: 300px;
    margin: 1rem;
  }

  .navLinks li{
    font-size: 0.75rem;
  }

  .navLinkSmall li{
    font-size: 0.5rem;

  }

  .bmessage h1{
      font-size: 1rem;
  }

  .bmessage{
    margin-top: 4rem;
  }
  .pics{
    max-width: 200px;
    max-height: 200px;
  }
  .pics img{
    max-height: 180px;
    max-width: 180px;
    width: auto;
  }

  .cover{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .files{
  min-width: 150px;
  height: 200px;
  }

  .serviceItem{
    width: 250px;
  }

  .preamble{
    font-size: 2rem;
  }
  .texthead{
      font-size: 2rem;
      font-weight: bold;
  }
  .textp{
    font-size: 1rem;
  }

}


























{
}
