* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* nav1 */
.nav1 {
  background: black;
  font-size: 16px;
  text-align: center;
  color: white;
  text-decoration: none;
  height: 28px;
  padding-top: 8px;
}








/* navigation2 */
#nav2 {
  margin-top: 20px;
  width: 100%;
  height: 10vh;
  background-color: rgb(239, 227, 203);
  margin-top: -0.10%;
}

 .navrap2 {
  width: 80%;
  margin: auto;
}

.logo {
  position: absolute;
  margin-left: 32%;
}

.logo img {
  margin-top: 8%;
} 

 .menu1 {
  float: right;
}

.menu1 ul {
  margin-top: 15px;
}

.menu1 ul li {
  display: inline;
  margin: auto;
}

.menu1 ul li a i {
  color: black;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
  padding-right: 18px;
  margin-top: 5%;
}

.menu2 {
  float: left;
  margin-top: 10px;

}

.menu2 ul {
  margin-top: 5px;
} 


.menu3 li a:hover {
  color: rgb(88, 82, 82);
  text-decoration: underline;
 }
 


.menu2 ul li {
  display: inline;
}

.menu2 ul li a i {
  color: black;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 18px;
  margin-top: 5%;
}



/* navigation3 */
 #nav3 { 
  margin-top: 20px;
  width: 100%;
  height: 8vh;
  background-color: rgb(239, 227, 203);
  margin-top: -0.10%;
}

.navrap3 {
  width: 80%;
  margin: auto;
}


.menu3 {
  float: left;
  margin-top: 10px;
  margin-left: 20%;
}

.menu3 ul {
  margin-top: 5px;
} 

 .menu3 ul li {
  display: inline;
}

.menu3 ul li a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 40px;
  margin-top: 5%;
} 





/* Slideshow container */



.slideshow-container {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  /* padding-top: 8%; */
  justify-content: center;
  /* padding-left: 12px; */
  /* padding-right: 14px; */
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.activeSlide {
  display: block;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  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: white;
  font-size: 40px;

  position: absolute;
  bottom: 8px;
  width: 100%;
  padding-left: 1%;
  padding-bottom: 1%;
  float: left;
  text-decoration: none;
}



/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  /* padding: 8px 12px; */
  position: absolute;
  top: 0;
}

/* The dots */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active3,
.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
  }
}










.heading {
  text-align: center;
  /* background-color: rgb(239, 227, 203); */
  height: 30vh;
}

.heading h1 {
  padding-top: 4%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 40px;
}

.heading h3 {
  width: 38%;
  /* border: 2px solid black; */
  font-size: 15px;
  text-align: center;
  margin-left: 30%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}




.shop {
  width: 100%;
  padding-left: 40px;
  margin-top: 1%;
  /* background-color:rgb(239, 227, 203) ; */
}



.shopimg h3:hover {
  text-decoration: underline;
  color: white;
 }


.shopimg a h3{
  text-decoration: underline;
}





.shoprap {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 10px;
  height: 90vh;
}

.shopimg h2{
  text-align: center;
  /* border: 2px solid white; */
  width: 20%;
  margin-left: 35%;
margin-top: -25%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
font-size: 40px;
}

.shopimg h3{
  text-align: center;
  border: 2px solid white;
  width: 30%;
  margin-left: 30%;
  /* text-decoration: underline; */
margin-top: -1%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
font-size: 20px;
}



.shopimg1 h2{
  text-align: center;
  /* border: 2px solid white; */
  width: 20%;
  margin-left: 25%;
margin-top: -25%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
font-size: 40px;
}

.shopimg1 h3{
  text-align: center;
  border: 2px solid white;
  width: 30%;
  margin-left: 30%;
margin-top: -1%;
/* text-decoration: underline; */
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
font-size: 20px;
}


.shopimg1 h3:hover {
  text-decoration: underline;
  color: white;
 }


.shopimg1 a h3{
  text-decoration: underline;
}








.shopimg2 h2{
  text-align: center;
  /* border: 2px solid white; */
  width: 20%;
  margin-left: 14%;
margin-top: -25%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
font-size: 40px;
}

.shopimg2 h3{
  text-align: center;
  border: 2px solid white;
  width: 30%;
  margin-left: 29%;
margin-top: -1%;
/* text-decoration: underline; */
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: white;
font-size: 20px;
}


.shopimg2 h3:hover {
  text-decoration: underline;
  color: white;
 }


.shopimg2 a h3{
  text-decoration: underline;
}

.container{
  margin-top: 0;
  padding-left:120px;
  height: 110vh;
  /* object-fit: cover; */
}


.video{
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}



.jacket{
padding-left: 40px;
width: 100%;
height: 80vh;
}




.list {
  width: 100%;
  padding-left: 40px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.listrap {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 150vh;
}

.listimg h1{
  border: 2px solid black;
  color: white;
  font-size: 16px;
  width: 60%;
  text-align: center;
  margin-left: 18%;
  margin-top: -40%;
}


.listimg h2{
  border: 2px solid black;
  color: white;
  font-size: 20px;
  width: 40%;
  text-align: center;
  margin-left: 28%;
  margin-top: -1%;
}


.listimg h3{
  border: 2px solid white;
  color: white;
  font-size: 16px;
  width: 35%;
  text-align: center;
  margin-left: 30%;
  margin-top: -1%;
  text-decoration: underline;
}


.listimg h3:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }



.listimg h3 a{
  color: white;
}


.listimg1 h3 a{
  color: white;
}





.listimg1 h1{
  border: 2px solid black;
  color: white;
  font-size: 16px;
  width: 60%;
  text-align: center;
  margin-left: 18%;
  margin-top: -40%;
}


.listimg1 h2{
  border: 2px solid black;
  color: white;
  font-size: 20px;
  width: 35%;
  text-align: center;
  margin-left: 30%;
  margin-top: -1%;
}


.listimg1 h3{
  border: 2px solid white;
  color: white;
  font-size: 16px;
  width: 35%;
  text-align: center;
  margin-left: 30%;
  margin-top: -1%;
  text-decoration: underline;
}

.listimg1 h3:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }






.listimg2 h1{
  border: 2px solid black;
  color: white;
  font-size: 16px;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  margin-top: -40%;
}


.listimg2 h2{
  border: 2px solid black;
  color: white;
  font-size: 20px;
  width: 50%;
  text-align: center;
  margin-left: 26%;
  margin-top: -1%;
}


.listimg2 h3{
  border: 2px solid white;
  color: white;
  font-size: 16px;
  width: 35%;
  text-align: center;
  margin-left: 32%;
  margin-top: -1%;
  text-decoration: underline;
}



.listimg2 h3:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }




 .listimg2 h3 a{
  color: white;
 }



.listimg3 h1{
  border: 2px solid black;
  color: white;
  font-size: 16px;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  margin-top: -40%;
}


.listimg3 h2{
  border: 2px solid black;
  color: white;
  font-size: 20px;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  margin-top: -1%;
}


.listimg3 h3{
  border: 2px solid white;
  color: white;
  font-size: 16px;
  width: 35%;
  text-align: center;
  margin-left: 28%;
  margin-top: -1%;
  text-decoration: underline;
}

.listimg3 h3:hover {
  color: white;
  text-decoration: underline;
 }


.listimg3 a h3{
  color: white;
}



.listimg4 h1{
  /* border: 2px solid black; */
  color: white;
  font-size: 16px;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  margin-top: -40%;
}


.listimg4 h2{
  /* border: 2px solid black; */
  color: white;
  font-size: 20px;
  width: 60%;
  text-align: center;
  margin-left: 20%;
  margin-top: -1%;
}


.listimg4 h3{
  border: 2px solid white;
  color: white;
  font-size: 16px;
  width: 35%;
  text-align: center;
  margin-left: 28%;
  margin-top: -1%;
  text-decoration: underline;
}


.listimg4 h3:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }



 .listimg4 a h3{
  color: white;
}




.listimg5 h1{
  /* border: 2px solid black; */
  color: white;
  font-size: 16px;
  width: 80%;
  text-align: center;
  margin-left: 10%;
  margin-top: -40%;
}


.listimg5 h2{
  /* border: 2px solid black; */
  color: white;
  font-size: 20px;
  width: 60%;
  text-align: center;
  margin-left: 20%;
  margin-top: -1%;
}


.listimg5 h3{
  border: 2px solid white;
  color: white;
  font-size: 16px;
  width: 35%;
  text-align: center;
  margin-left: 34%;
  margin-top: -1%;
  text-decoration: underline;
}



.listimg5 h3:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }


 .listimg5 a h3{
  color: white;
}




.appointmentrap{
  padding-left: 95px;
}





.apptext{
  /* border: 2px solid black; */
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: -22%;
}

.apptext h1{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 70px;
}




.apptext1{
  /* border: 2px solid black; */
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: 2%;
}

.apptext1 h1{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 20px;
}





.apptext2{
  /* border: 2px solid black; */
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: 2%;
  height: 30vh;
}

.apptext2 h1{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 20px;
  text-decoration: underline;
}


.apptext2 h1 a{
  color: white;
}

.apptext2 h1:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }


.aboutpic{
  padding-left: 300px;
}


.abouttext{
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: -6%;
  height: 20vh;
}


.abouttext h1{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  font-size: 20px;
  text-decoration: underline;
}



.abouttext h1 a{
  color: white;
}


.abouttext h1:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }








/* footer */
.footer {
  width: 100%;
  height: 10vh;
  margin-top: 1%;
  border-top: 1px solid gray;
}

.footrap {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto ;
  grid-column-gap: 20px;
  padding-top: 10px;
}

.boxx {
  padding: 10px;
}

.boxx1 h1 {
  text-align: center;
  font-size: 18px;
}



.boxx2 {
  padding: 10px;
}

.boxx2 h1 {
  text-align: center;
  font-size: 18px;

}


.boxx3 {
  padding: 10px;
}

.boxx3 h1 {
  text-align: center;
  font-size: 18px;
}



.boxx4 {
  padding: 10px;
}

.boxx4 h1 {
  text-align: center;
    font-size: 18px;
}

.jjv{
  text-align: center;
  height: 12vh;
}


.jjv h1{
  font-size: 20px;
  margin-top: 3%;
}


.jjv1{
  padding-left: 40px;
}

.jjv1 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv1 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 10vh;
}


.jjv2{
  padding-left: 40px;
}

.jjv2 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv2 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 10vh;
}





.jjv3{
  padding-left: 40px;
}

.jjv3 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv3 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 18vh;
}




.jjv4{
  padding-left: 40px;
}

.jjv4 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv4 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 15vh;
}





.jjv5{
  padding-left: 40px;
}

.jjv5 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv5 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20vh;
}






.jjv6{
  padding-left: 40px;
}

.jjv6 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv6 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20vh;
}






