body
{
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 14pt;
    margin: 0;
    padding: 0;
}
p{
    padding: 5px;
}

.main-header{
  background-color: rgba(150, 100, 36, 0.438);
  color: rgb(0, 0, 0);
}
.main-header a{
    color: #fff;
    text-decoration: none;
}
.main-header a:hover{
    text-decoration: underline;
}
#shipping{
  background-color: #49240f;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 0.2%;
}
p.shipping{
  border-style: double;
}
form {
    width: 300px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
.main-header .header{
    display: flex;
    min-height: 10vh;
    width: 95%;
    margin: auto;
    align-items: center;
    

}
.main-header .header ul{
    display: flex;
    flex: 1 1 40rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}
.logo{
    flex: 2 1 40rem;
}
.navbar{
  text-align: right;
  font-size: 30px;
}
.dropdown-menu{
  font-size: large;
}
#hero{
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    text-align: center;
    background-color: rgb(204, 201, 201);
    color: #49240f;
    justify-content: center;
    align-items: center;
}
.HeroImage{
    width: 100%;
    height: auto;
}
#hero h1{
    font-size: 2.25em;
    
}
.main {
    padding: 6em 0 4em 0; 
}
.row{
    display: flex;
} 
.style1{
    padding: 6em;
    background-color: rgba(150, 100, 36, 0.438);
}
.style2{
    padding: 6em;
    background-color: rgba(150, 100, 36, 0.438);
  }

.w50{
    width: 50%;
}
.image img{
    border-radius: 10px;
    border: 0;
}
/* Generic styling */
* {
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
  }
  ul {
    list-style: none;
    padding-left: 0;
  }
  footer {
    background-color: rgba(150, 100, 36, 0.438);
    color: rgb(0, 0, 0);
    line-height: 1.5;
  }
  footer a {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  a:hover {
    text-decoration: underline;
  }
  .ft-title {
    color: rgb(0, 0, 0);
    font-family: "Merriweather", serif;
    font-size: 2rem;
    padding-bottom: 0.625rem;
  }
  /* Sticks footer to bottom */
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  .container {
    flex: 1;
  }
  /* Footer main */
  .ft-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
  }
  @media only screen and (min-width: 29.8125rem /* 477px */) {
    .ft-main {
      justify-content: space-evenly;
    }
  }
  @media only screen and (min-width: 77.5rem /* 1240px */) {
    .ft-main {
      justify-content: space-evenly;
    }
  }
  .ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem;
  }
  
  /* Footer main | Newsletter form */
  form {
    display: flex;
    flex-wrap: wrap;
  }
  input[type="email"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
  }
  input[type="submit"] {
    background-color: #00d188;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
  }
  /* Footer social */
  .ft-social {
    padding: 0 1.875rem 1.25rem;
  }
  .ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #777 solid;
    padding-top: 1.25rem;
  }
  .ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
  }
  /* Footer legal */
  .ft-legal {
    padding: 0.9375rem 1.875rem;
    background-color: rgba(150, 100, 36, 0.438);
  }
  .ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
  }
  .ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
    font-size:x-small;
  }
  /* one before the last child */
  .ft-legal-list li:nth-last-child(2) {
      flex: 1;
  }
/*.carousel{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    justify-content: center;*/
    
/*}*/
/*.container .carousel {*/
/*  height: 100vh;*/
/*  min-height: 400px;*/
/*}*/

/*.container .carousel img {*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/
.container-m {
  display: flex;
  height: 50vh;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding:20px;
}

.card {
  background-color: rgb(204, 201, 201);
  padding: 15px;
  border: none;
  height: 250px;
  margin-top: 10px
  
}

.u-color {
  color: rgb(54, 113, 148);
}

.user-image img {
  border: 3px solid rgb(54, 113, 148);
  padding: 2px
}
.Line{
  width: 80%;
  height: 4px;
  background-color: #8b5b00;
  margin: 10px auto;
  border-radius: 5px;
}
.Reviews{
  text-align: center;
}
.Reviews h1{
  font-size: 50px;
}
.contact{
  display: flex;
  justify-content: center;
  font-size: 30 px;
}
body{
  background-color: #ecedee
}
.card{
  border: none;overflow: hidden
}
.thumbnail_images ul{
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top:10px
}
.thumbnail_images ul li{margin: 5px;padding: 10px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.5s
}
.thumbnail_images ul li:hover{
  border: 2px solid #000
}
.main_image{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 400px;width: 100%;
  overflow: hidden
}

.Productcard {
  display: flex;
  background-color: rgb(204, 201, 201);
  padding: 15px;
  border: none;
  height: 450px;
  margin-top: 10px;
  font-size: 100%; 
}
