@font-face {
  font-family: 'Arial';
}

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: #F7F7F7;
  -webkit-box-shadow: 0 0px 2px 0px #000;
          box-shadow: 0 0px 2px 0px #000;
  /*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: #080808;
  font-size: 11px;
  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: 80vh;
  min-width: 375px;
  max-width: 1250px;
  overflow: hidden;
  margin: auto;
  background-size: cover;
}

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

#categories {
  position: relative;
  min-width: 375px;
  max-width: 1250px;
  text-align: center;
  font-family: "Roboto Condensed";
  margin: auto;
  top: 45%;
}

#categories li {
  width: 100%;
  text-align: center;
  list-style: none;
  /*div{
      box-shadow: $shadow;
    }*/
}

#categories .category {
  display: inline-block;
  margin: 10px;
  width: 200px;
  height: 100px;
  background-size: cover;
  background-color: #ebebeb;
}

#categories .category h1 {
  position: relative;
  color: #080808;
  font-family: "Roboto Condensed";
  top: 20%;
  text-align: center;
  font-size: 25px;
}

#categories .category:hover {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  outline: 3px solid #F7F7F7;
  background-color: transparent;
  cursor: pointer;
}

#categories .category:hover h1 {
  color: #F7F7F7;
  text-shadow: 0px 0px 3px #000000;
}

/*----------------------------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;
}

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

#Games p {
  font-size: 20px;
  text-align: left;
  padding: 10px;
}

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

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

#Games 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;
}

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

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

#Music p {
  font-size: 20px;
  text-align: left;
  padding: 10px;
}

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

#Music 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;
  font-size: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #F7F7F7;
  color: #080808;
  height: 250px;
  font-family: "Roboto Condensed";
  outline: 1px solid #7e7e7e;
}

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

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

.socials:hover {
  opacity: 1;
}

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

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