/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  height: auto;
  width: auto;
  display: flex;
  background-color: #1D0E45;
  color: #FFFFFF;
  font-family: 'Jost', sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}

.header-bar {
  background-color: #000000;
  opacity: 30%;
  height: 20px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 120px;
}

#left-sidenav {
  height: auto;
  width: 150px;
  min-height: 100vh;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  left: 0px;
  top: 0px;
  align-content: center;
  position: absolute;
}

#left-sidenav-shadow {
  width: 200px;
  min-width: 200px;
  min-height: 100vh;
  background-color: #000000;
  opacity: 30%;
  top: 0;
  left: 0;
  margin-right: 10px;
}

.buttonside{
  font-family: inherit;
  background-color: #000000;
  opacity: 100%;
  color: #FFFFFF;
  height: 100px;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  line-height: 0px;
  transition-duration: 0.4s;
}

.buttonside:hover{
  background-color: #6EFBFF;
}

.img{
  height: 75px;
  width: 75px;
  object-fit: contain;
}

.buttonsm{
  font-family: inherit;
  background-color: #000000;
  opacity: 100%;
  color: #FFFFFF;
  height: 50px;
  width: 50px;
  font-size: 8px;
}

a.side:link, a.side:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#left-sidenav-small {
  height: 100%;
  min-height: 100%;
  width: 50px;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  left: 0px;
  top: 0px;
  position: absolute;
  display: grid;
}

#left-sidenav-small-btn {
  display: grid;
  place-items: center;
  height: 100px;
  width: 50px;
}

#left-sidenav-small-shadow {
  width: 150px;
  background-color: #000000;
  opacity: 30%;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100px;
  margin-right: 10px;
}

@media only screen and (max-width: 500px) {
  #left-sidenav {
    display: none;
  }
  #left-sidenav-shadow {
    display: none;
  }
}

@media only screen and (min-width: 500px) {
  #left-sidenav-small {
    display: none;
  }
  #left-sidenav-small-shadow {
    display: none;
  }
}

#main-body {
  background-color: rgba(0, 0, 0, 0.5);
  height: 600px;
  width: 800px;
  max-width: 1024px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  outline-style: solid;
  outline-color: #3FF2E6;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 10px #000000;
}

.body-top {
  height: 25px;
  border: solid;
  border-style: none none solid;
  border-color: #3FF2E6;
  background-color: #000000;
  margin: 0;
  text-align: left;
  align-content: start;
  line-height: 0;
}

.body-container {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.body-left {
  width: 200px;
  height: 95%;
  margin: 0;
  display: grid;
}

.body-left-top {
  height: 150px;
  border: solid;
  border-style: solid none;
  border-color: #3FF2E6;
  margin-top: 20px;
  padding: 10px;
}

.body-left-bottom {
  height: 50%;
  padding: 10px;
}

.body-right{
  width: auto;
  min-width: 200px;
  height: 575px;
  display: grid;
  border: solid;
  border-style: none none none solid;
  border-color: #3FF2E6;
}

.body-right-bar{
  background-color: #0ba9ae;
  margin-top: 30px;
  height: 25px;
  width: 95%;
  padding-left: 5%;
  text-align: left;
  align-content: start;
  line-height: 0;
  border: solid;
  border-style: solid none;
  border-color: #3FF2E6;
}

.body-right-main{
  height: 99%;
  overflow: auto;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

#second-body {
  background-color: rgba(0, 0, 0, 0.5);
  height: 600px;
  width: 800px;
  margin-top: 180px;
  max-width: 1024px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  outline-style: solid;
  outline-color: #3FF2E6;
  text-align: left;
  display: none;
  box-shadow: 10px 10px 10px #000000;
}

.body-container-single-text-only {
  width: 100%;
  height: 95.4%;
  padding: 10px;
  overflow: auto;
  line-height: 2.0;
}

.body-single-header {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000;
  width: auto;
  height: 70px;
  padding: 5px;
  border-style: none none solid none;
  border-color: #000000;
}

.body-single-gridlist {
  width: auto;
  height: auto;
  display: flex;
  border-style: none none solid none;
  border-color: #9fbfc8;
  padding: 10px;
  overflow: hidden;
  text-align: left;
}

#third-body {
  background-color: rgba(0, 0, 0, 0.5);
  height: 600px;
  width: 400px;
  margin-top: 180px;
  max-width: 1024px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  outline-style: solid;
  outline-color: #3FF2E6;
  text-align: left;
  display: none;
  box-shadow: 10px 10px 10px #000000;
}

.body-container-single {
  width: 100%;
  height: 95.4%;
  display: grid;
  gap: 0px;
  overflow: auto;
}

.gridbutton {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: 100px;
  font-family: inherit;
  color: #FFFFFF;
  border: outset;
  border-color: #000000;
  margin: 3px;
}

.gridbutton:hover{
  background-color: #6EFBFF;
  color: #000000;
}

.imgposter{
  height: 75px;
  width: 50px;
  object-fit: cover;
  float: left;
  padding-left:5px;
}

#fourth-body {
  background-color: rgba(0, 0, 0, 0.5);
  height: 600px;
  width: 800px;
  margin-top: 180px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  outline-style: solid;
  outline-color: #3FF2E6;
  display: none;
  box-shadow: 10px 10px 10px #000000;
}

#fifth-body {
  background-color: rgba(0, 0, 0, 0.5);
  height: 600px;
  width: 800px;
  margin-top: 180px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  outline-style: solid;
  outline-color: #3FF2E6;
  display: none;
  box-shadow: 10px 10px 10px #000000;
}

#right-sidenav {
  display: grid;
  place-items: center;
  align-items: center;
  margin-top: 100px;
  margin-right: 60px;
  margin-left: 20px;
}

#right-topbox {
  background-color: rgba(0, 0, 0, 0.5);
  height: 200px;
  width: 300px;
  margin-top: 50px;
  border-style: solid;
  border-color: #3FF2E6;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 10px 10px 10px #000000;
}

#right-midbox {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
  width: 300px;
  border-style: solid;
  border-color: #3FF2E6;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 10px #000000;
}

#right-bottombox {
  background-color: rgba(0, 0, 0, 0.5);
  height: 250px;
  width: 300px;
  border-style: solid;
  border-color: #3FF2E6;
  overflow: auto;
  text-align: left;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 10px #000000;
}

.bottom-bar {
  color: #FFFFFF;
  background-color: #000000;
  height: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  align-content: center;
} 

#page-not-found {
  background-color: rgba(0, 0, 0, 0.5);
  width: 600px;
  height: 400px;
  text-align: center;
  align-content: center;
  max-width: 600px;
  margin: auto;
  margin-top: 200px;
}