@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap');

/* box layout*/

body {
  margin: 0px;
  font-family: Arial, sans-serif;
}

nav {
  display: block;
  background-color: gray;
  height: 8vh;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  overflow: hidden;
}

.sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  display: block;

}

.main {
  margin-top: 8vh;
  height: 87vh;
}

footer {
  top: 0;
  display: block;
  position: relative;
  width: 100vw;
  height: 3vh;
  overflow: hidden;
}

/* nav */

nav {
  background-color: #404040;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: orange;
  width: 100vw;
  -webkit-user-select: none;     
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav div {
  position: fixed;
  top: 2.3vh;
  left: 1.5vh;
  z-index: 1;
  cursor: pointer;
  display: block;
  height: 4vh;
  width: 4vh;
  overflow: hidden;
}

nav div img {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 2;
  display: block;
  width: 4vh;
  height: 4vh;
}

ol {
  position: relative;
  top: 2vh;
  display:flex;
  justify-content:center;
  list-style-type: none;
  margin: 0px;
  padding:0px;
}

ol li {
  position: relative;
  float: left;
  display: block;
  padding-right: 3vw;
  font-size: 3.5vh;
  font-family: "Teko", sans-serif;
  cursor: default;
  color: orange;
}

ol li:last-child {
  padding-right: 2vw;
}

ol li a {
  text-decoration: none;
  color: #e8e8e8;
  cursor: pointer;
}

ol li a:hover {
  color: #5c5c5c;
  transition-timing-function: ease-out;
  transition-property: color;
  transition-duration: 0.3s;
}

nav img {
  position: absolute;
  top: 1vh;
  right: 2vw;
  margin: 0.1vh;
  width: 6vh;
  height: 6vh;
}

.clearfix {
  clear: both;
}

/* sidebar */

.sidebar {
  background-color: #2b2b2b;
  border-style: solid;
  border-width: 0px;
  border-color: orange;
  overflow: hidden;
  z-index: 2;
  transition-timing-function: ease-out;
  transition-property: width border-width;
  transition-duration: 0.5s;
  -webkit-user-select: none;     
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar div {
  position: relative;
  top: 2.3vh;
  left: 1.5vh;
  cursor: pointer;
  display: block;
  height: 4vh;
  width: 4vh;
  overflow: hidden;
}

.sidebar div img {
  position: absolute;
  top: 0.75vh;
  left: 0.75vh;
  padding: 0px;
  margin: 0px;
  width: 2.5vh;
  height: 2.5vh;
  float: left;
  display: block;
}

ul {
  position: relative;
  top: 50px;
  margin: 0px;
}

.sidebar ul li {
  position: relative;
  display: block;
  padding-bottom: 30px;
  font-size: 25px;
  cursor: default;
  color: orange;
  min-width: 200px;
}

ul li:last-child {
  padding-bottom: 0px;
}

ul li a {
  text-decoration: none;
  color: #e8e8e8;
  cursor: pointer;
}

ul li a:hover {
  color: #5c5c5c;
  transition-timing-function: ease-out;
  transition-property: color;
  transition-duration: 0.3s;
}

/* main content */

.main {
  background-color: #000000;
  background-image: url(../img/blackbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2vh;
  overflow: hidden;
}

.bannerContainer {
	max-height: 50vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.banner {
  min-height: 20vh;
  min-width: 200vmin;
  
}

.main h1 {
  color: #e8e8e8;
  font-size: 5vh;
  margin: 0px;
  margin-top: 2.5vh;
  padding: 0px;
  text-align: center;
  -webkit-user-select: none;     
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main p {
  color: #e8e8e8;
  font-size: 1.4vh;
  margin: 0px 3vw;
  padding: 1.5vw 0px;
}

.store {
  min-width: 100vw;
  margin-top: 2vh;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3vh;
}

.store span {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3vh;
}

.store div {
  max-width: 250px;
  min-width: 160px;
  width: 20vw;
  border-style: solid;
  border-color: orange;
  border-radius: 15px;
  border-width: 3px;
  margin-bottom: 0;
  margin-right: 0px;
  text-align: center;
  color: #e8e8e8;
  background-color: #404040;
}

.store div p {
	padding: 0px;
	margin: 0px 5px;
	margin-bottom: 1vw;
}

.store div:last-child {
  margin-right: 0px;
}

h3 {
	color: orange;
	margin: 0.8vh;
	style: underline;
	font-size: 3vh;
}

.content {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background-color: rgba(24, 24, 24, 0.685);
}

/* footer */

footer {
  background-color: #242424;
  color: #6b6b6b;
}

footer p {
  margin: 0px;
  padding-top: 0.8vh;
  padding-right: 0.5vw;
  font-size: 1.2vh;
  text-align: right;
}

footer a {
  color: #4b4bdb;
}

html, body {
  background-color: #242424;
}
