*
{
    margin: 0;
}

body 
{
    background-image: url("/../res/chozoguidebackground.png");
    background-attachment: fixed;
    transition: background-color .5s;
}

.gamesguideheader
{
  color: #fff;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fulllogo{
  width: 50%;
  height: 200px;
  padding-top: 20px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.homepagelink {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  font-size: 20px;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebysidediv
{
    width: 100%;
    overflow: auto;
    position: sticky;
}

.sidebysideicon {
  color: white;
  font-size: 60px;
  cursor: pointer;
}

.iconstable
{
    width: 100%;
}

.iconstable div
{
    background-color: rgb(127, 127, 127, 0.7);
    margin: 10px;
    border: #111 10px solid;
    border-radius: 10px;
}

.tableofcontentsdiv h2
{
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

.tableofcontentsdiv
{
  border: #111 10px solid;
  border-radius: 10px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
  padding: 20px 0px 20px 0px;
  background-color: rgb(129, 129, 129, 0.7);
}

.tableofcontentsdiv a
{
  text-decoration: none;
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
}

.tableofcontentschapterdiv
{
  padding: 5px 0px 5px 0px;
}

.logbookgamediv h2
{
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

.logbookgamediv
{
  border: #111 10px solid;
  border-radius: 10px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
  padding: 20px 0px 20px 0px;
  background-color: rgb(129, 129, 129, 0.7);
}

.logbookgamediv a
{
  text-decoration: none;
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
}

.logbookgamesectiondiv
{
  padding: 5px 0px 5px 0px;
}

.nextchapterlink
{
  float: right;
  text-decoration: none;
  color: #fff;
  margin: 40px 40px 40px 0px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.previouschapterlink
{
  float: left;
  text-decoration: none;
  color: #fff;
  margin: 40px 0px 40px 40px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.objectivediv
{
  border: #111 10px solid;
  border-radius: 10px;
  background-color: #111;
  margin: 40px 20% 40px 20%;
  padding: 20px 0px 20px 0px;
}

.objectivediv h3
{
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}

.objectivediv table
{
  width: 100%;
  margin-top: 20px;
}

.objectivediv td
{
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.iconstable h2
{
    color: white;
    font-size: 40px;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}

.screenshot
{
  width: 400px;
  height: 300px;
  border: #111 5px solid;
  border-radius: 10px;
}

.gameslistdiv
{
    margin-left: 100px;
    margin-right: 100px;
    border: #111 10px solid;
    background-color: rgb(127, 127, 127, 0.7);
}

.gameslisttable
{
  width: 100%;
}

.gameslisttable td
{
  padding: 10px 0px 10px 20px;
}

.gameslisttable a
{
  text-decoration: none;
  font-size: 50px;
  color: #fff;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logbookgamediv a
{
  text-decoration: none;
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
}

.titlediv
{
    text-align: center;
    padding-right: 100px;
}

.titleheader
{
    font-size: 100px;
    color: #fff;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logoimage
{
  width: 100px;
  height: 100px;
  padding-top: 10px;
}

.navbar
{
    text-align: left;
    border: #111 solid 5px;
    border-radius: 10px;
    padding: 10px 0px 10px 10px;
    background-color: #111;
}

.navbar td
{
    padding-right: 20px;
}

.navbar p
{
    font-size: 40px;
    color: #fff;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navlink
{
    font-size: 40px;
    color: #fff;
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

p
{
    font-size: 30px;
    color: #fff;
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: normal;
}

select 
{
  font-size: 20px;
  font-family: "Quantico", sans-serif;
  padding: 10px 10px;
  background-color: #686868;
  border: 3px solid #adadad;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
}

button
{
  font-size: 20px;
  font-family: "Quantico", sans-serif;
  padding: 10px 10px;
  background-color: #686868;
  border: 3px solid #adadad;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
}

.maincontent
{
    text-align: center;
}

.contentdiv
{
    margin-left: 10px;
}

.paragraphdiv
{
  border: #111 10px solid;
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0px 20px 0px;
  background-color: rgb(129, 129, 129, 0.7);
}

.paragraphdiv p
{
  margin: 20px 5px 20px 5px;
}

.paragraphdiv h1
{
  color: #fff;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

.paragraphdiv h2
{
  color: #fff;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.logbookheader
{
  color: #fff;
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

#main {
  transition: margin-left .5s;
  padding: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

::-webkit-scrollbar {
  width: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(192, 192, 192); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(143, 143, 143); 
}