body, html {
  background-color: #F7F7F7;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/*-----------------------------N A V B A R-------------------------*/
.navbar {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0px;
  position: fixed;
  top: 0px;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.5);
  /*NavBar*/
  z-index: 1;
}

.navbar .navbarWrapper {
  min-width: 375px;
  max-width: 1250px;
  margin: auto;
}

.navbar #logo {
  width: 100px;
  height: 33px;
  position: relative;
  top: -7px;
  float: left;
}

.navText {
  position: relative;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.navText ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
  color: black;
  font-size: 15px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.navText ul li:hover {
  color: #afafaf;
}

/*----------------------------LANDING---------------------------*/
#landing {
  padding-top: 50px;
  position: relative;
  height: 90vh;
  min-width: 375px;
  max-width: 1250px;
  overflow: hidden;
  margin: auto;
  background-image: url("../Assets/Images/Adefuye profile.jpg");
  background-position: center;
  background-size: cover;
}

#landing .landingVid {
  position: absolute;
  min-width: 100%;
}

/*----------------------------CONTAINER---------------------------*/
.container {
  min-width: 375px;
  max-width: 1250px;
  position: relative;
  min-height: 100%;
  margin: auto;
  margin-top: 40px;
}

.container h1 {
  text-align: left;
  position: relative;
  font-family: "Roboto Condensed";
  color: #080808;
  margin: 10px;
  font-size: 30px;
  padding-left: 20px;
}

HR {
  color: #080808;
  margin-bottom: 20px;
}

#About {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Roboto Condensed";
  margin-top: 150px;
  margin-bottom: 150px;
}

#About img {
  width: 100%;
  height: auto;
}

#About p {
  font-size: 25px;
  text-align: left;
  padding: 10px;
}

#About button {
  float: right;
  font-family: "Roboto Condensed";
  border: none;
  background-color: #080808;
  font-size: 20px;
  height: 40px;
  width: 110px;
  margin-top: -20px;
  color: #F7F7F7;
  margin-right: 20px;
}

#About button:hover {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  outline: 2px solid #080808;
  cursor: pointer;
  background-color: #ebebeb;
  color: #080808;
  font-weight: bold;
}

#apparel {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Roboto Condensed";
  margin-top: 150px;
  margin-bottom: 150px;
}

#apparel .demoDisplay {
  width: 250px;
  height: 425px;
  background-image: url("../Assets/Images/gif sample.gif");
  position: relative;
  margin: 10px;
  outline-offset: 2px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-shadow: 0 0px 10px -3px #080808;
          box-shadow: 0 0px 10px -3px #080808;
  float: right;
  right: 30px;
  outline: none;
}

#apparel .apparelWallpaper {
  width: 100%;
}

#apparel #item {
  display: inline-block;
  margin: 10px;
  width: 250px;
  background-color: #ebebeb;
  outline: 1px solid #afafaf;
  outline-offset: 2px;
  text-align: left;
}

#apparel #item p {
  color: #080808;
  margin: 10px;
}

#apparel #item .price {
  font-weight: bold;
  font-size: 20px;
}

#apparel #item img {
  width: 100%;
}

#apparel #item:hover {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  outline: 2px solid black;
}

.addToCartBtn {
  font-family: "Roboto Condensed";
  border: none;
  background-color: #080808;
  font-size: 15px;
  height: 30px;
  color: #F7F7F7;
  margin: 10px;
  margin-top: 0px;
}

.addToCartBtn:hover {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  outline: 2px solid #080808;
  cursor: pointer;
  background-color: #ebebeb;
  color: #080808;
  font-weight: bold;
}

/*-------------------------F O O T E R-----------------------*/
#footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #F7F7F7;
  color: #080808;
  height: 350px;
  font-family: "Roboto Condensed";
  outline: 1px solid #7e7e7e;
}

#footer p {
  margin: 10px;
  display: block;
  position: relative;
  font-size: 20px;
}

.socials {
  width: 30px;
  margin: 10px;
  opacity: .8;
}

.socials:hover {
  opacity: 1;
}

#LiteLogo {
  height: 40px;
  width: 120px;
  position: relative;
}

.footerWrapper {
  position: relative;
  top: 40%;
}
/*# sourceMappingURL=adefuyeStyles.css.map */