body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-color: beige !important;
  width: 100%;
  height: 100%;
}

#contact {
  position: fixed;
  float: left;
  margin-top: 150px;
  bottom: 20px;
  z-index: 100;
}
#contact img {
  width: 40px;
  background-color: #25D366;
  border: 2px solid #25D366;
  border-radius: 30px;
}
#contact button {
  display: inline;
  background-color: beige;
  border: 1px solid #25D366;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  margin-left: 20px;
  color: white;
  transition: all 0.5s ease-out;
  background: linear-gradient(to right, #25D366 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: right;
}
#contact button:hover {
  background-color: #25D366;
  background-position: left;
}

#head {
  z-index: 200;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 20px;
  padding-bottom: 20px;
  display: block;
  box-shadow: 10px 10px 8px rgba(80, 45, 29, 0.411);
}
#head img {
  z-index: 500 !important;
  margin-left: 150px;
}
#head .dropdown-center {
  display: inline;
}
#head #headBtn {
  display: inline-block;
  background-color: #fff;
  border: none;
  color: rgb(80, 45, 29);
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}
#head #headBtn:hover {
  color: rgba(29, 163, 78, 0.6588235294);
}
#head button {
  border: none;
  background-color: #fff;
  color: rgb(80, 45, 29);
}
#head button:hover {
  color: gray;
}
#head .search {
  display: inline;
  float: right;
  margin-top: 5px;
  margin-right: 200px;
}
#head .search p {
  display: inline;
}
#head .search:hover {
  color: gray;
}
#head input {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
}
#head #acc, #head #purchases {
  margin-top: 10px;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
}

#home img {
  float: right;
  margin: 100px 30px auto auto;
  width: 600px;
  height: 600px;
}
#home p {
  color: beige;
}

#homeTxt #bigTxt {
  margin: 200px auto auto 30px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 50px;
  font-weight: bolder;
  color: rgb(80, 45, 29);
}
#homeTxt #bigTxt span {
  color: rgba(80, 45, 29, 0.5);
}
#homeTxt #smlTxt {
  color: rgba(80, 45, 29, 0.5);
  margin: 30px 650px auto 30px;
  text-align: justify;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#homeTxt #smlTxt span {
  margin-left: 30px;
}

video {
  margin-top: 80px;
  width: 100%;
}

#shop img {
  height: 200px;
  width: 100%;
  margin: 50px 0px 10px 0px;
  z-index: 0;
  filter: brightness(50%);
  position: relative;
}
#shop p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 80px;
  margin-left: 550px;
  font-weight: bolder;
  margin-top: -160px;
  z-index: 1;
  color: beige;
  position: absolute;
}

#prd {
  text-align: justify;
  margin: 20px;
}
#prd #row {
  margin-bottom: 10px;
}
#prd .card-footer {
  float: left;
}
#prd .card-footer p {
  float: right;
  margin: 8px;
  font-weight: 900;
}
#prd .card-footer span {
  color: red;
}
#prd button {
  border: none;
  background-color: burlywood;
  color: white;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 8px;
}
#prd .card.h-100 {
  border: 1px solid burlywood;
  color: rgb(80, 45, 29);
}
#prd .card.h-100:hover {
  background-color: rgba(180, 150, 111, 0.829); /* This is a medium gray color */
  border: rgb(80, 45, 29) solid 1px;
  color: white;
}

#info {
  justify-content: center;
  margin-left: 20px;
  margin-top: 300px;
  display: flex;
  color: rgb(80, 45, 29);
  font-size: x-large;
  font-weight: bolder;
}
#info #icon {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
#info p {
  margin-left: 20px;
}

#footer {
  margin: 50px;
  margin-left: 200px !important;
  color: rgb(80, 45, 29);
}
#footer table {
  width: 500px;
  margin: -150px auto auto 450px;
  background-color: beige !important;
}
#footer table thead {
  color: rgb(80, 45, 29);
  margin-bottom: 10px;
}
#footer table td {
  color: rgba(80, 45, 29, 0.596);
}

#account, #login {
  margin: 150px auto auto 50px;
  width: 100%;
  font-weight: bolder;
  color: rgb(80, 45, 29);
}
#account input, #login input {
  border: 1px solid rgba(80, 45, 29, 0.205);
  border-radius: 5px;
}
#account button, #login button {
  border: 1px solid rgb(80, 45, 29);
  background-color: rgb(80, 45, 29);
  color: beige;
  margin-top: 30px;
  font-weight: bolder;
}
#account svg, #login svg {
  margin-top: -600px;
  margin-left: 750px;
  opacity: 0.8;
}

#login div {
  margin-bottom: 20px;
  width: 600px !important;
}
#login #signup {
  border: 1px solid rgba(80, 45, 29, 0.342);
  border-radius: 5px;
  background-color: beige;
  color: rgb(80, 45, 29);
  margin-top: 30px;
  font-weight: bolder;
}
#login #signup:hover {
  color: rgba(80, 45, 29, 0.548);
}
#login p {
  color: rgb(80, 45, 29);
  font-weight: bolder;
}

#contactUs img {
  margin: 200px auto auto 50px;
  width: 600px;
}
#contactUs div {
  color: rgb(80, 45, 29);
  margin: -400px auto auto 700px;
}

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